View file rusnet-interactive-map/templates/tmpl-editor-rusnetim.html

File size: 816B
<script type="text/html" id="tmpl-editor-rusnetim">
	<div class="rusnetim-preview">
		<div style="border:1px solid #ddd; padding:10px; background:#f9f9f9;">
			<strong>{{ data.plugin }}</strong>
			<div style="margin-top:10px;">
				<div style="background:#e5e5e5; height:200px; display:flex; align-items:center; justify-content:center;">
					<img src="<?php echo RUSNETIM_PLUGIN_URL . 'assets/js/img/placeholder.svg'; ?>" style="width:50px; height:50px; opacity:0.5;">
				</div>
			</div>
			<div style="margin-top:10px; color:#666;">
				<?php _e( 'Center:', 'rusnet-interactive-map' ); ?> {{ data.center }}<br>
				<?php _e( 'Zoom:', 'rusnet-interactive-map' ); ?> {{ data.zoom }}<br>
				<?php _e( 'Height:', 'rusnet-interactive-map' ); ?> {{ data.height }}
			</div>
		</div>
	</div>
</script>