Placed CQ and ITU side by side in edit and create station profile.
这个提交包含在:
		
							父节点
							
								
									cf6144bd5a
								
							
						
					
					
						当前提交
						d2a977e301
					
				
					共有  2 个文件被更改,包括 54 次插入 和 50 次删除
				
			
		|  | @ -123,32 +123,34 @@ | ||||||
| 		    <small id="stationCntyInputHelp" class="form-text text-muted">Station Cnty #get def from ADIF Spec#</small>
 | 		    <small id="stationCntyInputHelp" class="form-text text-muted">Station Cnty #get def from ADIF Spec#</small>
 | ||||||
| 		  </div> | 		  </div> | ||||||
| 
 | 
 | ||||||
|             <div class="form-group"> |             <div class="form-row"> | ||||||
|                 <label for="stationCQZoneInput">CQ Zone</label> |                 <div class="form-group col-sm-6"> | ||||||
|                 <select class="custom-select" id="stationCQZoneInput" name="station_cq" required> |                     <label for="stationCQZoneInput">CQ Zone</label> | ||||||
|                     <?php |                     <select class="custom-select" id="stationCQZoneInput" name="station_cq" required> | ||||||
|                     for ($i = 1; $i<=40; $i++) { |                         <?php | ||||||
|                         echo '<option value='. $i; |                         for ($i = 1; $i<=40; $i++) { | ||||||
|  |                             echo '<option value='. $i; | ||||||
| 
 | 
 | ||||||
|                         echo '>'. $i .'</option>'; |                             echo '>'. $i .'</option>'; | ||||||
|                     } |                         } | ||||||
|                     ?>
 |                         ?>
 | ||||||
|                 </select> |                     </select> | ||||||
|                 <small id="stationCQInputHelp" class="form-text text-muted">If you do not know your CQ Zone <a href="http://www4.plala.or.jp/nomrax/CQ/" target="_blank">click Here to find it!</a></small> |                     <small id="stationCQInputHelp" class="form-text text-muted">If you do not know your CQ Zone <a href="http://www4.plala.or.jp/nomrax/CQ/" target="_blank">click Here to find it!</a></small> | ||||||
|             </div> |                 </div> | ||||||
| 
 | 
 | ||||||
|             <div class="form-group"> |                 <div class="form-group col-sm-6"> | ||||||
|                 <label for="stationITUZoneInput">ITU Zone</label> |                     <label for="stationITUZoneInput">ITU Zone</label> | ||||||
|                 <select class="custom-select" id="stationITUZoneInput" name="station_itu" required> |                     <select class="custom-select" id="stationITUZoneInput" name="station_itu" required> | ||||||
|                     <?php |                         <?php | ||||||
|                     for ($i = 1; $i<=90; $i++) { |                         for ($i = 1; $i<=90; $i++) { | ||||||
|                         echo '<option value='. $i; |                             echo '<option value='. $i; | ||||||
| 
 | 
 | ||||||
|                         echo '>'. $i .'</option>'; |                             echo '>'. $i .'</option>'; | ||||||
|                     } |                         } | ||||||
|                     ?>
 |                         ?>
 | ||||||
|                 </select> |                     </select> | ||||||
|                 <small id="stationITUInputHelp" class="form-text text-muted">If you do not know your ITU Zone <a href="http://www4.plala.or.jp/nomrax/ITU/" target="_blank">click Here to find it!</a></small> |                     <small id="stationITUInputHelp" class="form-text text-muted">If you do not know your ITU Zone <a href="http://www4.plala.or.jp/nomrax/ITU/" target="_blank">click Here to find it!</a></small> | ||||||
|  |                 </div> | ||||||
|             </div> |             </div> | ||||||
| 
 | 
 | ||||||
| 		  <div class="form-group"> | 		  <div class="form-group"> | ||||||
|  |  | ||||||
|  | @ -137,36 +137,38 @@ | ||||||
| 		    <small id="stationCntyInputHelp" class="form-text text-muted">Station Cnty #get def from ADIF Spec#</small>
 | 		    <small id="stationCntyInputHelp" class="form-text text-muted">Station Cnty #get def from ADIF Spec#</small>
 | ||||||
| 		  </div> | 		  </div> | ||||||
| 
 | 
 | ||||||
|             <div class="form-group"> |             <div class="form-row"> | ||||||
|                 <label for="stationCQZoneInput">CQ Zone</label> |                 <div class="form-group col-sm-6"> | ||||||
|                 <select class="custom-select" id="stationCQZoneInput" name="station_cq" required> |                     <label for="stationCQZoneInput">CQ Zone</label> | ||||||
|                     <?php |                     <select class="custom-select" id="stationCQZoneInput" name="station_cq" required> | ||||||
|                     for ($i = 1; $i<=40; $i++) { |                         <?php | ||||||
|                         echo '<option value='. $i; |                         for ($i = 1; $i<=40; $i++) { | ||||||
|                         if ($my_station_profile->station_cq == $i) { |                             echo '<option value='. $i; | ||||||
|                             echo " selected=\"selected\""; |                             if ($my_station_profile->station_cq == $i) { | ||||||
|  |                                 echo " selected=\"selected\""; | ||||||
|  |                             } | ||||||
|  |                             echo '>'. $i .'</option>'; | ||||||
|                         } |                         } | ||||||
|                         echo '>'. $i .'</option>'; |                         ?>
 | ||||||
|                     } |                     </select> | ||||||
|                     ?>
 |                     <small id="stationCQInputHelp" class="form-text text-muted">If you do not know your CQ Zone <a href="http://www4.plala.or.jp/nomrax/CQ/" target="_blank">click Here to find it!</a></small> | ||||||
|                 </select> |                 </div> | ||||||
|                 <small id="stationCQInputHelp" class="form-text text-muted">If you do not know your CQ Zone <a href="http://www4.plala.or.jp/nomrax/CQ/" target="_blank">click Here to find it!</a></small> |  | ||||||
|             </div> |  | ||||||
| 
 | 
 | ||||||
|             <div class="form-group"> |                 <div class="form-group col-sm-6"> | ||||||
|                 <label for="stationITUZoneInput">ITU Zone</label> |                     <label for="stationITUZoneInput">ITU Zone</label> | ||||||
|                 <select class="custom-select" id="stationITUZoneInput" name="station_itu" required> |                     <select class="custom-select" id="stationITUZoneInput" name="station_itu" required> | ||||||
|                     <?php |                         <?php | ||||||
|                     for ($i = 1; $i<=90; $i++) { |                         for ($i = 1; $i<=90; $i++) { | ||||||
|                         echo '<option value='. $i; |                             echo '<option value='. $i; | ||||||
|                         if ($my_station_profile->station_itu == $i) { |                             if ($my_station_profile->station_itu == $i) { | ||||||
|                             echo " selected=\"selected\""; |                                 echo " selected=\"selected\""; | ||||||
|  |                             } | ||||||
|  |                             echo '>'. $i .'</option>'; | ||||||
|                         } |                         } | ||||||
|                         echo '>'. $i .'</option>'; |                         ?>
 | ||||||
|                     } |                     </select> | ||||||
|                     ?>
 |                     <small id="stationITUInputHelp" class="form-text text-muted">If you do not know your ITU Zone <a href="http://www4.plala.or.jp/nomrax/ITU/" target="_blank">click Here to find it!</a></small> | ||||||
|                 </select> |                 </div> | ||||||
|                 <small id="stationITUInputHelp" class="form-text text-muted">If you do not know your ITU Zone <a href="http://www4.plala.or.jp/nomrax/ITU/" target="_blank">click Here to find it!</a></small> |  | ||||||
|             </div> |             </div> | ||||||
| 
 | 
 | ||||||
| 		  <div class="form-group"> | 		  <div class="form-group"> | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用