0
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3 <!-- Do not edit this document! The system will likely break if you do. -->
|
|
4 <html xmlns="http://www.w3.org/1999/xhtml">
|
|
5 <head>
|
|
6 <title>Notes</title>
|
|
7 <link rel="stylesheet" href="default/notes.css" type="text/css" />
|
|
8 <script type="text/javascript">
|
|
9 // <![CDATA[
|
|
10 document.onkeyup = opener.keys;
|
|
11 document.onkeypress = opener.trap;
|
|
12 document.onclick = opener.clicker;
|
|
13 // ]]>
|
|
14 </script>
|
|
15 </head>
|
|
16
|
|
17 <body onload="opener.s5NotesWindowLoaded=true;" onunload="opener.s5NotesWindowLoaded=false;">
|
|
18
|
|
19
|
|
20 <div class="timers" id="elapsed">
|
|
21 <h1>
|
|
22 <a href="#" onclick="opener.minimizeTimer('elapsed'); return false;">Elapsed Time</a>
|
|
23 </h1>
|
|
24 <ul>
|
|
25 <li>
|
|
26 <h2>Presentation</h2>
|
|
27 <span class="clock" id="elapsed-presentation">00:00:00</span>
|
|
28 </li>
|
|
29 <li>
|
|
30 <h2>Current Slide</h2>
|
|
31 <span class="clock" id="elapsed-slide">00:00:00</span>
|
|
32 </li>
|
|
33 </ul>
|
|
34 <div class="controls">
|
|
35 <a href="#reset-elapsed" onclick="opener.resetElapsedTime(); return false;" title="Reset Elapsed Time">|←</a>
|
|
36 </div>
|
|
37 </div>
|
|
38
|
|
39 <div class="timers" id="remaining">
|
|
40 <h1>
|
|
41 <a href="#" onclick="opener.minimizeTimer('remaining'); return false;">Remaining Time</a>
|
|
42 </h1>
|
|
43 <p>
|
|
44 <a href="#subtract-remaining" class="control" id="minus" onclick="opener.alterRemainingTime('-5'); return false;" title="Subtract 5 Minutes">-</a>
|
|
45 <span class="clock" id="timeLeft">00:00:00</span>
|
|
46 <a href="#add-remaining" class="control" id="plus" onclick="opener.alterRemainingTime('5'); return false;" title="Add 5 Minutes">+</a>
|
|
47 </p>
|
|
48 <div class="controls">
|
|
49 <form action="#" onsubmit="opener.resetRemainingTime(); return false;">
|
|
50 <input type="text" class="text" id="startFrom" value="0" size="4" maxlength="4" />
|
|
51 <a href="#toggle-remaining" onclick="opener.toggleRemainingTime(); return false;" title="Pause/Run Remaining Time">||</a>
|
|
52 <a href="#reset-remaining" onclick="opener.resetRemainingTime(); return false;" title="Reset Remaining Time">|←</a>
|
|
53 </form>
|
|
54 </div>
|
|
55 </div>
|
|
56
|
|
57 <h2 id="slide">...</h2>
|
|
58 <div id="notes"></div>
|
|
59
|
|
60 <h2 id="next">...</h2>
|
|
61 <div id="nextnotes"></div>
|
|
62
|
|
63 </body>
|
|
64 </html>
|