335 lines
10 KiB
HTML
335 lines
10 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
<title>Etherpad Lite</title>
|
|
<!-- CSS -->
|
|
<link href="../static/css/pad.css" rel="stylesheet">
|
|
<!-- javascript -->
|
|
<script type="text/javascript">
|
|
// <![CDATA[
|
|
var clientVars = {}; // ]]>
|
|
</script>
|
|
<script src="../socket.io/socket.io.js"></script>
|
|
<script src="../minified/pad.js"></script>
|
|
<link href="../static/custom/pad.css" rel="stylesheet">
|
|
<script src="../static/custom/pad.js"></script>
|
|
<style type="text/css" title="dynamicsyntax"></style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="editbar">
|
|
|
|
<ul id="menu_left">
|
|
<li onClick="window.pad&&pad.editbarClick('bold');return false" >
|
|
<a title="Bold (ctrl-B)">
|
|
<div class="buttonicon" style="background-position:0px -116px"></div>
|
|
</a>
|
|
</li>
|
|
<li onClick="window.pad&&pad.editbarClick('italic'); return false;" >
|
|
<a title="Italics (ctrl-I)">
|
|
<div class="buttonicon" style="background-position:0px 0px"></div>
|
|
</a>
|
|
</li>
|
|
<li onClick="window.pad&&pad.editbarClick('underline');return false;" >
|
|
<a title="Underline (ctrl-U)">
|
|
<div class="buttonicon" style="background-position:0px -236px;margin-top:1px;"></div>
|
|
</a>
|
|
</li>
|
|
<li onClick="window.pad&&pad.editbarClick('strikethrough');return false;" >
|
|
<a title="Strikethrough">
|
|
<div class="buttonicon" style="background-position:0px -200px"></div>
|
|
</a>
|
|
</li>
|
|
<li class="separator"></li>
|
|
<li onClick="window.pad&&pad.editbarClick('insertunorderedlist');return false;" >
|
|
<a title="Toggle Bullet List">
|
|
<div class="buttonicon" style="background-position:0px -34px"></div>
|
|
</a>
|
|
</li>
|
|
<li onClick="window.pad&&pad.editbarClick('indent');return false;" >
|
|
<a title="Indent List">
|
|
<div class="buttonicon" style="background-position:0px -52px"></div>
|
|
</a>
|
|
</li>
|
|
<li onClick="window.pad&&pad.editbarClick('outdent');return false;" >
|
|
<a title="Unindent List">
|
|
<div class="buttonicon" style="background-position:0px -134px"></div>
|
|
</a>
|
|
</li>
|
|
<li class="separator"></li>
|
|
<li onClick="window.pad&&pad.editbarClick('undo');return false;" >
|
|
<a title="Undo (ctrl-Z)">
|
|
<div class="buttonicon" style="background-position:0px -255px"></div>
|
|
</a>
|
|
</li>
|
|
<li onClick="window.pad&&pad.editbarClick('redo');return false;" >
|
|
<a title="Redo (ctrl-Y)">
|
|
<div class="buttonicon" style="background-position:0px -166px"></div>
|
|
</a>
|
|
</li>
|
|
<li class="separator"></li>
|
|
<li onClick="window.pad&&pad.editbarClick('clearauthorship');return false;" >
|
|
<a title="Clear Authorship Colors">
|
|
<div class="buttonicon" style="background-position:0px -86px"></div>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<ul id="menu_right">
|
|
|
|
<li onClick="window.pad&&pad.editbarClick('readonly');return false;" >
|
|
<a id="readonlylink" title="Create a readonly link for this pad">
|
|
<div class="buttonicon" style="background-position:0px -150px"></div>
|
|
</a>
|
|
</li>
|
|
<li onClick="window.pad&&pad.editbarClick('import_export');return false;">
|
|
<a id="exportlink" title="Import/Export from/to different document formats">
|
|
<div class="buttonicon" style="background-position:0px -68px"></div>
|
|
</a>
|
|
</li>
|
|
<li onClick="window.pad&&pad.editbarClick('embed');return false;" >
|
|
<a id="embedlink" title="Embed this pad">
|
|
<div class="buttonicon" style="background-position:0px -18px"></div>
|
|
</a>
|
|
</li>
|
|
<li class="separator"></li>
|
|
<li id="timesliderlink" onClick="document.location = document.location+ '/timeslider'">
|
|
<a title="Show the history of this pad">
|
|
<div class="buttonicon" style="background-position:0px -218px"></div>
|
|
</a>
|
|
</li>
|
|
<li id="usericon" onClick="window.pad&&pad.editbarClick('showusers');return false;" >
|
|
<a title="Show connected users">
|
|
<div class="buttonicon" style="background-position:0px -184px;display:inline-block;"></div>
|
|
<span id="online_count">1</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="users">
|
|
<div id="connectionstatus">
|
|
<!-- -->
|
|
</div>
|
|
|
|
<div id="myuser">
|
|
|
|
<div id="mycolorpicker">
|
|
<ul id="colorpickerswatches">
|
|
</ul>
|
|
<span id="mycolorpickersave">
|
|
<a onclick="closeColorPicker()">Save</a>
|
|
</span>
|
|
<span id="mycolorpickercancel">
|
|
<a onclick="closeColorPicker()">Cancel</a>
|
|
</span>
|
|
</div>
|
|
<div id="mycolorpickersave">Save</div>
|
|
<div id="mycolorpickercancel">Cancel</div>
|
|
|
|
<div id="myswatchbox"><div id="myswatch"><!-- --></div></div>
|
|
<div id="myusernameform"><input type="text" id="myusernameedit" disabled="disabled" /></div>
|
|
<div id="mystatusform"><input type="text" id="mystatusedit" disabled="disabled" /></div>
|
|
</div>
|
|
|
|
<div id="otherusers">
|
|
<div id="guestprompts"><!-- --></div>
|
|
|
|
<table id="otheruserstable" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="nootherusers">
|
|
</div>
|
|
</div>
|
|
|
|
<div id="userlistbuttonarea">
|
|
<!--<a href="javascript:void(0)" id="sharebutton">Share</a>-->
|
|
</div>
|
|
|
|
</div>
|
|
<!-- /padusers -->
|
|
|
|
|
|
<!--<div id="users">
|
|
|
|
<!-- some example code so I can make the css --*>
|
|
|
|
</div>-->
|
|
|
|
<div id="editorcontainerbox">
|
|
|
|
<div id="editorcontainer">
|
|
<!-- -->
|
|
</div>
|
|
<div id="editorloadingbox">
|
|
Loading...
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- import export code -->
|
|
<div id="importexport">
|
|
|
|
<div id="import">
|
|
Import from text file, HTML, PDF, Word, or RTF:<br/><br/>
|
|
<form id="importform" method="post" action="" target="importiframe" enctype="multipart/form-data">
|
|
<div class="importformdiv" id="importformfilediv">
|
|
<input type="file" name="file" size="20" id="importfileinput" />
|
|
<div class="importmessage" id="importmessagefail"></div>
|
|
</div>
|
|
<div class="importmessage" id="importmessagesuccess">Successful!</div>
|
|
<div class="importformdiv" id="importformsubmitdiv">
|
|
<input type="hidden" name="padId" value="blpmaXT35R" />
|
|
<span class="nowrap">
|
|
<input type="submit" name="submit" value="Import Now" disabled="disabled" id="importsubmitinput" />
|
|
<img alt="" id="importstatusball" src="../static/img/loading.gif" align="top" />
|
|
<img alt="" id="importarrow" src="../static/img/leftarrow.png" align="top" />
|
|
</span>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<div id="importexportline"></div>
|
|
|
|
<div id="export">
|
|
Export current pad as:
|
|
<a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml">HTML</div></a>
|
|
<a id="exportplaina" target="_blank" class="exportlink"><div class="exporttype" id="exportplain">Plain text</div></a>
|
|
<a id="exportworda" target="_blank" class="exportlink"><div class="exporttype" id="exportword">Microsoft Word</div></a>
|
|
<a id="exportpdfa" target="_blank" class="exportlink"><div class="exporttype" id="exportpdf">PDF</div></a>
|
|
<a id="exportopena" target="_blank" class="exportlink"><div class="exporttype" id="exportopen">OpenDocument</div></a>
|
|
<a id="exportwordlea" target="_blank" onClick="padimpexp.export2Wordle();return false;" class="exportlink"><div class="exporttype" id="exportwordle">Wordle</div></a>
|
|
<form id="wordlepost" name="wall" action="http://wordle.net/advanced" method="POST" style="margin-left:0px;">
|
|
<div id="hidetext" style=""><textarea id="text" name="text" id="text" style="display:none;">Coming soon!</textarea></div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- the embed code -->
|
|
<div id="embed">
|
|
<div id="embedcode">
|
|
Embed code:<input id="embedinput" type="text" value="">
|
|
</div>
|
|
</div>
|
|
|
|
<!-- the embed code -->
|
|
<div id="readonly">
|
|
<div id="readonlyUrl">
|
|
Use this link to share a read-only version of your pad:<input id="readonlyInput" type="text" value="">
|
|
<img id="readonlyImage" src="" alt="" style="margin: 10px 90px">
|
|
</div>
|
|
</div>
|
|
|
|
<div id="chatthrob">
|
|
|
|
</div>
|
|
|
|
<div id="chaticon">
|
|
<a onClick="chat.show();return false;"
|
|
title="Open the chat for this pad">
|
|
<span id="chatlabel">Chat</span>
|
|
<div class="buttonicon" style="background-position:0px -102px;display:inline-block;"></div>
|
|
</a>
|
|
<span id="chatcounter">0</span>
|
|
</div>
|
|
|
|
<div id="chatbox">
|
|
<div id="titlebar"><span id="titlelabel">Chat |</span>
|
|
<a id="showhistorylabel" onClick="chat.showHistory();return false;">Show History</a>
|
|
<a id="titlecross" onClick="chat.hide();return false;">- </a>
|
|
</div>
|
|
<div id="chattext" class="authorColors"></div>
|
|
<div id="chatinputbox">
|
|
<form>
|
|
<input id="chatinput" type="text" maxlength="140"/>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="focusprotector"> </div>
|
|
|
|
<!-- /padeditor -->
|
|
<div id="modaloverlay">
|
|
<div id="modaloverlay-inner">
|
|
<!-- -->
|
|
|
|
</div>
|
|
</div>
|
|
<div id="mainmodals">
|
|
<div id="connectionbox" class="modaldialog">
|
|
<div id="connectionboxinner" class="modaldialog-inner">
|
|
<div class="connecting">
|
|
Connecting...
|
|
</div>
|
|
<div class="reconnecting">
|
|
Reestablishing connection...
|
|
</div>
|
|
<div class="disconnected">
|
|
<h2 class="h2_disconnect">Disconnected.</h2>
|
|
<h2 class="h2_userdup">Opened in another window.</h2>
|
|
<h2 class="h2_unauth">No Authorization.</h2>
|
|
<div id="disconnected_looping">
|
|
<p>
|
|
<b>We're having trouble talking to the EtherPad lite synchronization server.</b>
|
|
You may be connecting through an incompatible firewall or proxy server.
|
|
</p>
|
|
</div>
|
|
<div id="disconnected_initsocketfail">
|
|
<p>
|
|
<b>We were unable to connect to the EtherPad lite synchronization server.</b>
|
|
This may be due to an incompatibility with your web browser or internet connection.
|
|
</p>
|
|
</div>
|
|
<div id="disconnected_userdup">
|
|
<p>
|
|
<b>You seem to have opened this pad in another browser window.</b>
|
|
If you'd like to use this window instead, you can reconnect.
|
|
</p>
|
|
</div>
|
|
<div id="disconnected_unknown">
|
|
<p>
|
|
<b>Lost connection with the EtherPad lite synchronization server.</b> This may be due to a loss of network connectivity.
|
|
</p>
|
|
</div>
|
|
<div id="disconnected_slowcommit">
|
|
<p>
|
|
<b>Server not responding.</b> This may be due to network connectivity issues or high load on the server.
|
|
</p>
|
|
</div>
|
|
<div id="disconnected_unauth">
|
|
<p>
|
|
Your browser's credentials or permissions have changed while viewing this pad. Try reconnecting.
|
|
</p>
|
|
</div>
|
|
<div id="disconnected_deleted">
|
|
<p>
|
|
This pad was deleted.
|
|
</p>
|
|
</div>
|
|
<div id="reconnect_advise">
|
|
<p>
|
|
If this continues to happen, please let us know
|
|
</p>
|
|
</div>
|
|
<div id="reconnect_form">
|
|
<button id="forcereconnect">Reconnect Now</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<form id="reconnectform" method="post" action="/ep/pad/reconnect" accept-charset="UTF-8" style="display: none;">
|
|
<input type="hidden" class="padId" name="padId"/>
|
|
<input type="hidden" class="diagnosticInfo" name="diagnosticInfo"/>
|
|
<input type="hidden" class="missedChanges" name="missedChanges"/>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|