Update Off-Grid_Activating_Hunting.html

Just some code clean-up
This commit is contained in:
W1LMS 2023-07-16 13:52:35 -07:00 committed by GitHub
parent 813655b7b5
commit 04b3036663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,45 +72,45 @@
<div class="primaryNav"> <div class="primaryNav">
<ul> <ul>
<li><a class="active">Spot Yourself</a></li> <li><a class="active">Spot Yourself</a></li>
<li><a href="#" onclick="return show('vsp','syp')";>View Spots</a></li> <li><a href="#" onclick="return show('vsp','syp')">View Spots</a></li>
</ul> </ul>
</div> </div>
<div class="secondaryNav"> <div class="secondaryNav">
<ul> <ul>
<li><a class="active">POTAGW</a></li> <li><a class="active">POTAGW</a></li>
<li><a href="#" onclick="return show('sya','syp')";>APSPOT</a></li> <li><a href="#" onclick="return show('sya','syp')">APSPOT</a></li>
</ul> </ul>
</div> </div>
<!-- Winlink Form - NOTE: The 'required' attribute of the input field is HTML5, not XHTML 1.0 Transitional so YMMV --> <!-- Winlink Form - NOTE: The 'required' attribute of the input field is HTML5, not XHTML 1.0 Transitional so YMMV -->
<div class="activation"> <div class="activation">
<form id='RMS_Express_form' method='post' action='http://localhost:{FormPort}' enctype='multipart/form-data'> <form id="RMS_Express_form" method="post" action="http://localhost:{FormPort}" enctype="multipart/form-data">
<p> <p>
<input type='hidden' name='To' value="potagw@outlook.com" /> <input type="hidden" name="To" value="potagw@outlook.com" />
<input type='hidden' name='cmd' value="SPOT" /> <input type="hidden" name="cmd" value="SPOT" />
</p> </p>
<p> <p>
<label>Activator:</label> <label>Activator:</label>
<input type='text' name='Alpha' value='{Callsign}' required/> <input type="text" name="Alpha" value="{Callsign}" required />
</p> </p>
<p> <p>
<label>POTA Park ID:</label> <span class="examples">[e.g. K-0001]</span> <label>POTA Park ID:</label> <span class="examples">[e.g. K-0001]</span>
<input type='text' name='Bravo'required/> <input type="text" name="Bravo" required />
</p> </p>
<p> <p>
<label>Frequency (kHz):</label> <span class="examples">[e.g. 14310, 7144, etc.]</span> <label>Frequency (kHz):</label> <span class="examples">[e.g. 14310, 7144, etc.]</span>
<input type='text' name='Charlie'required/> <input type="text" name="Charlie" required />
</p> </p>
<p> <p>
<label>Mode:</label> <span class="examples">[e.g. AM, CW, FM, FT4, FT8, PSK31, RTTY, SSB, etc.]</span> <label>Mode:</label> <span class="examples">[e.g. AM, CW, FM, FT4, FT8, PSK31, RTTY, SSB, etc.]</span>
<input type='text' name='Delta'required/> <input type="text" name="Delta" required />
</p> </p>
<p> <p>
<label>Comment:</label> <span class="examples">[e.g. 2fer + K-0002 and 3 activtors]</span> <label>Comment:</label> <span class="examples">[e.g. 2fer + K-0002 and 3 activtors]</span>
<input type='text' name='Echo'/> <input type="text" name="Echo" />
</p> </p>
<p> <p>
<input type='submit' name='Submit' value='Submit' method='Post' enctype='multipart/form-data' /> <input type="submit" name="Submit" value="Submit" method="Post" enctype="multipart/form-data" />
</p> </p>
</form> </form>
</div> </div>
@ -125,45 +125,45 @@
<div class="primaryNav"> <div class="primaryNav">
<ul> <ul>
<li><a class="active">Spot Yourself</a></li> <li><a class="active">Spot Yourself</a></li>
<li><a href="#" onclick="return show('vsa','sya')";>View Spots</a></li> <li><a href="#" onclick="return show('vsa','sya')">View Spots</a></li>
</ul> </ul>
</div> </div>
<div class="secondaryNav"> <div class="secondaryNav">
<ul> <ul>
<li><a href="#" onclick="return show('syp','sya');">POTAGW</a></li> <li><a href="#" onclick="return show('syp','sya')">POTAGW</a></li>
<li><a class="active">APSPOT</a></li> <li><a class="active">APSPOT</a></li>
</ul> </ul>
</div> </div>
<!-- Winlink Form - NOTE: the 'required' attribute of the input field is HTML5, not XHTML 1.0 Transitional so YMMV --> <!-- Winlink Form - NOTE: the 'required' attribute of the input field is HTML5, not XHTML 1.0 Transitional so YMMV -->
<div class="activation"> <div class="activation">
<form id='RMS_Express_form' method='post' action='http://localhost:{FormPort}' enctype='multipart/form-data'> <form id="RMS_Express_form" method="post" action="http://localhost:{FormPort}" enctype="multipart/form-data">
<p> <p>
<input type='hidden' name='To' value="apspot@apspot.radio" /> <input type="hidden" name="To" value="apspot@apspot.radio" />
<input type='hidden' name='cmd' value="!" /> <input type="hidden" name="cmd" value="!" />
</p> </p>
<p> <p>
<label>Activity:</label> <span class="examples">[e.g. POTA SiOTA, SOTA, or WWFF]</span> <label>Activity:</label> <span class="examples">[e.g. POTA SiOTA, SOTA, or WWFF]</span>
<input type='text' name='Alpha' required/> <input type="text" name="Alpha" required />
</p> </p>
<p> <p>
<label>Park Ref. ID:</label> <span class="examples">[e.g. K-0001 for POTA, WWFF-1929 for WWFF, etc.]</span> <label>Park Ref. ID:</label> <span class="examples">[e.g. K-0001 for POTA, WWFF-1929 for WWFF, etc.]</span>
<input type='text' name='Bravo' required/> <input type="text" name="Bravo" required />
</p> </p>
<p> <p>
<label>Frequency (MHz):</label> <span class="examples">[e.g. 14.310, 7.144, etc.]</span> <label>Frequency (MHz):</label> <span class="examples">[e.g. 14.310, 7.144, etc.]</span>
<input type='text' name='Charlie' required/> <input type="text" name="Charlie" required />
</p> </p>
<p> <p>
<label>Mode:</label> <span class="examples">[e.g. AM, CW, FM, FT8, PSK, RTTY, SSB, etc.]</span> <label>Mode:</label> <span class="examples">[e.g. AM, CW, FM, FT8, PSK, RTTY, SSB, etc.]</span>
<input type='text' name='Delta' required/> <input type="text" name="Delta" required />
</p> </p>
<p> <p>
<label>Comment:</label> <span class="examples">[e.g. CQ CQ]</span> <label>Comment:</label> <span class="examples">[e.g. CQ CQ]</span>
<input type='text' name='Echo'/> <input type="text" name="Echo" />
</p> </p>
<p> <p>
<input type='submit' name='Submit' value='Submit' method='Post' enctype='multipart/form-data' /> <input type="submit" name="Submit" value="Submit" method="Post" enctype="multipart/form-data" />
</p> </p>
</form> </form>
</div> </div>
@ -177,41 +177,41 @@
<div id="vsp"> <div id="vsp">
<div class="primaryNav"> <div class="primaryNav">
<ul> <ul>
<li><a href="#" onclick="return show('syp','vsp')";>Spot Yourself</a></li> <li><a href="#" onclick="return show('syp','vsp')">Spot Yourself</a></li>
<li><a class="active">View Spots</a></li> <li><a class="active">View Spots</a></li>
</ul> </ul>
</div> </div>
<div class="secondaryNav"> <div class="secondaryNav">
<ul> <ul>
<li><a class="active">POTAGW</a></li> <li><a class="active">POTAGW</a></li>
<li><a href="#" onclick="return show('vsa','vsp')";>APSPOT</a></li> <li><a href="#" onclick="return show('vsa','vsp')">APSPOT</a></li>
</ul> </ul>
</div> </div>
<!-- Winlink Form --> <!-- Winlink Form -->
<div class="hunting"> <div class="hunting">
<p></p> <p></p>
<form id='RMS_Express_form' method='post' action='http://localhost:{FormPort}' enctype='multipart/form-data'> <form id="RMS_Express_form" method="post" action="http://localhost:{FormPort}" enctype="multipart/form-data">
<fieldset> <fieldset>
<legend>View POTA Activty:</legend> <legend>View POTA Activty:</legend>
<div class="huntingOpts"> <div class="huntingOpts">
<input type="hidden" name='To' value="potagw@outlook.com"/> <input type="hidden" name="To" value="potagw@outlook.com" />
<input type='radio' name='cmd' value="VIEWSPOTS" checked="checked"/> <input type="radio" name="cmd" value="VIEWSPOTS" checked="checked" />
<label>Pipe Delimited "|"</label> <label>Pipe Delimited "|"</label>
<input type='radio' name='cmd' value="VIEWSPOTS -P"/> <input type="radio" name="cmd" value="VIEWSPOTS -P" />
<label>Tab Delimited</label> <label>Tab Delimited</label>
<input type='radio' name='cmd' value="VIEWSPOTS -P -C"/> <input type="radio" name="cmd" value="VIEWSPOTS -P -C" />
<label>Tab Delimited with Comments</label> <label>Tab Delimited with Comments</label>
<input type="hidden" name='Alpha' value=""/> <input type="hidden" name="Alpha" value="" />
<input type="hidden" name='Bravo' value=""/> <input type="hidden" name="Bravo" value="" />
<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="" />
</div> </div>
</fieldset> </fieldset>
<p> <p>
<input type='submit' name='Submit' value='Submit' method='Post' enctype='multipart/form-data' /> <input type="submit" name="Submit" value="Submit" method="Post" enctype="multipart/form-data" />
</p> </p>
</form> </form>
</div> </div>
@ -225,13 +225,13 @@
<div id="vsa"> <div id="vsa">
<div class="primaryNav"> <div class="primaryNav">
<ul> <ul>
<li><a href="#" onclick="return show('sya','vsa')";>Spot Yourself</a></li> <li><a href="#" onclick="return show('sya','vsa')">Spot Yourself</a></li>
<li><a class="active">View Spots</a></li> <li><a class="active">View Spots</a></li>
</ul> </ul>
</div> </div>
<div class="secondaryNav"> <div class="secondaryNav">
<ul> <ul>
<li><a href="#" onclick="return show('vsp','vsa')";>POTAGW</a></li> <li><a href="#" onclick="return show('vsp','vsa')">POTAGW</a></li>
<li><a class="active">APSPOT</a></li> <li><a class="active">APSPOT</a></li>
</ul> </ul>
</div> </div>
@ -239,16 +239,16 @@
<!-- Winlink Form --> <!-- Winlink Form -->
<div class="hunting"> <div class="hunting">
<p></p> <p></p>
<form id='RMS_Express_form' method='post' action='http://localhost:{FormPort}' enctype='multipart/form-data'> <form id="RMS_Express_form" method="post" action="http://localhost:{FormPort}" enctype="multipart/form-data">
<input type="hidden" name='To' value="apspot@apspot.radio"/> <input type="hidden" name="To" value="apspot@apspot.radio"/>
<fieldset> <fieldset>
<legend>View SPOT Activity:</legend> <legend>View SPOT Activity:</legend>
<div class="huntingOpts"> <div class="huntingOpts">
<input type='radio' name='cmd' value="SPOTS POTA" checked="checked"/> <input type="radio" name="cmd" value="SPOTS POTA" checked="checked"/>
<label>POTA</label> <label>POTA</label>
<input type='radio' name='cmd' value="SPOTS SOTA"/> <input type="radio" name="cmd" value="SPOTS SOTA"/>
<label>SOTA</label> <label>SOTA</label>
<input type='radio' name='cmd' value="SPOTS WWFF"/> <input type="radio" name="cmd" value="SPOTS WWFF"/>
<label>WWFF</label> <label>WWFF</label>
</div> </div>
</fieldset> </fieldset>
@ -256,23 +256,23 @@
<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>
<input type='radio' name='Alpha' value="AM"/> <input type="radio" name="Alpha" value="AM"/>
<label>AM</label> <label>AM</label>
<input type='radio' name='Alpha' value="CW"/> <input type="radio" name="Alpha" value="CW"/>
<label>CW</label> <label>CW</label>
<input type='radio' name='Alpha' value="DATA"/> <input type="radio" name="Alpha" value="DATA"/>
<label>DATA</label> <label>DATA</label>
<input type='radio' name='Alpha' value="FM"/> <input type="radio" name="Alpha" value="FM"/>
<label>FM</label> <label>FM</label>
<input type='radio' name='Alpha' value="FT8"/> <input type="radio" name="Alpha" value="FT8"/>
<label>FT8</label> <label>FT8</label>
<input type='radio' name='Alpha' value="PSK"/> <input type="radio" name="Alpha" value="PSK"/>
<label>PSK</label> <label>PSK</label>
<input type='radio' name='Alpha' value="RTTY"/> <input type="radio" name="Alpha" value="RTTY"/>
<label>RTTY</label> <label>RTTY</label>
<input type='radio' name='Alpha' value="SSB"/> <input type="radio" name="Alpha" value="SSB"/>
<label>SSB</label> <label>SSB</label>
</div> </div>
</fieldset> </fieldset>
@ -287,7 +287,7 @@
<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"><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> <p>
<input type='submit' name='Submit' value='Submit' method='Post' enctype='multipart/form-data'/> <input type="submit" name="Submit" value="Submit" method="Post" enctype="multipart/form-data"/>
</p> </p>
</form> </form>
</div> </div>