当前提交
ceab35a0c5
共有 4 个文件被更改,包括 4 次插入 和 4 次删除
|
|
@ -56,7 +56,7 @@
|
|||
<th scope="col">Callsign</th>
|
||||
<th scope="col">Mode</th>
|
||||
<th scope="col">Band</th>
|
||||
<th scope="col">Locator</th>
|
||||
<th scope="col">Gridsquare</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Locator</label>
|
||||
<label>Gridsquare</label>
|
||||
<input class="form-control" type="text" name="user_locator" value="<?php if(isset($user_locator)) { echo $user_locator; } ?>" />
|
||||
<?php if(isset($locator_error)) { echo "<div class=\"small error\">".$locator_error."</div>"; } ?>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Locator</label>
|
||||
<label>Gridsquare</label>
|
||||
<input class="form-control" type="text" name="user_locator" value="<?php if(isset($user_locator)) { echo $user_locator; } ?>" />
|
||||
<?php if(isset($locator_error)) { echo "<div class=\"small error\">".$locator_error."</div>"; } else { ?>
|
||||
<?php } ?>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Locator</td>
|
||||
<td>Gridsquare</td>
|
||||
<td><?php if(isset($user_locator)) { echo $user_locator; } ?></td>
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用