Add sig and sig_info fields to edit and create view
这个提交包含在:
父节点
54531b08c5
当前提交
8412095d3c
共有 2 个文件被更改,包括 24 次插入 和 0 次删除
|
|
@ -182,6 +182,18 @@
|
||||||
<small id="stationSOTAInputHelp" class="form-text text-muted">Station SOTA reference.</small>
|
<small id="stationSOTAInputHelp" class="form-text text-muted">Station SOTA reference.</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="stationSigInput">Signature</label>
|
||||||
|
<input type="text" class="form-control" name="sig" id="stationSigInput" aria-describedby="stationSigInputHelp">
|
||||||
|
<small id="stationSigInputHelp" class="form-text text-muted">Station Signature (e.g. WWFF).</small>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="stationSigInfoInput">Signature Info</label>
|
||||||
|
<input type="text" class="form-control" name="sig_info" id="stationSigInfoInput" aria-describedby="stationSigInfoInputHelp">
|
||||||
|
<small id="stationSigInfoInput" class="form-text text-muted">Station Signature Info (e.g. DLFF-0029).</small>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="eqslNickname">eQSL QTH Nickname</label>
|
<label for="eqslNickname">eQSL QTH Nickname</label>
|
||||||
<input type="text" class="form-control" name="eqslnickname" id="eqslNickname" aria-describedby="eqslhelp">
|
<input type="text" class="form-control" name="eqslnickname" id="eqslNickname" aria-describedby="eqslhelp">
|
||||||
|
|
|
||||||
|
|
@ -204,6 +204,18 @@
|
||||||
<small id="stationSOTAInputHelp" class="form-text text-muted">Station SOTA reference.</small>
|
<small id="stationSOTAInputHelp" class="form-text text-muted">Station SOTA reference.</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="stationSigInput">Signature</label>
|
||||||
|
<input type="text" class="form-control" name="sota" id="stationSigInput" aria-describedby="stationSigInputHelp" value="<?php if(set_value('sig') != "") { echo set_value('sig'); } else { echo $my_station_profile->station_sig; } ?>">
|
||||||
|
<small id="stationSigInputHelp" class="form-text text-muted">Station Signature (e.g. WWFF)..</small>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="stationSigInfoInput">Signature Information</label>
|
||||||
|
<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; } ?>">
|
||||||
|
<small id="stationSigInfoInputHelp" class="form-text text-muted">Station Signature Info (e.g. DLFF-0029).</small>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="eqslNickname">eQSL QTH Nickname</label>
|
<label for="eqslNickname">eQSL QTH Nickname</label>
|
||||||
<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; } ?>">
|
<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; } ?>">
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用