Merge pull request #1376 from mpentler/gridsquare-string

Gridsquare string standardised
这个提交包含在:
Peter Goodhall 2022-01-24 22:49:19 +00:00 提交者 GitHub
当前提交 ceab35a0c5
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 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>