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>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="stationCQZoneInput">CQ Zone</label>
|
||||
<select class="custom-select" id="stationCQZoneInput" name="station_cq" required>
|
||||
<?php
|
||||
for ($i = 1; $i<=40; $i++) {
|
||||
echo '<option value='. $i;
|
||||
<div class="form-row">
|
||||
<div class="form-group col-sm-6">
|
||||
<label for="stationCQZoneInput">CQ Zone</label>
|
||||
<select class="custom-select" id="stationCQZoneInput" name="station_cq" required>
|
||||
<?php
|
||||
for ($i = 1; $i<=40; $i++) {
|
||||
echo '<option value='. $i;
|
||||
|
||||
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>
|
||||
</div>
|
||||
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>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="stationITUZoneInput">ITU Zone</label>
|
||||
<select class="custom-select" id="stationITUZoneInput" name="station_itu" required>
|
||||
<?php
|
||||
for ($i = 1; $i<=90; $i++) {
|
||||
echo '<option value='. $i;
|
||||
<div class="form-group col-sm-6">
|
||||
<label for="stationITUZoneInput">ITU Zone</label>
|
||||
<select class="custom-select" id="stationITUZoneInput" name="station_itu" required>
|
||||
<?php
|
||||
for ($i = 1; $i<=90; $i++) {
|
||||
echo '<option value='. $i;
|
||||
|
||||
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>
|
||||
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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
|
|
@ -137,36 +137,38 @@
|
|||
<small id="stationCntyInputHelp" class="form-text text-muted">Station Cnty #get def from ADIF Spec#</small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="stationCQZoneInput">CQ Zone</label>
|
||||
<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\"";
|
||||
<div class="form-row">
|
||||
<div class="form-group col-sm-6">
|
||||
<label for="stationCQZoneInput">CQ Zone</label>
|
||||
<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>';
|
||||
}
|
||||
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>
|
||||
</div>
|
||||
?>
|
||||
</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>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="stationITUZoneInput">ITU Zone</label>
|
||||
<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\"";
|
||||
<div class="form-group col-sm-6">
|
||||
<label for="stationITUZoneInput">ITU Zone</label>
|
||||
<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>';
|
||||
}
|
||||
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>
|
||||
<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">
|
||||
|
|
|
|||
正在加载…
在新工单中引用