2c4473a0e9
Slide notes are now served correctly (as application/xhtml+xml) to compatible browsers. So you can put math in your notes, and the MathML will render. We don't do real content-negotioation. IE gets text/html; everyone else gets application/xhtml+xml.
65 lines
2.1 KiB
HTML
65 lines
2.1 KiB
HTML
<!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="core/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>
|