Minor S5 tweaks and Sync with Latest HTML5lib
This commit is contained in:
parent
dbed460843
commit
81d3cdc8e4
81 changed files with 9887 additions and 1687 deletions
64
public/s5/ui/s5-notes.xhtml
Normal file
64
public/s5/ui/s5-notes.xhtml
Normal file
|
@ -0,0 +1,64 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" >
|
||||
|
||||
<!-- Do not edit this document! The system will likely break if you do. -->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Notes</title>
|
||||
<link rel="stylesheet" href="default/notes.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
document.onkeyup = opener.keys;
|
||||
document.onkeypress = opener.trap;
|
||||
document.onclick = opener.clicker;
|
||||
// ]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="opener.s5NotesWindowLoaded=true;" onunload="opener.s5NotesWindowLoaded=false;">
|
||||
|
||||
|
||||
<div class="timers" id="elapsed">
|
||||
<h1>
|
||||
<a href="#" onclick="opener.minimizeTimer('elapsed'); return false;">Elapsed Time</a>
|
||||
</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<h2>Presentation</h2>
|
||||
<span class="clock" id="elapsed-presentation">00:00:00</span>
|
||||
</li>
|
||||
<li>
|
||||
<h2>Current Slide</h2>
|
||||
<span class="clock" id="elapsed-slide">00:00:00</span>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="controls">
|
||||
<a href="#reset-elapsed" onclick="opener.resetElapsedTime(); return false;" title="Reset Elapsed Time">|←</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="timers" id="remaining">
|
||||
<h1>
|
||||
<a href="#" onclick="opener.minimizeTimer('remaining'); return false;">Remaining Time</a>
|
||||
</h1>
|
||||
<p>
|
||||
<a href="#subtract-remaining" class="control" id="minus" onclick="opener.alterRemainingTime('-5'); return false;" title="Subtract 5 Minutes">-</a>
|
||||
<span class="clock" id="timeLeft">00:00:00</span>
|
||||
<a href="#add-remaining" class="control" id="plus" onclick="opener.alterRemainingTime('5'); return false;" title="Add 5 Minutes">+</a>
|
||||
</p>
|
||||
<div class="controls">
|
||||
<form action="#" onsubmit="opener.resetRemainingTime(); return false;">
|
||||
<input type="text" class="text" id="startFrom" value="0" size="4" maxlength="4" />
|
||||
<a href="#toggle-remaining" onclick="opener.toggleRemainingTime(); return false;" title="Pause/Run Remaining Time">||</a>
|
||||
<a href="#reset-remaining" onclick="opener.resetRemainingTime(); return false;" title="Reset Remaining Time">|←</a>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 id="slide">...</h2>
|
||||
<div id="notes"></div>
|
||||
|
||||
<h2 id="next">...</h2>
|
||||
<div id="nextnotes"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue