| 
									
										
										
										
											2019-08-29 03:13:24 +08:00
										 |  |  | <div class="container"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<br> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<?php if($this->session->flashdata('message')) { ?>
 | 
					
						
							|  |  |  | 			<!-- Display Message --> | 
					
						
							|  |  |  | 			<div class="alert-message error"> | 
					
						
							|  |  |  | 			  <p><?php echo $this->session->flashdata('message'); ?></p>
 | 
					
						
							|  |  |  | 			</div> | 
					
						
							|  |  |  | 		<?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-20 22:51:55 +08:00
										 |  |  | 	<h2><?php echo $page_title; ?></h2>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-29 03:13:24 +08:00
										 |  |  | 	<div class="card"> | 
					
						
							|  |  |  | 	  <div class="card-header"> | 
					
						
							| 
									
										
										
										
											2020-10-21 04:49:05 +08:00
										 |  |  | 	    Export Requested QSLs for Printing | 
					
						
							| 
									
										
										
										
											2019-08-29 03:13:24 +08:00
										 |  |  | 	  </div> | 
					
						
							| 
									
										
										
										
											2021-05-22 14:45:24 +08:00
										 |  |  | 		<div class="card-body"> | 
					
						
							|  |  |  | 			<form class="form" action="<?php echo site_url('adif/import'); ?>" method="post" enctype="multipart/form-data"> | 
					
						
							| 
									
										
										
										
											2021-07-23 17:04:39 +08:00
										 |  |  | 				<?php echo $this->lang->line('cloudlog_station_profile'); ?>:
 | 
					
						
							| 
									
										
										
										
											2021-07-22 23:16:49 +08:00
										 |  |  | 				<select name="station_profile" class="station_id custom-select mb-3 mr-sm-3" style="width: 20%;"> | 
					
						
							|  |  |  | 					<option value="All">All</option> | 
					
						
							| 
									
										
										
										
											2021-05-22 14:45:24 +08:00
										 |  |  | 					<?php foreach ($station_profile->result() as $station) { ?>
 | 
					
						
							|  |  |  | 						<option value="<?php echo $station->station_id; ?>">Callsign: <?php echo $station->station_callsign; ?> (<?php echo $station->station_profile_name; ?>)</option>
 | 
					
						
							|  |  |  | 					<?php } ?>
 | 
					
						
							|  |  |  | 				</select> | 
					
						
							|  |  |  | 			</form> | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-20 22:51:55 +08:00
										 |  |  | 	    <p class="card-text">Here you can export requested QSLs as CSV or ADIF files for printing and, optionally, mark them as sent via bureau.</p> | 
					
						
							|  |  |  | 	    <p class="card-text">Requested QSLs are any QSOs with a value of "Requested" or "Queued" in their "QSL Sent" field.</p> | 
					
						
							| 
									
										
										
										
											2020-10-26 16:58:49 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 		  <?php | 
					
						
							| 
									
										
										
										
											2021-07-22 23:16:49 +08:00
										 |  |  | 		  echo '<div class="resulttable">'; | 
					
						
							|  |  |  | 		  if ($qsos->result() != NULL) { | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 			  echo '<table style="width:100%" class="table table-sm table-bordered table-hover table-striped table-condensed"> | 
					
						
							|  |  |  |         <thead> | 
					
						
							|  |  |  |         <tr> | 
					
						
							|  |  |  |         <th style=\'text-align: center\'>'.$this->lang->line('gen_hamradio_callsign').'</th> | 
					
						
							| 
									
										
										
										
											2021-07-23 17:04:39 +08:00
										 |  |  |         <th style=\'text-align: center\'>' . $this->lang->line('general_word_date') . '</th> | 
					
						
							|  |  |  |         <th style=\'text-align: center\'>'. $this->lang->line('general_word_time') .'</th> | 
					
						
							|  |  |  |         <th style=\'text-align: center\'>' . $this->lang->line('gen_hamradio_mode') . '</th> | 
					
						
							|  |  |  |         <th style=\'text-align: center\'>' . $this->lang->line('gen_hamradio_band') . '</th> | 
					
						
							| 
									
										
										
										
											2021-08-25 02:10:07 +08:00
										 |  |  |         <th style=\'text-align: center\'>' . $this->lang->line('gen_hamradio_qsl') . ' ' . $this->lang->line('general_word_qslcard_via') . '</th> | 
					
						
							| 
									
										
										
										
											2021-07-23 17:04:39 +08:00
										 |  |  |         <th style=\'text-align: center\'>' . $this->lang->line('gen_hamradio_station') . '</th> | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  |         <th style=\'text-align: center\'></th> | 
					
						
							| 
									
										
										
										
											2021-07-28 17:10:15 +08:00
										 |  |  |         <th style=\'text-align: center\'></th> | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  |         </tr> | 
					
						
							|  |  |  |         </thead><tbody>'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-23 17:04:39 +08:00
										 |  |  | 			  // Get Date format
 | 
					
						
							|  |  |  | 			  if($this->session->userdata('user_date_format')) { | 
					
						
							|  |  |  | 				  // If Logged in and session exists
 | 
					
						
							|  |  |  | 				  $custom_date_format = $this->session->userdata('user_date_format'); | 
					
						
							|  |  |  | 			  } else { | 
					
						
							|  |  |  | 				  // Get Default date format from /config/cloudlog.php
 | 
					
						
							|  |  |  | 				  $custom_date_format = $this->config->item('qso_date_format'); | 
					
						
							|  |  |  | 			  } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 			  foreach ($qsos->result() as $qsl) { | 
					
						
							| 
									
										
										
										
											2021-07-28 17:10:15 +08:00
										 |  |  | 				  echo '<tr id="qslprint_'.$qsl->COL_PRIMARY_KEY.'">'; | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 				  echo '<td style=\'text-align: center\'>' . $qsl->COL_CALL . '</td>'; | 
					
						
							| 
									
										
										
										
											2021-07-23 17:04:39 +08:00
										 |  |  | 				  echo '<td style=\'text-align: center\'>'; $timestamp = strtotime($qsl->COL_TIME_ON); echo date($custom_date_format, $timestamp); echo '</td>'; | 
					
						
							|  |  |  | 				  echo '<td style=\'text-align: center\'>'; $timestamp = strtotime($qsl->COL_TIME_ON); echo date('H:i', $timestamp); echo '</td>'; | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 				  echo '<td style=\'text-align: center\'>'; echo $qsl->COL_SUBMODE==null?$qsl->COL_MODE:$qsl->COL_SUBMODE; echo '</td>'; | 
					
						
							| 
									
										
										
										
											2021-07-23 17:04:39 +08:00
										 |  |  | 				  echo '<td style=\'text-align: center\'>'; if($qsl->COL_SAT_NAME != null) { echo $qsl->COL_SAT_NAME; } else { echo strtolower($qsl->COL_BAND); }; echo '</td>'; | 
					
						
							| 
									
										
										
										
											2021-08-25 02:10:07 +08:00
										 |  |  | 				  echo '<td style=\'text-align: center\'>' . $qsl->COL_QSL_VIA . '</td>'; | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 				  echo '<td style=\'text-align: center\'><span class="badge badge-light">' . $qsl->station_callsign . '</span></td>'; | 
					
						
							| 
									
										
										
										
											2021-07-28 17:10:15 +08:00
										 |  |  | 				  echo '<td style=\'text-align: center\'><button onclick="deleteFromQslQueue(\''.$qsl->COL_PRIMARY_KEY.'\')" class="btn btn-sm btn-danger">Delete from queue</button></td>'; | 
					
						
							|  |  |  | 				  echo '<td style=\'text-align: center\'><button onclick="openQsoList(\''.$qsl->COL_CALL.'\')" class="btn btn-sm btn-success">Open QSO list</button></td>'; | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 				  echo '</tr>'; | 
					
						
							|  |  |  | 			  } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			  echo '</tbody></table>'; | 
					
						
							| 
									
										
										
										
											2021-07-22 23:16:49 +08:00
										 |  |  | 			  ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			  <p><a href="<?php echo site_url('qslprint/exportcsv/all'); ?>" title="Export CSV-file" target="_blank" class="btn btn-primary">Export requested QSLs to CSV-file</a></p> | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-22 23:16:49 +08:00
										 |  |  | 			  <p><a href="<?php echo site_url('qslprint/exportadif/all'); ?>" title="Export ADIF" target="_blank" class="btn btn-primary">Export requested QSLs to ADIF-file</a></p> | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-22 23:16:49 +08:00
										 |  |  | 			  <p><a href="<?php echo site_url('qslprint/qsl_printed/all'); ?>" title="Mark QSLs as printed" target="_blank" class="btn btn-primary">Mark requested QSLs as sent</a></p> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			<?php | 
					
						
							|  |  |  | 		  } else { | 
					
						
							|  |  |  | 			  echo '<div class="alert alert-danger"><a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>No QSL\'s to print were found!</div>'; | 
					
						
							|  |  |  | 		  } | 
					
						
							|  |  |  | 		  ?>
 | 
					
						
							| 
									
										
										
										
											2021-05-08 16:29:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-22 23:16:49 +08:00
										 |  |  | 		</div> | 
					
						
							| 
									
										
										
										
											2019-08-29 03:13:24 +08:00
										 |  |  | 	  </div> | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | </div> |