Eggtimer/index.html
changeset 2 2da62bb63910
parent 1 8452783e7980
child 3 b43377c07b0c
--- a/Eggtimer/index.html	Mon Nov 01 14:47:36 2010 -0700
+++ b/Eggtimer/index.html	Tue Nov 02 10:44:05 2010 -0700
@@ -11,8 +11,7 @@
 <body onload="javascript:init();">
 <div id="main-window">
 	<div id="remaining-time">
-	<div id="time" ><a href="javascript:showTimerSetup()" id="timervalue">00:01:00</a></div>
-	<div id="pausestart" onclick="pauseStart()">&nbsp;</div>
+	<div id="time" ><a href="javascript:showTimerSetup()" id="timervalue">00:00:30</a></div>
 	</div>
 	<div id="hourglass">
 		<div id="sand">&nbsp;</div>
@@ -22,7 +21,7 @@
 </div>
 <div id="time-setup">
 	Specify time: 
-	<input id="hrs" class="digits" value="00"/>:<input id="min" class="digits" value="01"/>:<input id="sec" class="digits" value="00"/>
+	<input id="hrs" class="digits" value="00"/>:<input id="min" class="digits" value="00"/>:<input id="sec" class="digits" value="30"/>
 	<input type="button" value="Start" onclick="startTimer()"/><input type="button" value="Cancel" onclick="showMainWindow()"/>
 </div>
 </body>