aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/s5/ui/s5-notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/s5/ui/s5-notes.html')
-rwxr-xr-xstylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/s5/ui/s5-notes.html64
1 files changed, 0 insertions, 64 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/s5/ui/s5-notes.html b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/s5/ui/s5-notes.html
deleted file mode 100755
index 875f95a63..000000000
--- a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/s5/ui/s5-notes.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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">|&larr;</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">|&larr;</a>
-</form>
-</div>
-</div>
-
-<h2 id="slide">...</h2>
-<div id="notes"></div>
-
-<h2 id="next">...</h2>
-<div id="nextnotes"></div>
-
-</body>
-</html>