| 
									
										
										
										
											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 } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-20 22:51:55 +08:00
										 |  |  | <h2><?php echo $page_title; ?></h2>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-10-13 02:21:05 +08:00
										 |  |  | 	  <p><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></p>
 | 
					
						
							| 
									
										
										
										
											2021-03-10 00:50:06 +08:00
										 |  |  | 	   | 
					
						
							| 
									
										
										
										
											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"> | 
					
						
							| 
									
										
										
										
											2023-10-13 02:21:05 +08:00
										 |  |  | 		  		<span class="badge badge-pill badge-warning"><?php echo lang('general_word_warning'); ?></span> <?php echo lang('station_location_warning_reassign'); ?>
 | 
					
						
							| 
									
										
										
										
											2023-08-01 16:21:17 +08:00
										 |  |  | 				</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 } ?>
 | 
					
						
							| 
									
										
										
										
											2021-03-10 00:50:06 +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> | 
					
						
							| 
									
										
										
										
											2021-03-09 22:04:49 +08:00
										 |  |  | 					<td> | 
					
						
							|  |  |  | 						<?php echo $row->station_profile_name;?><br>
 | 
					
						
							|  |  |  | 					</td> | 
					
						
							| 
									
										
										
										
											2019-09-24 00:29:22 +08:00
										 |  |  | 					<td><?php echo $row->station_callsign;?></td>
 | 
					
						
							| 
									
										
										
										
											2023-05-14 19:54:10 +08:00
										 |  |  | 					<td><?php echo $row->station_country == '' ? '- NONE -' : $row->station_country; if ($row->dxcc_end != NULL) { echo ' <span class="badge badge-danger">'.lang('gen_hamradio_deleted_dxcc').'</span>'; } ?></td>
 | 
					
						
							| 
									
										
										
										
											2019-01-02 03:14:25 +08:00
										 |  |  | 					<td><?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-10-13 02:21:05 +08:00
										 |  |  | 							<span class="badge badge-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> | 
					
						
							|  |  |  | 						<span class="badge badge-info">ID: <?php echo $row->station_id;?></span>
 | 
					
						
							| 
									
										
										
										
											2023-10-12 08:08:57 +08:00
										 |  |  | 						<span class="badge badge-light"><?php echo $row->qso_total;?> <?php echo lang('gen_hamradio_qso'); ?></span>
 | 
					
						
							| 
									
										
										
										
											2019-09-24 00:29:22 +08:00
										 |  |  | 					</td> | 
					
						
							| 
									
										
										
										
											2019-10-03 22:12:19 +08:00
										 |  |  | 					<td> | 
					
						
							| 
									
										
										
										
											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 } ?>
 | 
					
						
							| 
									
										
										
										
											2023-10-12 08:08:57 +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> | 
					
						
							|  |  |  | 						<td> | 
					
						
							| 
									
										
										
										
											2023-10-12 08:08:57 +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> | 
					
						
							| 
									
										
										
										
											2020-02-07 21:54:49 +08:00
										 |  |  |                     <td> | 
					
						
							| 
									
										
										
										
											2023-10-13 02:21:05 +08:00
										 |  |  |                         <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></td>
 | 
					
						
							| 
									
										
										
										
											2020-02-07 21:54:49 +08:00
										 |  |  |                     </td> | 
					
						
							| 
									
										
										
										
											2019-10-03 22:12:19 +08:00
										 |  |  | 					<td> | 
					
						
							| 
									
										
										
										
											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/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> | 
					
						
							|  |  |  | 		<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> |