Tidying up indentation and re-arranging form elements
rodzic
d9171d037a
commit
e192e51259
|
@ -146,39 +146,49 @@ google.load("jqueryui", "1.8.1");
|
|||
<form action="" id="modelForm" name="modelForm">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
Launch Site:
|
||||
<td>Launch Site:
|
||||
<span>
|
||||
<a id="cookieLocations" class="tipsyLink" title="View your saved launch sites">Custom</a>
|
||||
<a id="cookieLocations" class="tipsyLink"
|
||||
title="View your saved launch sites">Custom</a>
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
<select id="site" name="launchsite">
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Latitude:</td>
|
||||
<td><input id="lat" type="text" name="lat" value="52.2135" onKeyDown="SetSiteOther()"></td>
|
||||
<td><input id="lat" type="text" name="lat" value="52.2135"
|
||||
onKeyDown="SetSiteOther()">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Longitude:</td>
|
||||
<td><input id="lon" type="text" name="lon" value="0.0964" onKeyDown="SetSiteOther()"></td>
|
||||
<td><input id="lon" type="text" name="lon" value="0.0964"
|
||||
onKeyDown="SetSiteOther()">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span>
|
||||
<a id="setWithClick" class="tipsyLink" title="Use the map to set your desired launch site">Set With Map</a>
|
||||
</span>
|
||||
<span><a id="setWithClick" class="tipsyLink"
|
||||
title="Use the map to set your desired launch site">
|
||||
Set With Map</a></span>
|
||||
</td>
|
||||
<td>
|
||||
<span>
|
||||
<a id="req_open" class="tipsyLink" title="Save this location to a browser cookie">Save Location</a>
|
||||
<a id="req_open" class="tipsyLink"
|
||||
title="Save this location to a browser cookie">
|
||||
Save Location</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Launch altitude (m):</td>
|
||||
<td><input id="initial_alt" type="text" name="initial_alt" value="0"></td>
|
||||
<td>
|
||||
<input id="initial_alt" type="text" name="initial_alt"
|
||||
value="0">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Launch Time (UTC):</td>
|
||||
|
@ -213,20 +223,21 @@ google.load("jqueryui", "1.8.1");
|
|||
<td>Ascent Rate (m/s):</td>
|
||||
<td><input id="ascent" type="text" name="ascent" value="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Descent Rate (sea level m/s):</td>
|
||||
<td><input id="drag" type="text" name="drag" value="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Burst Altitude (m):</td>
|
||||
<td><input id="burst" type="text" name="burst" value="30000"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Descent Rate (sea level m/s):</td>
|
||||
<td><input id="drag" type="text" name="drag" value="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Landing prediction software: </td><td>
|
||||
<select id="software" name="software">
|
||||
<option value="gfs" selected="selected">GFS</option>
|
||||
<option value="gfs_hd">GFS HD</option>
|
||||
</select></td></tr>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr><td>Lat/Lon Deltas: </td>
|
||||
<td>Lat:
|
||||
<select id="delta_lat" name="delta_lat">
|
||||
|
@ -242,8 +253,7 @@ google.load("jqueryui", "1.8.1");
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
</td>
|
||||
<td></td>
|
||||
<td><input type="submit" name="submit" id="run_pred_btn" value="Run Prediction"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Ładowanie…
Reference in New Issue