Cloudlog/application/views/gridsquares/index.php
Peter Goodhall 1734a05ded Ability to map gridsquares at /gridsquares/
You can now see gridsquares on the map at /gridsquares either satellites or by band
2019-06-26 21:11:44 +01:00

13 行
无行尾
302 B
PHP

<div class="container">
<br>
<?php if($this->session->flashdata('message')) { ?>
<!-- Display Message -->
<div class="alert-message error">
<p><?php echo $this->session->flashdata('message'); ?></p>
</div>
<?php } ?>
<div id="map" style="width: 100%; height: 800px"></div>
</div>