Update Off-Grid_Activating_Hunting.html

change the footnote reference on View Spot page for APSPOT Modes, from asterisk to number to prevent confusion of the recently added red asterisk to mark fields as required.

this is purely aesthetic.
This commit is contained in:
W1LMS 2023-07-16 17:35:05 -07:00 committed by GitHub
parent 79224c5352
commit 0957098c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@
input[type=radio], .hunting input.radio {clear: none; float: left; margin: 3px 0 0 15px;} input[type=radio], .hunting input.radio {clear: none; float: left; margin: 3px 0 0 15px;}
input[type=submit], .hunting input.submit {clear: both; font-size: 1.75em; width: 100%;} input[type=submit], .hunting input.submit {clear: both; font-size: 1.75em; width: 100%;}
.optionalFilters {text-align: center; margin-bottom: 0;} .optionalFilters {text-align: center; margin-bottom: 0;}
.filters {margin: 0 auto; text-align: left; padding: 0;} .filters {margin: 10px 10px 0; text-align: left; padding: 0;}
/* Shared elements on both Spot Yourself and View Spots pages */ /* Shared elements on both Spot Yourself and View Spots pages */
.required-field::after {content: "*"; color: red;} .required-field::after {content: "*"; color: red;}
@ -274,7 +274,7 @@
</fieldset> </fieldset>
<p class="optionalFilters">- Optional -</p> <p class="optionalFilters">- Optional -</p>
<fieldset> <fieldset>
<legend>Modes<sup>*</sup>:</legend> <legend>Modes ¹<sup>,</sup> ²:</legend>
<div class="huntingOpts"> <div class="huntingOpts">
<input type="radio" name="Alpha" value="" checked="checked"/> <input type="radio" name="Alpha" value="" checked="checked"/>
<label>All</label> <label>All</label>
@ -305,7 +305,7 @@
<input type="hidden" name="Charlie" value=""/> <input type="hidden" name="Charlie" value=""/>
<input type="hidden" name="Delta" value=""/> <input type="hidden" name="Delta" value=""/>
<input type="hidden" name="Echo" value=""/> <input type="hidden" name="Echo" value=""/>
<p class="filters"><sup>*</sup>POTA supports CW, DATA, FT8, SSB<br />SiOTA, SOTA, WWFF supports AM, CW, DATA, FM, PSK, RTTY, SSD.<br />https://apspot.radio/filtering-support-new-backend-big-things-coming/</p> <p class="filters">¹ POTA supports CW, DATA, FT8, SSB.<br />² SiOTA, SOTA, WWFF supports AM, CW, DATA, FM, PSK, RTTY, SSD.<br />&nbsp;&nbsp;&nbsp;https://apspot.radio/filtering-support-new-backend-big-things-coming/</p>
<p> <p>
<input type="submit" name="Submit" value="Submit" /> <input type="submit" name="Submit" value="Submit" />
</p> </p>