Commit 903e04e9 authored by Alan Mitchell's avatar Alan Mitchell
Browse files

Added 4 hour time period.

parent 37a035bc
...@@ -107,7 +107,8 @@ ...@@ -107,7 +107,8 @@
</div> </div>
<div id="time_period"> <div id="time_period">
Select Time Period: Time Period:
<input type="radio" id="4h" value="0.1667" name="time_period"/><label for="4h" class="but_lbl">4 hr</label>
<input type="radio" id="1d" value="1" name="time_period"/><label for="1d" class="but_lbl">1 da</label> <input type="radio" id="1d" value="1" name="time_period"/><label for="1d" class="but_lbl">1 da</label>
<input type="radio" id="3d" value="3" name="time_period"/><label for="3d" class="but_lbl">3 da</label> <input type="radio" id="3d" value="3" name="time_period"/><label for="3d" class="but_lbl">3 da</label>
<input type="radio" id="1w" value="7" name="time_period" checked="checked"/><label for="1w" class="but_lbl">1 wk</label> <input type="radio" id="1w" value="7" name="time_period" checked="checked"/><label for="1w" class="but_lbl">1 wk</label>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment