diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-06-21 17:02:03 +0100 |
---|---|---|
committer | Pita Poison <pita@slave.(none)> | 2011-06-21 17:02:45 +0100 |
commit | 6e09517d55029055155ce5c3c5fc881658dd24a8 (patch) | |
tree | 02625082e5db24c388ac4fbd859c79df1e9957c0 /static/timeslider.html | |
parent | 247462e2f8406b55abe459c36759de440de82506 (diff) | |
download | etherpad-lite-6e09517d55029055155ce5c3c5fc881658dd24a8.zip |
Buttons to the timeslider and back are working now
Diffstat (limited to 'static/timeslider.html')
-rw-r--r-- | static/timeslider.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/static/timeslider.html b/static/timeslider.html index aa9a19ee..a051530a 100644 --- a/static/timeslider.html +++ b/static/timeslider.html @@ -8,9 +8,8 @@ <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> <title>Etherpad Lite Timeslider</title> - <link href="/static/css/broadcast.css" rel="stylesheet" type="text/css" /> -<!-- javascript --> <link href="/static/css/pad_lite.css" rel="stylesheet" type="text/css" /> + <link href="/static/css/broadcast.css" rel="stylesheet" type="text/css" /> <style type="text/css" title="dynamicsyntax"></style> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> <script type="text/javascript"> @@ -182,7 +181,6 @@ <!-- --> </div> </div> - <div id="alertbar"> <div id="servermsg"> <h3>Server Notice<span id="servermsgdate"><!-- --></span>:</h3><a id= @@ -194,7 +192,7 @@ </div> <div id="navigation"></div> - + <div id="docbar" class="menu docbar"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="docbartable" class="docbartable"> @@ -277,7 +275,7 @@ <div id="editbarright" class="editbarright"> <!-- termporary place holder--> - <button id="returnbutton">Return to pad</button> + <a id = "returnbutton" href="javascript:document.location=document.location.href.substring(0,document.location.href.lastIndexOf('/timeslider'))">Return to pad</a> </div> <div id="editbarinner" class="editbarinner"> @@ -285,7 +283,7 @@ "editbartable"> <tr> <td> - <h1>Public Pad <span id="revision_label">Latest text of pad + <h1><span id="revision_label">Latest text of pad test</span> <span id="revision_date">Saved June 14, 2011</span></h1> </td> |