2019-05-14 23:46:16 +08:00
|
|
|
<div class="container logbook">
|
2011-10-04 23:09:21 +08:00
|
|
|
|
2021-01-06 01:37:01 +08:00
|
|
|
<h2><?php echo $this->lang->line('gen_hamradio_logbook'); ?></h2>
|
2022-05-02 18:38:55 +08:00
|
|
|
<h6><?php echo $this->lang->line('gen_hamradio_logbook').": ".$this->logbooks_model->find_name($this->session->userdata('active_station_logbook')); ?> <?php echo $this->lang->line('general_word_location').": ".$this->stations->find_name(); ?></h6>
|
2019-06-16 22:29:31 +08:00
|
|
|
|
|
|
|
|
<?php if($this->session->flashdata('notice')) { ?>
|
|
|
|
|
<div class="alert alert-info" role="alert">
|
|
|
|
|
<?php echo $this->session->flashdata('notice'); ?>
|
|
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
2020-08-23 23:42:23 +08:00
|
|
|
</div>
|
2011-04-25 23:24:01 +08:00
|
|
|
|
2011-11-07 07:09:51 +08:00
|
|
|
<!-- Map -->
|
2020-08-23 23:42:23 +08:00
|
|
|
<div id="map" style="width: 100%; height: 350px"></div>
|
2011-11-07 07:09:51 +08:00
|
|
|
|
2020-08-23 23:42:23 +08:00
|
|
|
<div style="padding-top: 10px; margin-top: 0px;" class="container logbook">
|
2020-09-25 02:22:09 +08:00
|
|
|
<?php $this->load->view('view_log/partial/log_ajax') ?>
|