| 
									
										
										
										
											2019-06-27 04:11:44 +08:00
										 |  |  | <div class="container"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<br> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-29 00:32:07 +08:00
										 |  |  | 	<h2><?php echo $page_title; ?></h2>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-29 01:17:54 +08:00
										 |  |  | 	<?php if ($this->uri->segment(1) == "gridsquares" && $this->uri->segment(2) == "band") { ?>
 | 
					
						
							|  |  |  | <form class="form-inline"> | 
					
						
							|  |  |  | 	<label class="my-1 mr-2" for="gridsquare_bands">Band Selection</label> | 
					
						
							|  |  |  | 	<select class="custom-select my-1 mr-sm-2"  id="gridsquare_bands"></select> | 
					
						
							|  |  |  | </form> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-27 04:11:44 +08:00
										 |  |  | 		<?php if($this->session->flashdata('message')) { ?>
 | 
					
						
							|  |  |  | 			<!-- Display Message --> | 
					
						
							|  |  |  | 			<div class="alert-message error"> | 
					
						
							|  |  |  | 			  <p><?php echo $this->session->flashdata('message'); ?></p>
 | 
					
						
							|  |  |  | 			</div> | 
					
						
							|  |  |  | 		<?php } ?>
 | 
					
						
							| 
									
										
										
										
											2020-08-23 23:50:25 +08:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2019-06-27 04:11:44 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	<div id="map" style="width: 100%; height: 800px"></div> | 
					
						
							| 
									
										
										
										
											2019-06-29 00:23:37 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-23 23:50:25 +08:00
										 |  |  | <div class="container"> | 
					
						
							| 
									
										
										
										
											2019-06-29 00:23:37 +08:00
										 |  |  | 	<?php if ($this->uri->segment(2) == "satellites") { ?>
 | 
					
						
							|  |  |  | 		<div class="alert alert-success" role="alert"> | 
					
						
							|  |  |  | 			Confirmed is Green | Worked but not confirmed is Red | 
					
						
							|  |  |  | 			[This grid square map is publically viewable for sharing] | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 	<?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<?php if ($this->uri->segment(2) == "band") { ?>
 | 
					
						
							|  |  |  | 		<div class="alert alert-success" role="alert"> | 
					
						
							|  |  |  | 			Confirmed is Green | Worked but not confirmed is Red <br> | 
					
						
							|  |  |  | 			[This map does not include satellite, internet or repeater QSOs] <br> | 
					
						
							|  |  |  | 			[This grid square map is publically viewable for sharing] | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 	<?php } ?>
 | 
					
						
							| 
									
										
										
										
											2020-03-16 19:20:10 +08:00
										 |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> | 
					
						
							|  |  |  |   <div class="modal-dialog modal-xl" role="document"> | 
					
						
							|  |  |  |     <div class="modal-content"> | 
					
						
							|  |  |  |       <div class="modal-header"> | 
					
						
							| 
									
										
										
										
											2020-04-21 17:48:43 +08:00
										 |  |  |         <h5 class="modal-title" id="exampleModalLabel"><span id="qso_count"></span> QSO<span id="gt1_qso"></span> in Square: <span id="square_number"></span></h5> | 
					
						
							| 
									
										
										
										
											2020-03-16 19:20:10 +08:00
										 |  |  |         <button type="button" class="close" data-dismiss="modal" aria-label="Close"> | 
					
						
							|  |  |  |           <span aria-hidden="true">×</span> | 
					
						
							|  |  |  |         </button> | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  |       <div class="modal-body"> | 
					
						
							| 
									
										
										
										
											2020-03-17 01:35:14 +08:00
										 |  |  | 		<table id="grid_results" class="table table-sm"> | 
					
						
							| 
									
										
										
										
											2020-03-16 19:20:10 +08:00
										 |  |  | 		  <thead class="thead-dark"> | 
					
						
							|  |  |  | 		    <tr> | 
					
						
							|  |  |  | 		      <th scope="col">Date/Time</th> | 
					
						
							|  |  |  | 		      <th scope="col">Callsign</th> | 
					
						
							|  |  |  | 		      <th scope="col">Mode</th> | 
					
						
							|  |  |  | 		      <th scope="col">Band</th> | 
					
						
							| 
									
										
										
										
											2020-04-21 03:05:00 +08:00
										 |  |  | 		      <th scope="col">Locator</th> | 
					
						
							| 
									
										
										
										
											2020-03-16 19:20:10 +08:00
										 |  |  | 		    </tr> | 
					
						
							|  |  |  | 		  </thead> | 
					
						
							|  |  |  | 		  <tbody> | 
					
						
							|  |  |  | 		  </tbody> | 
					
						
							|  |  |  | 		</table> | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  |       <div class="modal-footer"> | 
					
						
							|  |  |  |         <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2020-04-21 17:48:43 +08:00
										 |  |  | </div> |