mirror of https://github.com/aredn/aredn.git
Merge branch 'develop' of ssh://git.aredn.org/aredn_ar71xx into develop
This commit is contained in:
commit
507dbab626
|
@ -1014,15 +1014,15 @@ print "<tr><td align=left>Latitude</td><td><input type=text name=latitude size=1
|
|||
print "<td align='right' colspan='2'>";
|
||||
|
||||
print "<button type='button' id='findlocation' value='findloc' onClick='findLocation();'>Find Me!</button> ";
|
||||
|
||||
print "<input type=submit name='button_updatelocation' value='Apply Location Settings' title='Immediately use these location settings'>";
|
||||
if($pingOk)
|
||||
{
|
||||
print "<button type='button' id='hideshowmap' value='show' onClick='toggleMap(this);'>Show Map</button> ";
|
||||
print " <button type='button' id='hideshowmap' value='show' onClick='toggleMap(this);'>Show Map</button> ";
|
||||
print "<input type='submit' name='button_uploaddata' value='Upload data to AREDN Servers' /> ";
|
||||
} else {
|
||||
print "<button disabled type='button' title='The map is only available if this node has internet access'>Show Map</button> ";
|
||||
print " <button disabled type='button' title='The map is only available if this node has internet access'>Show Map</button> ";
|
||||
}
|
||||
print "<input type=submit name='button_updatelocation' value='Apply Location Settings' title='Immediately use these location settings'>";
|
||||
|
||||
print "</td>\n";
|
||||
print "<tr><td align=left>Longitude</td><td><input type=text name=longitude size=10 value='$lon' title='Longitude value (in decimal) (ie. -95.334454)' /></td>";
|
||||
print "<td align=left>Grid Square</td><td align='left'><input type=text name=gridsquare maxlength=6 size=6 value='$gridsquare' title='Gridsquare value (ie. AB12cd)' /></td></tr>\n";
|
||||
|
|
Loading…
Reference in New Issue