| 
									
										
										
										
											2020-02-18 17:49:27 +08:00
										 |  |  | <div class="container"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <br> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <h2><?php echo $page_title; ?></h2>
 | 
					
						
							| 
									
										
										
										
											2023-10-08 14:55:45 +08:00
										 |  |  |     <script> | 
					
						
							|  |  |  |         var lang_general_word_qso_data = '<?php echo lang('general_word_qso_data'); ?>'; | 
					
						
							|  |  |  |     </script> | 
					
						
							| 
									
										
										
										
											2020-02-18 17:49:27 +08:00
										 |  |  |     <div id="distances_div"> | 
					
						
							|  |  |  |         <form class="form-inline"> | 
					
						
							| 
									
										
										
										
											2023-05-17 07:08:11 +08:00
										 |  |  |             <label class="my-1 mr-2" for="distplot_bands"><?php echo lang('gen_band_selection'); ?></label>
 | 
					
						
							| 
									
										
										
										
											2020-02-18 17:49:27 +08:00
										 |  |  |             <select class="custom-select my-1 mr-sm-2"  id="distplot_bands"> | 
					
						
							| 
									
										
										
										
											2021-11-18 04:48:44 +08:00
										 |  |  |                 <?php if (count($sats_available) != 0) { ?>
 | 
					
						
							|  |  |  |                     <option value="sat">SAT</option> | 
					
						
							|  |  |  |                 <?php } ?>
 | 
					
						
							| 
									
										
										
										
											2021-01-31 06:25:13 +08:00
										 |  |  |                 <?php foreach($bands_available as $band) { | 
					
						
							|  |  |  |                     echo '<option value="' . $band . '"' . '>' . $band . '</option>'."\n"; | 
					
						
							|  |  |  |                 } ?>
 | 
					
						
							|  |  |  |             </select> | 
					
						
							| 
									
										
										
										
											2021-11-18 04:48:44 +08:00
										 |  |  |             <?php if (count($sats_available) != 0) { ?>
 | 
					
						
							|  |  |  |                 <label class="my-1 mr-2" for="distplot_sats">Satellite</label> | 
					
						
							|  |  |  |                 <select class="custom-select my-1 mr-sm-2"  id="distplot_sats"> | 
					
						
							|  |  |  |                     <option value="All">All</option> | 
					
						
							|  |  |  |                     <?php foreach($sats_available as $sat) { | 
					
						
							|  |  |  |                         echo '<option value="' . $sat . '"' . '>' . $sat . '</option>'."\n"; | 
					
						
							|  |  |  |                     } ?>
 | 
					
						
							|  |  |  |                 </select> | 
					
						
							|  |  |  |             <?php } else { ?>
 | 
					
						
							|  |  |  |                 <input id="distplot_sats" type="hidden" value="All"></input> | 
					
						
							|  |  |  |             <?php } ?>
 | 
					
						
							| 
									
										
										
										
											2020-10-26 16:58:49 +08:00
										 |  |  |             <button id="plot" type="button" name="plot" class="btn btn-primary" onclick="distPlot(this.form)">Plot</button> | 
					
						
							| 
									
										
										
										
											2020-02-18 17:49:27 +08:00
										 |  |  |         </form> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> |