Changes

Marathon Pace Band

886 bytes added, 13:34, 13 February 2013
no edit summary
}
</style>
 
<script type="text/javascript">
 
function MetricConversion(chkbox) {
if(chkbox.checked)
document.getElementById("RaceDistance").value = Math.round((document.getElementById("RaceDistance").value * 1.609)*10)/10;
else
document.getElementById("RaceDistance").value = Math.round((document.getElementById("RaceDistance").value / 1.609)*10)/10;
}
 
</script>
 
<form method="get" action="/fellrnr/paceband_wrapper.php" name="VDOT">
<table class="sample2" >
</table>
</td><td>Enter the time for your race</td>
<tr><td>Race Distance</td><td><input maxlength="6" size="7" name="RaceDistance" id="RaceDistance" value="26.2"><br></td><td>Your race distance in miles or Km depending on 'Metric' setting below.(marathon is 26.2 miles or 42.2 Km)</td></tr> <tr><td></td><td><input name="Metric" value="Metric" type="checkbox" onclick="MetricConversion(this)">Metric</td><td>Use Km rather than miles</td></tr>
<tr><td>Safety Margin</td><td><input maxlength="3" size="3" name="Margin" value="60"><input name="SafetyOnly" value="SafetyOnly" type="checkbox">Safety Only</td><td>The time in seconds for the safety margin, or zero for no margin</td></tr>
<tr><td></td><td><input name="ShowPaces" value="ShowPaces" type="checkbox" checked>Show Paces</td><td>Show the pace and accumulated average pace (only valid if safety is not set, or safety only)</td></tr>
<tr><td>Slow Start Time</td><td><input maxlength="3" size="3" name="SlowStartTime" value="0"><br></td><td>If you want to start slower, this is the number of seconds per mile slower for the first mile</td></tr>
<tr><td>Slow Start Distance</td><td><input maxlength="3" size="3" name="SlowStartDistance" value="0"><br></td><td>For a slow start, this is the number of miles/Kms to ease into normal pace</td></tr>
<tr><td>Border Color</td><td><input maxlength="10" size="10" name="Border" value="gray"><br></td><td>The color of the border between boxes</td></tr>
</table>
<button nameinput type="submit" value="Calculate">Calculate </button><brform>
</html>