2012-08-25 22:49:11 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2012-09-08 11:24:39 +00:00
|
|
|
<meta name="robots" content="noindex" />
|
2012-08-25 22:49:11 +00:00
|
|
|
<title>ZeroBin</title>
|
2015-08-16 10:27:06 +00:00
|
|
|
<link type="text/css" rel="stylesheet" href="css/zerobin.css?{$VERSION|rawurlencode}" />{if="$SYNTAXHIGHLIGHTING"}
|
|
|
|
<link type="text/css" rel="stylesheet" href="css/prettify.css?{$VERSION|rawurlencode}" />{/if}
|
|
|
|
<script type="text/javascript" src="js/jquery-1.11.3.js"></script>
|
|
|
|
<script type="text/javascript" src="js/sjcl-1.0.2.js"></script>
|
|
|
|
<script type="text/javascript" src="js/base64-{$BASE64JSVERSION}.js"></script>
|
|
|
|
<script type="text/javascript" src="js/rawdeflate.js?{$VERSION|rawurlencode}"></script>
|
|
|
|
<script type="text/javascript" src="js/rawinflate.js?{$VERSION|rawurlencode}"></script>{if="$SYNTAXHIGHLIGHTING"}
|
|
|
|
<script type="text/javascript" src="js/prettify.js?{$VERSION|rawurlencode}"></script>{/if}
|
|
|
|
<script type="text/javascript" src="js/zerobin.js?{$VERSION|rawurlencode}"></script>
|
2012-08-25 22:49:11 +00:00
|
|
|
<!--[if lt IE 10]>
|
|
|
|
<style> body {padding-left:60px;padding-right:60px;} div#ienotice {display:block;} </style>
|
|
|
|
<![endif]-->
|
|
|
|
<!--[if lt IE 10]>
|
|
|
|
<style> div#ienotice {display:block; } div#oldienotice {display:block; } </style>
|
|
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div id="aboutbox">
|
|
|
|
ZeroBin is a minimalist, opensource online pastebin where the server has zero knowledge of pasted data.
|
|
|
|
Data is encrypted/decrypted <i>in the browser</i> using 256 bits AES.
|
|
|
|
More information on the <a href="http://sebsauvage.net/wiki/doku.php?id=php:zerobin">project page</a>.<br />
|
|
|
|
<span class="blink">▶</span> Note: This is a test service:
|
|
|
|
Data may be deleted anytime. Kittens will die if you abuse this service.
|
|
|
|
</div>
|
|
|
|
<h1 title="ZeroBin" onclick="window.location.href=scriptLocation();return false;">ZeroBin</h1><br />
|
|
|
|
<h2>Because ignorance is bliss</h2><br />
|
|
|
|
<h3>{$VERSION}</h3>
|
|
|
|
<div id="noscript" class="nonworking">Javascript is required for ZeroBin to work.<br />Sorry for the inconvenience.</div>
|
|
|
|
<div id="oldienotice" class="nonworking">ZeroBin requires a modern browser to work.</div>
|
2013-02-24 13:33:51 +00:00
|
|
|
<div id="ienotice">Still using Internet Explorer ? Do yourself a favor, switch to a modern browser:
|
2012-08-25 22:49:11 +00:00
|
|
|
<a href="http://www.mozilla.org/firefox/">Firefox</a>,
|
|
|
|
<a href="http://www.opera.com/">Opera</a>,
|
|
|
|
<a href="http://www.google.com/chrome">Chrome</a>,
|
|
|
|
<a href="http://www.apple.com/safari">Safari</a>...
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<article>
|
2013-11-01 00:15:14 +00:00
|
|
|
<div id="status">{$STATUS|htmlspecialchars}</div>
|
|
|
|
<div id="errormessage" class="hidden">{$ERROR|htmlspecialchars}</div>
|
2012-08-25 22:49:11 +00:00
|
|
|
<div id="toolbar">
|
2013-02-24 15:29:13 +00:00
|
|
|
<button id="newbutton" onclick="window.location.href=scriptLocation();return false;" class="hidden"><img src="img/icon_new.png" width="11" height="15" alt="" />New</button>
|
|
|
|
<button id="sendbutton" onclick="send_data();return false;" class="hidden"><img src="img/icon_send.png" width="18" height="15" alt="" />Send</button>
|
|
|
|
<button id="clonebutton" onclick="clonePaste();return false;" class="hidden"><img src="img/icon_clone.png" width="15" height="17" alt="" />Clone</button>
|
|
|
|
<button id="rawtextbutton" onclick="rawText();return false;" class="hidden"><img src="img/icon_raw.png" width="15" height="15" alt="" />Raw text</button>
|
2013-02-24 13:33:51 +00:00
|
|
|
<div id="expiration" class="hidden">Expires:
|
2013-11-01 00:15:14 +00:00
|
|
|
<select id="pasteExpiration" name="pasteExpiration">
|
2013-02-24 13:33:51 +00:00
|
|
|
{loop="EXPIRE"}
|
|
|
|
<option value="{$key}"{if="$key == $EXPIREDEFAULT"} selected="selected"{/if}>{$value}</option>{/loop}
|
2012-08-25 22:49:11 +00:00
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<div id="remainingtime" class="hidden"></div>
|
2015-08-15 19:39:08 +00:00
|
|
|
<div id="burnafterreadingoption" class="button hidden">
|
2013-02-24 13:33:51 +00:00
|
|
|
<input type="checkbox" id="burnafterreading" name="burnafterreading" {if="$BURNAFTERREADINGSELECTED"} checked="checked"{/if} />
|
|
|
|
<label for="burnafterreading">Burn after reading</label>
|
|
|
|
</div>
|
2012-08-28 21:28:41 +00:00
|
|
|
<div id="opendisc" class="button hidden">
|
2012-08-25 22:49:11 +00:00
|
|
|
<input type="checkbox" id="opendiscussion" name="opendiscussion" {if="!$OPENDISCUSSION"} disabled="disabled"{/if} />
|
|
|
|
<label for="opendiscussion">Open discussion</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-08-15 19:39:08 +00:00
|
|
|
<div id="pasteresult" class="hidden">
|
2013-11-01 00:15:14 +00:00
|
|
|
<div id="deletelink"></div>
|
|
|
|
<div id="pastelink"></div>
|
|
|
|
</div>
|
2012-08-25 22:49:11 +00:00
|
|
|
<div id="prettymessage" class="hidden">
|
2012-08-28 21:28:41 +00:00
|
|
|
<pre id="prettyprint" class="prettyprint linenums:1"></pre>
|
2012-08-25 22:49:11 +00:00
|
|
|
</div>
|
|
|
|
<div id="cleartext" class="hidden"></div>
|
|
|
|
<textarea id="message" name="message" cols="80" rows="25" class="hidden"></textarea>
|
|
|
|
</article>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<div id="discussion" class="hidden">
|
|
|
|
<h4>Discussion</h4>
|
|
|
|
<div id="comments"></div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<div id="cipherdata" class="hidden">{$CIPHERDATA}</div>
|
2013-11-01 00:15:14 +00:00
|
|
|
</body>
|
2012-04-21 19:59:45 +00:00
|
|
|
</html>
|