| 
									
										
										
										
											2020-12-08 00:32:12 +08:00
										 |  |  | <div class="container map-QSOs"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-22 17:33:08 +08:00
										 |  |  | 	<h2>Map: All QSOs for "<?php echo $station_profile->station_profile_name; ?>" Station Profile</h2> | 
					
						
							| 
									
										
										
										
											2020-12-08 00:32:12 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	<?php if($this->session->flashdata('notice')) { ?>
 | 
					
						
							|  |  |  | 	<div class="alert alert-info" role="alert"> | 
					
						
							|  |  |  | 	  <?php echo $this->session->flashdata('notice'); ?>
 | 
					
						
							|  |  |  | 	</div> | 
					
						
							|  |  |  | 	<?php } ?>
 | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	<!-- Map --> | 
					
						
							|  |  |  | 	<div id="map" style="width: 100%; height: 700px;"></div>  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-22 17:33:08 +08:00
										 |  |  |     <div class="alert alert-success" role="alert">Showing all QSOs for the active Station Profile: <?php echo $station_profile->station_profile_name; ?> </div>
 |