kopia lustrzana https://github.com/magicbug/Cloudlog
15 wiersze
548 B
PHP
15 wiersze
548 B
PHP
<div class="container map-QSOs">
|
|
|
|
<h2>Map: All QSOs for "<?php echo $station_profile->station_profile_name; ?>" Station Profile</h2>
|
|
|
|
<?php if($this->session->flashdata('notice')) { ?>
|
|
<div class="alert alert-info" role="alert">
|
|
<?php echo $this->session->flashdata('notice'); ?>
|
|
</div>
|
|
<?php } ?>
|
|
</div>
|
|
|
|
<!-- Map -->
|
|
<div id="map" style="width: 100%; height: 700px;"></div>
|
|
|
|
<div class="alert alert-success" role="alert">Showing all QSOs for the active Station Profile: <?php echo $station_profile->station_profile_name; ?> </div>
|