| 
									
										
										
										
											2023-12-16 18:42:56 +08:00
										 |  |  | <div class="container adif" id="qrz_export"> | 
					
						
							| 
									
										
										
										
											2020-05-21 01:43:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 	<h2><?php echo $page_title; ?></h2>
 | 
					
						
							| 
									
										
										
										
											2020-05-21 01:43:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 	<div class="card"> | 
					
						
							|  |  |  | 		<div class="card-header"> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:49:53 +08:00
										 |  |  | 			<ul class="nav nav-tabs card-header-tabs pull-right" role="tablist"> | 
					
						
							|  |  |  | 				<li class="nav-item"> | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  | 					<a class="nav-link active" id="export-tab" data-bs-toggle="tab" href="#export" role="tab" aria-controls="import" aria-selected="true">Upload Logbook</a> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:49:53 +08:00
										 |  |  | 				</li> | 
					
						
							| 
									
										
										
										
											2023-12-08 00:30:40 +08:00
										 |  |  | 				<li class="nav-item"> | 
					
						
							|  |  |  | 					<a class="nav-link" id="mark-tab" data-bs-toggle="tab" href="#import" role="tab" aria-controls="import" aria-selected="false">Download QSOs</a> | 
					
						
							|  |  |  | 				</li> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:49:53 +08:00
										 |  |  | 				<li class="nav-item"> | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  | 					<a class="nav-link" id="mark-tab" data-bs-toggle="tab" href="#mark" role="tab" aria-controls="export" aria-selected="false">Mark QSOs</a> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:49:53 +08:00
										 |  |  | 				</li> | 
					
						
							|  |  |  | 			</ul> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 		</div> | 
					
						
							| 
									
										
										
										
											2020-05-21 01:43:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 		<div class="card-body"> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:49:53 +08:00
										 |  |  | 			<div class="tab-content"> | 
					
						
							|  |  |  | 				<div class="tab-pane active" id="export" role="tabpanel" aria-labelledby="export-tab"> | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 					<p>Here you can see and upload all QSOs which have not been previously uploaded to a QRZ logbook.</p> | 
					
						
							|  |  |  | 					<p>You need to set a QRZ Logbook API key in your station profile. Only station profiles with an API Key set are displayed.</p> | 
					
						
							|  |  |  | 					<p><span class="badge text-bg-warning">Warning</span> This might take a while as QSO uploads are processed sequentially.</p> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:49:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 					<?php | 
					
						
							|  |  |  | 					if ($station_profile->result()) { | 
					
						
							|  |  |  | 						echo ' | 
					
						
							| 
									
										
										
										
											2020-05-21 01:43:13 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |             <table class="table table-bordered table-hover table-striped table-condensed text-center"> | 
					
						
							|  |  |  |                 <thead> | 
					
						
							|  |  |  |                 <tr> | 
					
						
							|  |  |  |                     <td>Profile name</td> | 
					
						
							|  |  |  |                     <td>Station callsign</td> | 
					
						
							|  |  |  |                     <td>Edited QSOs not uploaded</td> | 
					
						
							|  |  |  |                     <td>Total QSOs not uploaded</td> | 
					
						
							|  |  |  |                     <td>Total QSOs uploaded</td> | 
					
						
							| 
									
										
										
										
											2020-10-26 16:58:49 +08:00
										 |  |  |                     <td>Actions</td> | 
					
						
							| 
									
										
										
										
											2020-05-21 01:43:13 +08:00
										 |  |  |                 </thead> | 
					
						
							|  |  |  |                 <tbody>'; | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 						foreach ($station_profile->result() as $station) {      // Fills the table with the data
 | 
					
						
							|  |  |  | 							echo '<tr>'; | 
					
						
							|  |  |  | 							echo '<td>' . $station->station_profile_name . '</td>'; | 
					
						
							|  |  |  | 							echo '<td>' . $station->station_callsign . '</td>'; | 
					
						
							|  |  |  | 							echo '<td id ="modcount' . $station->station_id . '">' . $station->modcount . '</td>'; | 
					
						
							|  |  |  | 							echo '<td id ="notcount' . $station->station_id . '">' . $station->notcount . '</td>'; | 
					
						
							|  |  |  | 							echo '<td id ="totcount' . $station->station_id . '">' . $station->totcount . '</td>'; | 
					
						
							|  |  |  | 							echo '<td><button id="qrzUpload" type="button" name="qrzUpload" class="btn btn-primary btn-sm ld-ext-right ld-ext-right-' . $station->station_id . '" onclick="ExportQrz(' . $station->station_id . ')"><i class="fas fa-cloud-upload-alt"></i> Upload<div class="ld ld-ring ld-spin"></div></button></td>'; | 
					
						
							|  |  |  | 							echo '</tr>'; | 
					
						
							|  |  |  | 						} | 
					
						
							|  |  |  | 						echo '</tfoot></table>'; | 
					
						
							|  |  |  | 					} else { | 
					
						
							|  |  |  | 						echo '<div class="alert alert-danger" role="alert">Nothing found!</div>'; | 
					
						
							|  |  |  | 					} | 
					
						
							|  |  |  | 					?>
 | 
					
						
							| 
									
										
										
										
											2020-05-21 01:43:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 				</div> | 
					
						
							|  |  |  | 				<div class="tab-pane fade" id="import" role="tabpanel" aria-labelledby="home-tab"> | 
					
						
							| 
									
										
										
										
											2020-05-21 01:43:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 					<form class="form" action="<?php echo site_url('qrz/import_qrz'); ?>" method="post" enctype="multipart/form-data"> | 
					
						
							|  |  |  | 						Download QSOs from QRZ Logbook for all Locations<br> | 
					
						
							|  |  |  | 						<button type="submit" class="btn btn-sm btn-primary" value="Export">Download from QRZ Logbook</button> | 
					
						
							|  |  |  | 					</form> | 
					
						
							|  |  |  | 				</div> | 
					
						
							| 
									
										
										
										
											2023-12-08 00:30:40 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 				<div class="tab-pane fade" id="mark" role="tabpanel" aria-labelledby="home-tab"> | 
					
						
							| 
									
										
										
										
											2023-12-08 00:30:40 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 					<form class="form" action="<?php echo site_url('qrz/mark_qrz'); ?>" method="post" enctype="multipart/form-data"> | 
					
						
							|  |  |  | 						<select name="station_profile" class="form-select mb-4 me-sm-4" style="width: 30%;"> | 
					
						
							|  |  |  | 							<option disabled value="0">Select Station Location</option> | 
					
						
							|  |  |  | 							<?php foreach ($station_profiles->result() as $station) { ?>
 | 
					
						
							|  |  |  | 								<option <?php if ($station->station_active) { | 
					
						
							|  |  |  | 											echo "selected "; | 
					
						
							|  |  |  | 										} ?>value="<?php echo $station->station_id; ?>">Callsign: <?php echo $station->station_callsign; ?> (<?php echo $station->station_profile_name; ?>)</option>
 | 
					
						
							|  |  |  | 							<?php } ?>
 | 
					
						
							|  |  |  | 						</select> | 
					
						
							|  |  |  | 						<p><span class="badge text-bg-warning">Warning</span> If a date range is not selected then all QSOs will be marked!</p> | 
					
						
							|  |  |  | 						<div class="row"> | 
					
						
							|  |  |  | 							<div class="col-md-2"> | 
					
						
							|  |  |  | 								<label for="from"><?php echo lang('gen_from_date') . ": " ?></label>
 | 
					
						
							|  |  |  | 								<input name="from" id="from" type="date" class="form-control w-auto"> | 
					
						
							|  |  |  | 							</div> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:49:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 							<div class="col-md-2"> | 
					
						
							|  |  |  | 								<label for="to"><?php echo lang('gen_to_date') . ": " ?></label>
 | 
					
						
							|  |  |  | 								<input name="to" id="to" type="date" class="form-control w-auto"> | 
					
						
							|  |  |  | 							</div> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:49:53 +08:00
										 |  |  | 						</div> | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | 						<br> | 
					
						
							|  |  |  | 						<button type="submit" class="btn btn-sm btn-primary" value="Export">Mark QSOs as exported to QRZ Logbook</button> | 
					
						
							|  |  |  | 					</form> | 
					
						
							|  |  |  | 				</div> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:49:53 +08:00
										 |  |  | 			</div> | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 	</div> | 
					
						
							| 
									
										
										
										
											2025-04-18 18:02:22 +08:00
										 |  |  | </div> |