Correct HTML tags and file names in preparation for automatic linting

merge-requests/31/head
Sebastian Delmont 2020-10-31 09:35:28 -04:00
rodzic 5a6c819d73
commit 9d156c0b34
5 zmienionych plików z 7 dodań i 9 usunięć

Wyświetl plik

@ -534,7 +534,7 @@
<tr>
<td><div style="display:none" id="importSettingsButton" class="button" onclick="importSettings();">Import Settings</div></td>
</tr>
<tr><td><font style="display:none" id="importSettingsFile"></font></td></td>
<tr><td><font style="display:none" id="importSettingsFile"></font></td>
</table>
</div>
</td>
@ -1384,7 +1384,7 @@
<br/>
<div class="mapItem">
<table align="center" title="Alert when new 'Wanted Row(s)' appear in the Call Roster">
<tr><td colspan=2>Audio Alert On <b>New Wanted</b></td></td>
<tr><td colspan=2>Audio Alert On <b>New Wanted</b></td>
<tr>
<td colspan=2>
<input type="checkbox" id="huntRoster" onchange="wantedChanged(this);"/>
@ -1600,10 +1600,10 @@
<td colspan=2 ><input type="checkbox" id="onlyRoundUp" onchange="noRoundUp.checked=false; exceptionValuesChanged();">Only Round-Up</td>
</tr>
<tr>
<td colspan=2 > <div id="usesLoTWDiv" style="display:none"><input type="checkbox" id="usesLoTW" onchange="exceptionValuesChanged();">Uses LoTW<div></td>
<td colspan=2 > <div id="usesLoTWDiv" style="display:none"><input type="checkbox" id="usesLoTW" onchange="exceptionValuesChanged();">Uses LoTW</div></td>
</tr>
<tr>
<td colspan=2 > <div id="useseQSLDiv" style="display:none"><input type="checkbox" id="useseQSL" onchange="exceptionValuesChanged();">Uses eQSL<div></td>
<td colspan=2 > <div id="useseQSLDiv" style="display:none"><input type="checkbox" id="useseQSL" onchange="exceptionValuesChanged();">Uses eQSL</div></td>
</tr>
</table>
</td>
@ -1831,12 +1831,10 @@
</tr>
</table>
</div>
</div>
<div id="upToDateDiv" style="margin: 0 auto; left: 0; right: 0;top:0;height:100%;width:100%;display:none;background-color:black;text-align:center;vertical-align:middle;position:absolute;z-index:800;white-space: nowrap;overflow:hidden;" >
<h2>GridTracker is up to date!</h2>
<div class="button" onclick="closeUpdateToDateDiv();">OK</div>
</div>
<div id="selectNodeDiv" style="-webkit-user-select:text;display:block;zIndex:-10000"></div>
</div>
</body>
</html>

Wyświetl plik

@ -46,4 +46,4 @@
<option value="V4">V4</option>
<option value="VOI">VOI</option>
<option value="WINMOR">WINMOR</option>
<option value="WSPR">WSPR</option>
<option value="WSPR">WSPR</option>

Wyświetl plik

@ -146,7 +146,7 @@ window.opener.onMyKeyDown(event);
</table>
</div>
</div>
</div>
</div>
</body>
</html>

Wyświetl plik

@ -200,7 +200,7 @@
<table >
<tr >
<td >
<input type="checkbox" id="useRegex" title="Callsign Regular Expression" onchange="valuesChanged();"> <a title="Regular Expressions 101" href="https://regex101.com/?flavor=javascript" target='_blank'>Regex</a></input>
<label><input type="checkbox" id="useRegex" title="Callsign Regular Expression" onchange="valuesChanged();" /> <a title="Regular Expressions 101" href="https://regex101.com/?flavor=javascript" target='_blank'>Regex</a></label>
<input type="text" class="inputTextValue" size="12" id="callsignRegex" onfocus="g_regFocus=true;" onblur="g_regFocus=false;" oninput="valuesChanged();" style='display:none;background-color:green;color:yellow;margin:0' onkeydown="checkForEnter(this);" />
</td>
</tr>