2012-04-27 01:41:20 +04:00
|
|
|
%if "burn_after_reading" in str(paste.expiration):
|
|
|
|
%if keep_alive:
|
2012-04-28 12:24:10 +04:00
|
|
|
<div class="alert alert-info">
|
|
|
|
<strong>Ok!</strong>
|
2012-04-27 01:41:20 +04:00
|
|
|
This paste will be deleted the next time it is read.
|
2012-04-28 12:24:10 +04:00
|
|
|
</div>
|
2012-04-27 01:41:20 +04:00
|
|
|
%else:
|
2012-04-28 12:24:10 +04:00
|
|
|
<div class="alert">
|
|
|
|
<strong>Warning!</strong>
|
2012-04-27 01:41:20 +04:00
|
|
|
This paste has self-destructed. If you close this windows, there is not way
|
|
|
|
to recover it.
|
2012-04-28 12:24:10 +04:00
|
|
|
</div>
|
2012-04-27 01:41:20 +04:00
|
|
|
%end
|
|
|
|
%end
|
|
|
|
|
2012-04-26 17:26:58 +04:00
|
|
|
<div class="well">
|
2012-04-28 15:10:29 +04:00
|
|
|
<form action="/" method="get" accept-charset="utf-8">
|
|
|
|
<p>
|
|
|
|
<a href="#">Download</a>
|
|
|
|
<span class="paste-option btn-group top">
|
|
|
|
<button class="btn">New Paste</button>
|
|
|
|
<button class="btn"><i class="icon-camera"></i> Clone</button>
|
|
|
|
</span>
|
|
|
|
</p>
|
2012-04-26 13:38:55 +04:00
|
|
|
|
2012-04-28 15:10:29 +04:00
|
|
|
<p>
|
|
|
|
<pre id="paste-content" class="prettyprint linenums">
|
|
|
|
<code>
|
|
|
|
{{ paste.content }}
|
|
|
|
</code>
|
|
|
|
</pre>
|
|
|
|
</p>
|
2012-04-26 13:38:55 +04:00
|
|
|
|
2012-04-28 15:10:29 +04:00
|
|
|
<p class="paste-option btn-group bottom">
|
|
|
|
<button class="btn">New Paste</button>
|
|
|
|
<button class="btn"><i class="icon-camera"></i> Clone</button>
|
|
|
|
</p>
|
2012-04-26 13:38:55 +04:00
|
|
|
|
2012-04-28 15:10:29 +04:00
|
|
|
</form>
|
2012-04-28 12:26:36 +04:00
|
|
|
</div>
|
2012-04-28 15:10:29 +04:00
|
|
|
%rebase base
|