2019-01-09 23:18:46 +08:00
|
|
|
<div class="container">
|
2019-01-02 03:14:25 +08:00
|
|
|
|
2019-01-09 23:18:46 +08:00
|
|
|
<br>
|
2019-01-02 03:14:25 +08:00
|
|
|
<?php if($this->session->flashdata('message')) { ?>
|
2019-01-09 23:18:46 +08:00
|
|
|
<!-- Display Message -->
|
|
|
|
|
<div class="alert-message error">
|
|
|
|
|
<p><?php echo $this->session->flashdata('message'); ?></p>
|
|
|
|
|
</div>
|
2019-01-02 03:14:25 +08:00
|
|
|
<?php } ?>
|
|
|
|
|
|
2025-05-22 06:06:59 +08:00
|
|
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
|
|
|
|
<h2><?php echo $page_title; ?></h2>
|
|
|
|
|
<a href="<?php echo site_url('station/create'); ?>" class="btn btn-primary"><i class="fas fa-plus"></i> <?php echo lang('station_location_create'); ?></a>
|
|
|
|
|
</div>
|
2020-10-20 22:51:55 +08:00
|
|
|
|
2019-01-09 23:18:46 +08:00
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-body">
|
2023-10-13 02:21:05 +08:00
|
|
|
<p class="card-text"><?php echo lang('station_location_header_ln1'); ?></p>
|
|
|
|
|
<p class="card-text"><?php echo lang('station_location_header_ln2'); ?></p>
|
|
|
|
|
<p class="card-text"><?php echo lang('station_location_header_ln3'); ?></p>
|
2019-01-09 23:18:46 +08:00
|
|
|
|
|
|
|
|
<?php if ($stations->num_rows() > 0) { ?>
|
2019-01-02 03:14:25 +08:00
|
|
|
|
2019-09-24 00:29:22 +08:00
|
|
|
<?php if($current_active == 0) { ?>
|
|
|
|
|
<div class="alert alert-danger" role="alert">
|
2023-10-13 02:21:05 +08:00
|
|
|
<?php echo lang('station_location_warning'); ?>
|
2019-09-24 00:29:22 +08:00
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
2023-08-01 16:21:17 +08:00
|
|
|
<?php if (($is_there_qsos_with_no_station_id >= 1) && ($is_admin)) { ?>
|
2019-09-24 00:29:22 +08:00
|
|
|
<div class="alert alert-danger" role="alert">
|
2025-05-22 06:06:59 +08:00
|
|
|
<span class="badge rounded-pill text-bg-warning"><?php echo lang('general_word_warning'); ?></span> <?php echo lang('station_location_warning_reassign'); ?> <br>
|
2023-10-13 02:21:05 +08:00
|
|
|
<?php echo lang('station_location_reassign_at'); ?> <a href="<?php echo site_url('maintenance/'); ?>" class="btn btn-warning"><i class="fas fa-sync"></i><?php echo lang('account_word_admin') . "/" . lang('general_word_maintenance'); ?></a>
|
2019-09-24 00:29:22 +08:00
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
2023-11-22 21:48:33 +08:00
|
|
|
|
2020-11-29 04:11:25 +08:00
|
|
|
<div class="table-responsive">
|
2023-01-01 20:32:12 +08:00
|
|
|
<table id="station_locations_table" class="table table-sm table-striped">
|
2019-01-09 23:18:46 +08:00
|
|
|
<thead>
|
2019-01-02 03:14:25 +08:00
|
|
|
<tr>
|
2023-10-13 02:21:05 +08:00
|
|
|
<th scope="col"><?php echo lang('station_location_name'); ?></th>
|
|
|
|
|
<th scope="col"><?php echo lang('station_location_callsign'); ?></th>
|
2023-10-12 08:08:57 +08:00
|
|
|
<th scope="col"><?php echo lang('general_word_country'); ?></th>
|
|
|
|
|
<th scope="col"><?php echo lang('gen_hamradio_gridsquare'); ?></th>
|
2019-09-24 00:29:22 +08:00
|
|
|
<th></th>
|
2023-10-12 08:08:57 +08:00
|
|
|
<th scope="col"><?php echo lang('admin_edit'); ?></th>
|
|
|
|
|
<th scope="col"><?php echo lang('admin_copy'); ?></th>
|
2023-10-13 02:21:05 +08:00
|
|
|
<th scope="col"><?php echo lang('station_location_emptylog'); ?></th>
|
2023-10-12 08:08:57 +08:00
|
|
|
<th scope="col"><?php echo lang('admin_delete'); ?></th>
|
2019-01-02 03:14:25 +08:00
|
|
|
</tr>
|
2019-01-09 23:18:46 +08:00
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<?php foreach ($stations->result() as $row) { ?>
|
2019-01-02 03:14:25 +08:00
|
|
|
<tr>
|
2023-12-09 00:34:47 +08:00
|
|
|
<td style="text-align: center; vertical-align: middle;">
|
2021-03-09 22:04:49 +08:00
|
|
|
<?php echo $row->station_profile_name;?><br>
|
|
|
|
|
</td>
|
2023-12-09 00:34:47 +08:00
|
|
|
<td style="text-align: center; vertical-align: middle;"><?php echo $row->station_callsign;?></td>
|
|
|
|
|
<td style="text-align: center; vertical-align: middle;"><?php echo $row->station_country == '' ? '- NONE -' : $row->station_country; if ($row->dxcc_end != NULL) { echo ' <span class="badge text-bg-danger">'.lang('gen_hamradio_deleted_dxcc').'</span>'; } ?></td>
|
|
|
|
|
<td style="text-align: center; vertical-align: middle;"><?php echo $row->station_gridsquare;?></td>
|
2022-05-05 05:42:05 +08:00
|
|
|
<td style="text-align: center" data-order="<?php echo $row->station_id;?>">
|
2021-12-05 00:14:57 +08:00
|
|
|
<?php if($row->station_active != 1) { ?>
|
2023-10-13 02:21:05 +08:00
|
|
|
<a href="<?php echo site_url('station/set_active/').$current_active."/".$row->station_id; ?>" class="btn btn-outline-secondary btn-sm" onclick="return confirm('<?php echo lang('station_location_confirm_active'); ?> <?php echo $row->station_profile_name; ?>');"><?php echo lang('station_location_set_active'); ?></a>
|
2019-09-24 00:29:22 +08:00
|
|
|
<?php } else { ?>
|
2023-11-14 20:35:53 +08:00
|
|
|
<span class="badge text-bg-success"><?php echo lang('station_location_active'); ?></span>
|
2019-09-24 00:29:22 +08:00
|
|
|
<?php } ?>
|
|
|
|
|
|
2021-03-09 22:04:49 +08:00
|
|
|
<br>
|
2023-11-14 20:35:53 +08:00
|
|
|
<span class="badge text-bg-info">ID: <?php echo $row->station_id;?></span>
|
|
|
|
|
<span class="badge text-bg-light"><?php echo $row->qso_total;?> <?php echo lang('gen_hamradio_qso'); ?></span>
|
2019-09-24 00:29:22 +08:00
|
|
|
</td>
|
2023-12-09 00:34:47 +08:00
|
|
|
<td style="text-align: center; vertical-align: middle;">
|
2021-08-23 22:50:19 +08:00
|
|
|
<?php if($row->user_id == "") { ?>
|
2023-10-13 02:21:05 +08:00
|
|
|
<a href="<?php echo site_url('station/claim_user')."/".$row->station_id; ?>" class="btn btn-outline-primary btn-sm"><i class="fas fa-user-plus"></i> <?php echo lang('station_location_claim_ownership'); ?></a>
|
2021-08-23 22:50:19 +08:00
|
|
|
<?php } ?>
|
2025-05-22 06:06:59 +08:00
|
|
|
<a href="<?php echo site_url('station/edit')."/".$row->station_id; ?>" title="<?php echo lang('admin_edit'); ?>" class="btn btn-outline-primary btn-sm"><i class="fas fa-edit"></i></a>
|
2023-01-01 20:32:12 +08:00
|
|
|
</td>
|
2023-12-09 00:34:47 +08:00
|
|
|
<td style="text-align: center; vertical-align: middle;">
|
2025-05-22 06:06:59 +08:00
|
|
|
<a href="<?php echo site_url('station/copy')."/".$row->station_id; ?>" title="<?php echo lang('admin_copy'); ?>" class="btn btn-outline-primary btn-sm"><i class="fas fa-copy"></i></a>
|
2019-10-03 22:12:19 +08:00
|
|
|
</td>
|
2025-05-22 06:06:59 +08:00
|
|
|
<td style="text-align: center; vertical-align: middle;"> <a href="<?php echo site_url('station/deletelog')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title="<?php echo lang('station_location_emptylog'); ?>" onclick="return confirm('<?php echo lang('station_location_confirm_del_qso'); ?>');"><i class="fas fa-trash-alt"></i></a>
|
2020-02-07 21:54:49 +08:00
|
|
|
</td>
|
2023-12-09 00:34:47 +08:00
|
|
|
<td style="text-align: center; vertical-align: middle;">
|
2021-12-05 00:14:57 +08:00
|
|
|
<?php if($row->station_active != 1) { ?>
|
2025-05-22 06:06:59 +08:00
|
|
|
<a href="<?php echo site_url('station/delete')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title="<?php echo lang('admin_delete'); ?>" onclick="return confirm('<?php echo lang('station_location_confirm_del_stationlocation'); ?> <?php echo $row->station_profile_name; ?> <?php echo lang('station_location_confirm_del_stationlocation_qso'); ?>');"><i class="fas fa-trash-alt"></i></a>
|
2021-12-05 00:14:57 +08:00
|
|
|
<?php } ?>
|
|
|
|
|
</td>
|
2019-09-24 00:29:22 +08:00
|
|
|
</tr>
|
|
|
|
|
|
2019-01-09 23:18:46 +08:00
|
|
|
<?php } ?>
|
|
|
|
|
</tbody>
|
2023-11-22 21:48:33 +08:00
|
|
|
</table>
|
2020-11-29 04:11:25 +08:00
|
|
|
</div>
|
2019-01-09 23:18:46 +08:00
|
|
|
<?php } ?>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-01-02 03:14:25 +08:00
|
|
|
|
|
|
|
|
|
2021-03-10 00:50:06 +08:00
|
|
|
</div>
|