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