2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								< div  class = " container "  id = " create_station_profile " >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< br >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									< ? php  if ( $this -> session -> flashdata ( 'message' ))  {  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										<!--  Display  Message  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " alert-message error " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										  < p >< ? php  echo  $this -> session -> flashdata ( 'message' );  ?> </p>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									< ? php  }  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< ? php  if ( $this -> session -> flashdata ( 'notice' ))  {  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  id = " message "  > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
											< ? php  echo  $this -> session -> flashdata ( 'notice' );  ?> 
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									< ? php  }  ?> 
 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< ? php  $this -> load -> helper ( 'form' );  ?> 
 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< ? php  echo  validation_errors ();  ?> 
 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 14:16:44 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< ? php  if ( $my_station_profile -> station_id  !=  NULL )  { 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:44:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										$form_action  =  lang ( " admin_update " ); 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 14:16:44 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< form  method = " post "  action = " <?php echo site_url('station/edit/'); ?><?php echo  $my_station_profile->station_id ; ?> "  name = " create_profile " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< input  type = " hidden "  name = " station_id "  value = " <?php echo  $my_station_profile->station_id ; ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 14:16:44 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< ? php  }  else  { 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:44:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										$form_action  =  lang ( " admin_create " ); 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 14:16:44 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< form  method = " post "  action = " <?php echo site_url('station/copy/'); ?><?php echo  $copy_from ; ?> "  name = " create_profile " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									< ? php  }  ?> 
 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:44:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-header " >< ? php  echo  $page_title ;  ?>  <?php echo "(" . lang("gen_hamradio_callsign") . ": "; ?> <?php echo $my_station_profile->station_callsign; ?>)</div>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 14:16:44 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " stationNameInput " >< ? php  echo  lang ( " station_location_name " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " station_profile_name "  id = " stationNameInput "  aria - describedby = " stationNameInputHelp "  value = " <?php if(set_value('station_profile_name') !=  " " )  {  echo set_value('station_profile_name'); } else  {  echo  $my_station_profile->station_profile_name ; } ?> "  required > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " stationNameInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_name_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-04-09 00:00:25 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " stationCallsignInput " >< ? php  echo  lang ( " station_location_callsign " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " station_callsign "  id = " stationCallsignInput "  aria - describedby = " stationCallsignInputHelp "  value = " <?php if(set_value('station_callsign') !=  " " )  {  echo set_value('station_callsign'); } else  {  echo  $my_station_profile->station_callsign ; } ?> "  required > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " stationCallsignInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_callsign_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-28 05:02:57 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " stationPowerInput " >< ? php  echo  lang ( " station_location_power " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-28 05:02:57 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " number "  class = " form-control "  name = " station_power "  step = " 1 "  id = " stationPowerInput "  aria - describedby = " stationPowerInputHelp "  value = " <?php if(set_value('station_power') !=  " " )  {  echo set_value('station_power'); } else  {  echo  $my_station_profile->station_power ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " stationPowerInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_power_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-28 05:02:57 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										<!--  Location  Ends  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:44:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-header " >< ? php  echo  lang ( " general_word_location " );  ?> </div>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													<!--  DXCC  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-15 02:12:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													    < label  for = " stationDXCCInput " >< ? php  echo  lang ( " station_location_dxcc " );  ?> </label>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													    < ? php  if  ( $dxcc_list -> num_rows ()  >  0 )  {  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													        < select  class = " form-control "  id = " dxcc_select "  name = " dxcc "  aria - describedby = " stationCallsignInputHelp " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													            < option  value = " 0 "  < ? php  if ( $my_station_profile -> station_dxcc  ==  " 0 " )  {  ?> selected<?php } ?>><?php echo "- " . lang('general_word_none') . " -"; ?></option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													            < ? php  foreach  ( $dxcc_list -> result ()  as  $dxcc )  {  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													                < ? php  $isDeleted  =  $dxcc -> end  !==  NULL ;  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													                < option  value = " <?php echo  $dxcc->adif ; ?> "  < ? php  if ( $my_station_profile -> station_dxcc  ==  $dxcc -> adif )  {  ?> selected<?php } ?>>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													                    < ? php  echo  ucwords ( strtolower ( $dxcc -> name ))  .  ' - '  .  $dxcc -> prefix ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													                    if  ( $isDeleted )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													                        echo  ' ('  .  lang ( 'gen_hamradio_deleted_dxcc' )  .  ')' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													                    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													                    ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													                </ option > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													            < ? php  }  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													        </ select > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													        < ? php  }  ?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													    < small  id = " stationDXCCInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_dxcc_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-16 23:04:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< div  class = " alert alert-danger "  role = " alert "  id = " warningMessageDXCC "  style = " display: none " ></ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-08-29 18:57:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													<!--  City  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " stationCityInput " >< ? php  echo  lang ( " station_location_city " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-18 04:07:58 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " city "  id = " stationCityInput "  aria - describedby = " stationCityInputHelp "  value = " <?php if(set_value('city') !=  " " )  {  echo set_value('city'); } else  {  echo  $my_station_profile->station_city ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< small  id = " stationCityInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_city_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										  			</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													<!--  US  State  --> 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-15 20:14:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													< div  class = " form-group "  id = " us_state " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< label  for = " stateInput " >< ? php  echo  lang ( " station_location_state " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    				< select  class = " form-control custom-select "  name = " station_state "  id = " StateHelp "  aria - describedby = " stationCntyInputHelp " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " " ></ option > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " AK "  < ? php  if ( $my_station_profile -> state  ==  " AK " )  {  echo  " selected " ;  }  ?> >Alaska</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " AL "  < ? php  if ( $my_station_profile -> state  ==  " AL " )  {  echo  " selected " ;  }  ?> >Alabama</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " AR "  < ? php  if ( $my_station_profile -> state  ==  " AR " )  {  echo  " selected " ;  }  ?> >Arkansas</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " AZ "  < ? php  if ( $my_station_profile -> state  ==  " AZ " )  {  echo  " selected " ;  }  ?> >Arizona</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " CA "  < ? php  if ( $my_station_profile -> state  ==  " CA " )  {  echo  " selected " ;  }  ?> >California</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " CO "  < ? php  if ( $my_station_profile -> state  ==  " CO " )  {  echo  " selected " ;  }  ?> >Colorado</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " CT "  < ? php  if ( $my_station_profile -> state  ==  " CT " )  {  echo  " selected " ;  }  ?> >Connecticut</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " DE "  < ? php  if ( $my_station_profile -> state  ==  " DE " )  {  echo  " selected " ;  }  ?> >Delaware</option>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-07-14 10:25:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
																< option  value = " DC "  < ? php  if ( $my_station_profile -> state  ==  " DC " )  {  echo  " selected " ;  }  ?> >District of Columbia</option>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
																< option  value = " FL "  < ? php  if ( $my_station_profile -> state  ==  " FL " )  {  echo  " selected " ;  }  ?> >Florida</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " GA "  < ? php  if ( $my_station_profile -> state  ==  " GA " )  {  echo  " selected " ;  }  ?> >Georgia</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " HI "  < ? php  if ( $my_station_profile -> state  ==  " HI " )  {  echo  " selected " ;  }  ?> >Hawaii</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " IA "  < ? php  if ( $my_station_profile -> state  ==  " IA " )  {  echo  " selected " ;  }  ?> >Iowa</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " ID "  < ? php  if ( $my_station_profile -> state  ==  " ID " )  {  echo  " selected " ;  }  ?> >Idaho</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " IL "  < ? php  if ( $my_station_profile -> state  ==  " IL " )  {  echo  " selected " ;  }  ?> >Illinois</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " IN "  < ? php  if ( $my_station_profile -> state  ==  " IN " )  {  echo  " selected " ;  }  ?> >Indiana</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " KS "  < ? php  if ( $my_station_profile -> state  ==  " KS " )  {  echo  " selected " ;  }  ?> >Kansas</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " KY "  < ? php  if ( $my_station_profile -> state  ==  " KY " )  {  echo  " selected " ;  }  ?> >Kentucky</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " LA "  < ? php  if ( $my_station_profile -> state  ==  " LA " )  {  echo  " selected " ;  }  ?> >Louisiana</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " MA "  < ? php  if ( $my_station_profile -> state  ==  " MA " )  {  echo  " selected " ;  }  ?> >Massachusetts</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " MD "  < ? php  if ( $my_station_profile -> state  ==  " MD " )  {  echo  " selected " ;  }  ?> >Maryland</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " ME "  < ? php  if ( $my_station_profile -> state  ==  " ME " )  {  echo  " selected " ;  }  ?> >Maine</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " MI "  < ? php  if ( $my_station_profile -> state  ==  " MI " )  {  echo  " selected " ;  }  ?> >Michigan</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " MN "  < ? php  if ( $my_station_profile -> state  ==  " MN " )  {  echo  " selected " ;  }  ?> >Minnesota</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " MO "  < ? php  if ( $my_station_profile -> state  ==  " MO " )  {  echo  " selected " ;  }  ?> >Missouri</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " MS "  < ? php  if ( $my_station_profile -> state  ==  " MS " )  {  echo  " selected " ;  }  ?> >Mississippi</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " MT "  < ? php  if ( $my_station_profile -> state  ==  " MT " )  {  echo  " selected " ;  }  ?> >Montana</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NC "  < ? php  if ( $my_station_profile -> state  ==  " NC " )  {  echo  " selected " ;  }  ?> >North Carolina</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " ND "  < ? php  if ( $my_station_profile -> state  ==  " ND " )  {  echo  " selected " ;  }  ?> >North Dakota</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NE "  < ? php  if ( $my_station_profile -> state  ==  " NE " )  {  echo  " selected " ;  }  ?> >Nebraska</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NH "  < ? php  if ( $my_station_profile -> state  ==  " NH " )  {  echo  " selected " ;  }  ?> >New Hampshire</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NJ "  < ? php  if ( $my_station_profile -> state  ==  " NJ " )  {  echo  " selected " ;  }  ?> >New Jersey</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NM "  < ? php  if ( $my_station_profile -> state  ==  " NM " )  {  echo  " selected " ;  }  ?> >New Mexico</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NV "  < ? php  if ( $my_station_profile -> state  ==  " NV " )  {  echo  " selected " ;  }  ?> >Nevada</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NY "  < ? php  if ( $my_station_profile -> state  ==  " NY " )  {  echo  " selected " ;  }  ?> >New York</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " OH "  < ? php  if ( $my_station_profile -> state  ==  " OH " )  {  echo  " selected " ;  }  ?> >Ohio</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " OK "  < ? php  if ( $my_station_profile -> state  ==  " OK " )  {  echo  " selected " ;  }  ?> >Oklahoma</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " OR "  < ? php  if ( $my_station_profile -> state  ==  " OR " )  {  echo  " selected " ;  }  ?> >Oregon</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " PA "  < ? php  if ( $my_station_profile -> state  ==  " PA " )  {  echo  " selected " ;  }  ?> >Pennsylvania</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " RI "  < ? php  if ( $my_station_profile -> state  ==  " RI " )  {  echo  " selected " ;  }  ?> >Rhode Island</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " SC "  < ? php  if ( $my_station_profile -> state  ==  " SC " )  {  echo  " selected " ;  }  ?> >South Carolina</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " SD "  < ? php  if ( $my_station_profile -> state  ==  " SD " )  {  echo  " selected " ;  }  ?> >South Dakota</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " TN "  < ? php  if ( $my_station_profile -> state  ==  " TN " )  {  echo  " selected " ;  }  ?> >Tennessee</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " TX "  < ? php  if ( $my_station_profile -> state  ==  " TX " )  {  echo  " selected " ;  }  ?> >Texas</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " UT "  < ? php  if ( $my_station_profile -> state  ==  " UT " )  {  echo  " selected " ;  }  ?> >Utah</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " VA "  < ? php  if ( $my_station_profile -> state  ==  " VA " )  {  echo  " selected " ;  }  ?> >Virginia</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " VT "  < ? php  if ( $my_station_profile -> state  ==  " VT " )  {  echo  " selected " ;  }  ?> >Vermont</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " WA "  < ? php  if ( $my_station_profile -> state  ==  " WA " )  {  echo  " selected " ;  }  ?> >Washington</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " WI "  < ? php  if ( $my_station_profile -> state  ==  " WI " )  {  echo  " selected " ;  }  ?> >Wisconsin</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " WV "  < ? php  if ( $my_station_profile -> state  ==  " WV " )  {  echo  " selected " ;  }  ?> >West Virginia</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " WY "  < ? php  if ( $my_station_profile -> state  ==  " WY " )  {  echo  " selected " ;  }  ?> >Wyoming</option>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-15 20:14:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															</ select > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    				< small  id = " StateHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_state_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-15 20:14:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										 				</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													<!--  Canada  State  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group "  id = " canada_state " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< label  for = " stateInput " >< ? php  echo  lang ( " station_location_state " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-15 20:14:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    				< select  class = " form-control custom-select "  name = " station_ca_state "  id = " StateHelp "  aria - describedby = " stationCntyInputHelp " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " " ></ option > 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
																< option  value = " AB "  < ? php  if ( $my_station_profile -> state  ==  " AB " )  {  echo  " selected " ;  }  ?> >Alberta</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " BC "  < ? php  if ( $my_station_profile -> state  ==  " BC " )  {  echo  " selected " ;  }  ?> >British Columbia</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " MB "  < ? php  if ( $my_station_profile -> state  ==  " MB " )  {  echo  " selected " ;  }  ?> >Manitoba</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NB "  < ? php  if ( $my_station_profile -> state  ==  " NB " )  {  echo  " selected " ;  }  ?> >New Brunswick</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NL "  < ? php  if ( $my_station_profile -> state  ==  " NL " )  {  echo  " selected " ;  }  ?> >Newfoundland & Labrador</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NS "  < ? php  if ( $my_station_profile -> state  ==  " NS " )  {  echo  " selected " ;  }  ?> >Nova Scotia</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NT "  < ? php  if ( $my_station_profile -> state  ==  " NT " )  {  echo  " selected " ;  }  ?> >Northwest Territories</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " NU "  < ? php  if ( $my_station_profile -> state  ==  " NU " )  {  echo  " selected " ;  }  ?> >Nunavut</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " ON "  < ? php  if ( $my_station_profile -> state  ==  " ON " )  {  echo  " selected " ;  }  ?> >Ontario</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " PE "  < ? php  if ( $my_station_profile -> state  ==  " PE " )  {  echo  " selected " ;  }  ?> >Prince Edward Island</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " QC "  < ? php  if ( $my_station_profile -> state  ==  " QC " )  {  echo  " selected " ;  }  ?> >Quebec</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " SK "  < ? php  if ( $my_station_profile -> state  ==  " SK " )  {  echo  " selected " ;  }  ?> >Saskatchewan</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																< option  value = " YT "  < ? php  if ( $my_station_profile -> state  ==  " YT " )  {  echo  " selected " ;  }  ?> >Yukon</option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															</ select > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    				< small  id = " StateHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_state_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-15 20:14:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														<!--  US  County  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
														< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															< label  for = " stationCntyInput " >< ? php  echo  lang ( " station_location_county " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															< input  disabled = " disabled "  type = " text "  class = " form-control "  name = " station_cnty "  id = " stationCntyInput "  aria - describedby = " stationCntyInputHelp "  value = " <?php if(set_value('station_cnty') !=  " " )  {  echo set_value('station_cnty'); } else  {  echo  $my_station_profile->station_cnty ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 02:21:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															< small  id = " stationCntyInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_county_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										  				</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										<!--  Location  Ends  --> 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-07 05:47:39 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										<!--  Zones  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:44:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-header " >< ? php  echo  lang ( " gen_hamradio_zones " );  ?> </div>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													<!--  CQ  Zone  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:44:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " stationCQZoneInput " >< ? php  echo  lang ( " gen_hamradio_cq_zone " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< select  class = " custom-select "  id = " stationCQZoneInput "  name = " station_cq "  required > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															< ? php 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															for  ( $i  =  1 ;  $i <= 40 ;  $i ++ )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																echo  '<option value=' .  $i ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																if  ( $my_station_profile -> station_cq  ==  $i )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																	echo  "  selected= \" selected \" " ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																} 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																echo  '>' .  $i  . '</option>' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															} 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
														</ select > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:44:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " stationCQInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " gen_find_zone_cq " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-10-07 05:47:39 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													<!--  ITU  Zone  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:44:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                    	< label  for = " stationITUZoneInput " >< ? php  echo  lang ( " gen_hamradio_itu_zone " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                    	< select  class = " custom-select "  id = " stationITUZoneInput "  name = " station_itu "  required > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															< ? php 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															for  ( $i  =  1 ;  $i <= 90 ;  $i ++ )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																echo  '<option value=' .  $i ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																if  ( $my_station_profile -> station_itu  ==  $i )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																	echo  "  selected= \" selected \" " ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																} 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
																echo  '>' .  $i  . '</option>' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															} 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    	</ select > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:44:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                    	< small  id = " stationITUInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " gen_find_zone_itu " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                	</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										<!--  Zones  End  --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " >< ? php  echo  lang ( " station_location_gridsquare " );  ?> </h5>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< label  for = " stationGridsquareInput " >< ? php  echo  lang ( " station_location_gridsquare " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-14 23:07:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
														< div  class = " input-group mb-3 " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " gridsquare "  id = " stationGridsquareInput "  aria - describedby = " stationGridInputHelp "  value = " <?php if(set_value('gridsquare') !=  " " )  {  echo set_value('gridsquare'); } else  {  echo  $my_station_profile->station_gridsquare ; } ?> "  required > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															< div  class = " input-group-append " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
																< button  type = " button "  class = " btn btn-outline-secondary "  onclick = " getLocation() " >< i  class = " fas fa-compass " ></ i >  < ? php  echo  lang ( " gen_hamradio_get_gridsquare " );  ?> </button>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-14 23:07:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
														</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-14 23:09:40 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< small  id = " stationGridInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_gridsquare_hint_ln1 " );  ?> </small>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										    			< small  id = " stationGridInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_gridsquare_hint_ln2 " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										  			</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-08 21:18:25 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " >< ? php  echo  lang ( " gen_hamradio_iota " );  ?> </h5>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                		< label  for = " stationIOTAInput " >< ? php  echo  lang ( " gen_hamradio_iota_reference " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								                		< select  class = " custom-select "  name = " iota "  id = " stationIOTAInput "  aria - describedby = " stationIOTAInputHelp "  placeholder = " EU-005 " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    		< option  value  = " " ></ option > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    		< ? php 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    			foreach ( $iota_list  as  $i ){ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                        		echo  '<option value='  .  $i -> tag ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										                        if  ( $my_station_profile -> station_iota  ==  $i -> tag )  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        		                    echo  "  selected = \" selected \" " ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                		        } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                        		echo  '>'  .  $i -> tag  .  ' - '  .  $i -> name  .  '</option>' ; 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    			} 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                    		?> 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                		</ select > 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 14:16:44 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " stationIOTAInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_iota_hint_ln1 " );  ?> </small>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                		< small  id = " stationIOTAInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_iota_hint_ln2 " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            		</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-11-08 21:18:25 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " >< ? php  echo  lang ( " gen_hamradio_sota " );  ?> </h5>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< label  for = " stationSOTAInput " >< ? php  echo  lang ( " gen_hamradio_sota_reference " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< input  type = " text "  class = " form-control "  name = " sota "  id = " stationSOTAInput "  aria - describedby = " stationSOTAInputHelp "  value = " <?php if(set_value('sota') !=  " " )  {  echo set_value('sota'); } else  {  echo  $my_station_profile->station_sota ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< small  id = " stationSOTAInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_sota_hint_ln1 " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										  			</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 20:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " >< ? php  echo  lang ( " gen_hamradio_wwff " );  ?> </h5>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 20:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " stationWWFFInput " >< ? php  echo  lang ( " gen_hamradio_wwff_reference " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 20:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " wwff "  id = " stationWWFFInput "  aria - describedby = " stationWWFFInputHelp "  value = " <?php if(set_value('wwff') !=  " " )  {  echo set_value('wwff'); } else  {  echo  $my_station_profile->station_wwff ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " stationWWFFInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_wwff_hint_ln1 " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 20:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-10-05 23:05:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " >< ? php  echo  lang ( " gen_hamradio_pota " );  ?> </h5>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-05 23:05:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " stationPOTAInput " >< ? php  echo  lang ( " gen_hamradio_pota_reference " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-05 23:05:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " pota "  id = " stationPOTAInput "  aria - describedby = " stationPOTAInputHelp "  value = " <?php if(set_value('pota') !=  " " )  {  echo set_value('pota'); } else  {  echo  $my_station_profile->station_pota ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " stationPOTAInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_pota_hint_ln1 " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-05 23:05:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-17 20:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									< div  class = " row " > 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " >< ? php  echo  lang ( " station_location_signature " );  ?> </h5>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< label  for = " stationSigInput " >< ? php  echo  lang ( " station_location_signature_name " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< input  type = " text "  class = " form-control "  name = " sig "  id = " stationSigInput "  aria - describedby = " stationSigInputHelp "  value = " <?php if(set_value('sig') !=  " " )  {  echo set_value('sig'); } else  {  echo  $my_station_profile->station_sig ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< small  id = " stationSigInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_signature_name_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-01-28 03:17:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< label  for = " stationSigInfoInput " >< ? php  echo  lang ( " station_location_signature_info " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< input  type = " text "  class = " form-control "  name = " sig_info "  id = " stationSigInfoInput "  aria - describedby = " stationSigInfoInputHelp "  value = " <?php if(set_value('sig_info') !=  " " )  {  echo set_value('sig_info'); } else  {  echo  $my_station_profile->station_sig_info ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 04:15:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< small  id = " stationSigInfoInputHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_signature_info_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-01-28 03:17:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-01-28 03:17:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " >< ? php  echo  lang ( " eqsl_short " );  ?> </h5>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< label  for = " eqslNickname " > eQSL  QTH  Nickname </ label >  <!--  This  does  not  need  Multilanguage  Support  --> 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< input  type = " text "  class = " form-control "  name = " eqslnickname "  id = " eqslNickname "  aria - describedby = " eqslhelp "  value = " <?php if(set_value('eqslnickname') !=  " " )  {  echo set_value('eqslnickname'); } else  {  echo  $my_station_profile->eqslqthnickname ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										    			< small  id = " eqslhelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_eqsl_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										  			</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-01-28 03:17:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-01-28 03:17:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " > QRZ . com  < span  class = " badge badge-warning " >  < ? php  echo  lang ( " station_location_qrz_subscription " );  ?> </span></h5> <!-- "QRZ.com" does not need Multilanguage Support -->
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:48:34 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " qrzApiKey " > QRZ . com  Logbook  API  Key </ label >  <!--  This  does  not  need  Multilanguage  Support  --> 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-11 17:40:17 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " qrzapikey "  pattern = " ^([A-F0-9] { 4}-) { 3}[A-F0-9] { 4} $ "  id = " qrzApiKey "  aria - describedby = " qrzApiKeyHelp "  value = " <?php if(set_value('qrzapikey') !=  " " )  {  echo set_value('qrzapikey'); } else  {  echo  $my_station_profile->qrzapikey ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " qrzApiKeyHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_qrz_hint " );  ?> </a></small>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2020-05-07 23:35:58 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " qrzrealtime " >< ? php  echo  lang ( " station_location_qrz_realtime_upload " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< select  class = " custom-select "  id = " qrzrealtime "  name = " qrzrealtime " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															< option  value = " 1 "  < ? php  if  ( $my_station_profile -> qrzrealtime  ==  1 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_yes"); ?></option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															< option  value = " 0 "  < ? php  if  ( $my_station_profile -> qrzrealtime  ==  0 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_no"); ?></option>
 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														</ select > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-07 19:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " > HRDLog . net </ h5 >  <!--  This  does  not  need  Multilanguage  Support  --> 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-07 19:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " webadifApiKey " > HRDLog . net  API  Code </ label >  <!--  This  does  not  need  Multilanguage  Support  --> 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-07 19:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " hrdlog_code "  id = " hrdlog_code "  aria - describedby = " hrdlog_codeHelp "  value = " <?php if(set_value('hrdlog_code') !=  " " )  {  echo set_value('hrdlog_code'); } else  {  echo  $my_station_profile->hrdlog_code ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " hrdlog_codeHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_hrdlog_hint " );  ?> </a></small>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-07 19:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " hrdlogrealtime " >< ? php  echo  lang ( " station_location_hrdlog_realtime_upload " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-07 19:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< select  class = " custom-select "  id = " hrdlogrealtime "  name = " hrdlogrealtime " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															< option  value = " 1 "  < ? php  if  ( $my_station_profile -> hrdlogrealtime  ==  1 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_yes"); ?></option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															< option  value = " 0 "  < ? php  if  ( $my_station_profile -> hrdlogrealtime  ==  0 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_no"); ?></option>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-07 19:33:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														</ select > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-17 02:58:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " > QO - 100  Dx  Club </ h5 >  <!--  This  does  not  need  Multilanguage  Support  --> 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-17 02:58:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " webadifApiKey " > QO - 100  Dx  Club  API  Key </ label >  <!--  This  does  not  need  Multilanguage  Support  --> 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-17 02:58:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " webadifapikey "  id = " webadifApiKey "  aria - describedby = " webadifApiKeyHelp "  value = " <?php if(set_value('webadifapikey') !=  " " )  {  echo set_value('webadifapikey'); } else  {  echo  $my_station_profile->webadifapikey ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " webadifApiKeyHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_qo100_hint " );  ?> </a></small>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-17 02:58:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " webadifrealtime " >< ? php  echo  lang ( " station_location_qo100_realtime_upload " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-17 02:58:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< select  class = " custom-select "  id = " webadifrealtime "  name = " webadifrealtime " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															< option  value = " 1 "  < ? php  if  ( $my_station_profile -> webadifrealtime  ==  1 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_yes"); ?></option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															< option  value = " 0 "  < ? php  if  ( $my_station_profile -> webadifrealtime  ==  0 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_no"); ?></option>
 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-17 02:58:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														</ select > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< div  class = " row " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										< div  class = " col-md " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											< div  class = " card " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< h5  class = " card-header " > OQRS </ h5 >  <!--  This  does  not  need  Multilanguage  Support  --> 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												< div  class = " card-body " > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " oqrs " >< ? php  echo  lang ( " station_location_oqrs_enabled " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< select  class = " custom-select "  id = " oqrs "  name = " oqrs " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															< option  value = " 1 "  < ? php  if  ( $my_station_profile -> oqrs  ==  1 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_yes"); ?></option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															< option  value = " 0 "  < ? php  if  ( $my_station_profile -> oqrs  ==  0 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_no"); ?></option>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														</ select > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " oqrs " >< ? php  echo  lang ( " station_location_oqrs_email_alert " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< select  class = " custom-select "  id = " oqrsemail "  name = " oqrsemail " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
															< option  value = " 1 "  < ? php  if  ( $my_station_profile -> oqrs_email  ==  1 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_yes"); ?></option>
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															< option  value = " 0 "  < ? php  if  ( $my_station_profile -> oqrs_email  ==  0 )  {  echo  "  selected = \" selected \" " ;  }  ?> ><?php echo lang("general_word_no"); ?></option>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														</ select > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " oqrsemailHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_oqrs_email_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
													< div  class = " form-group " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< label  for = " oqrstext " >< ? php  echo  lang ( " station_location_oqrs_text " );  ?> </label>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< input  type = " text "  class = " form-control "  name = " oqrstext "  id = " oqrstext "  aria - describedby = " oqrstextHelp "  value = " <?php if(set_value('oqrs_text') !=  " " )  {  echo set_value('oqrs_text'); } else  {  echo  $my_station_profile->oqrs_text ; } ?> " > 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:11:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
														< small  id = " oqrstextHelp "  class = " form-text text-muted " >< ? php  echo  lang ( " station_location_oqrs_text_hint " );  ?> </small>
 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-16 01:29:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
													</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											</ div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									</ div > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 15:48:34 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									< button  type = " submit "  class = " btn btn-primary "  style = " margin-bottom: 30px; " >< i  class = " fas fa-plus-square " ></ i >  < ? php  echo  $form_action ;  ?>  <?php echo lang("station_location"); ?></button>
 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-03-25 01:58:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									</ form > 
							 
						 
					
						
							
								
									
										
										
										
											2019-10-04 05:18:14 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2021-01-09 06:27:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								</ div >