2023-08-14 21:48:22 +08:00
|
|
|
<div class="alert alert-secondary" role="alert" style="margin-bottom: 0px !important;">
|
|
|
|
|
<div class="container">
|
2022-07-03 05:40:04 +08:00
|
|
|
<?php if ($results) { ?>
|
2023-11-14 20:35:53 +08:00
|
|
|
<p style="margin-bottom: 0px !important;"><?php echo lang('gen_hamradio_logbook'); ?>: <span class="badge text-bg-info"><?php echo $this->logbooks_model->find_name($this->session->userdata('active_station_logbook')); ?></span> <?php echo lang('general_word_location'); ?>: <span class="badge text-bg-info"><?php echo $this->stations->find_name(); ?></span></p>
|
2022-07-03 05:40:04 +08:00
|
|
|
<?php } ?>
|
2023-08-14 21:48:22 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2022-07-03 05:40:04 +08:00
|
|
|
|
2023-08-14 21:48:22 +08:00
|
|
|
<div class="container logbook">
|
2019-06-16 22:29:31 +08:00
|
|
|
|
2023-08-14 21:48:22 +08:00
|
|
|
<h2><?php echo lang('gen_hamradio_logbook'); ?></h2>
|
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
|
|
|
|
2023-04-30 00:44:35 +08:00
|
|
|
<?php if($this->optionslib->get_option('logbook_map') != "false") { ?>
|
2011-11-07 07:09:51 +08:00
|
|
|
<!-- Map -->
|
2023-04-30 00:44:35 +08:00
|
|
|
<div id="map" style="width: 100%; height: 350px"></div>
|
|
|
|
|
<?php } ?>
|
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') ?>
|