Files
contao-leaflet-maps/module/templates/ce_leaflet_map.html5

18 lines
521 B
Plaintext
Raw Normal View History

2014-12-29 16:23:08 +01:00
<!-- indexer::stop -->
<div class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<?php if ($this->headline): ?>
<<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
<?php endif; ?>
2014-12-29 12:17:40 +01:00
<div id="<?php echo $this->mapId; ?>" style="width: 100%; height: 400px;"></div>
2014-12-29 16:23:08 +01:00
<?php if ($this->map): ?>
2014-12-29 12:17:40 +01:00
<script>
<?php echo $this->map; ?>
2014-12-29 16:23:08 +01:00
</script>
<?php endif; ?>
2014-12-29 12:17:40 +01:00
2014-12-29 16:23:08 +01:00
</div>
<!-- indexer::continue -->
2014-12-29 12:17:40 +01:00