equal
deleted
inserted
replaced
9 <meta name="Generator" content="Symbian WRT IDE" /> |
9 <meta name="Generator" content="Symbian WRT IDE" /> |
10 </head> |
10 </head> |
11 <body onload="javascript:init();"> |
11 <body onload="javascript:init();"> |
12 <div id="main-window"> |
12 <div id="main-window"> |
13 <div id="remaining-time"> |
13 <div id="remaining-time"> |
14 <div id="time" ><a href="javascript:showTimerSetup()" id="timervalue">00:00:00</a></div> |
14 <div id="time" ><a href="javascript:showTimerSetup()" id="timervalue">00:01:00</a></div> |
15 <div id="pausestart" onclick="pauseStart()"> </div> |
15 <div id="pausestart" onclick="pauseStart()"> </div> |
16 </div> |
16 </div> |
17 <div id="hourglass"> |
17 <div id="hourglass"> |
18 <div id="sand"> </div> |
18 <div id="sand"> </div> |
19 <div id="sand-bottom"> </div> |
19 <div id="sand-bottom"> </div> |
20 <img src="images/hourglass.png"></img> |
20 <img src="images/hourglass.png"></img> |
21 </div> |
21 </div> |
22 </div> |
22 </div> |
23 <div id="time-setup"> |
23 <div id="time-setup"> |
24 Specify time: |
24 Specify time: |
25 <input id="hrs" class="digits" value="00"/>:<input id="min" class="digits" value="00"/>:<input id="sec" class="digits" value="00"/> |
25 <input id="hrs" class="digits" value="00"/>:<input id="min" class="digits" value="01"/>:<input id="sec" class="digits" value="00"/> |
26 <input type="button" value="Start" onclick="startTimer()"/><input type="button" value="Cancel" onclick="showMainWindow()"/> |
26 <input type="button" value="Start" onclick="startTimer()"/><input type="button" value="Cancel" onclick="showMainWindow()"/> |
27 </div> |
27 </div> |
28 </body> |
28 </body> |
29 </html> |
29 </html> |