Fix labels

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-01-16 11:40:38 +00:00
parent e4bdb1cc01
commit 2bcf147ebd
1 changed files with 16 additions and 16 deletions

View File

@ -33,8 +33,8 @@
<h2>Code Lookup</h2> <h2>Code Lookup</h2>
<p>Enter one known code in the relevant box below and hit submit. <p>Enter one known code in the relevant box below and hit submit.
Where they exist, the other code types will be filled in.</p> Where they exist, the other code types will be filled in.</p>
<p>You cannot yet lookup by Station name as the values are not unique.</p> <p>You cannot yet lookup by location name as the values are not unique.</p>
<p>Station name search will be added in the future.</p> <p>Location name search will be added in the future.</p>
<div id="loading"> <div id="loading">
<div class="spinner"> <div class="spinner">
@ -42,7 +42,7 @@
<p>Searching</p> <p>Searching</p>
</div> </div>
<label for="name">Station name:</label><br> <label for="name">Location name:</label><br>
<input type="text" class="small-lookup-box" id="name" name="name" readonly=""><br> <input type="text" class="small-lookup-box" id="name" name="name" readonly=""><br>
<label for="3alpha">CRS/3ALPHA:</label><br> <label for="3alpha">CRS/3ALPHA:</label><br>
<input type="text" class="small-lookup-box" id="3alpha" name="3alpha" maxlength="3"><br> <input type="text" class="small-lookup-box" id="3alpha" name="3alpha" maxlength="3"><br>