webapps.pastebin: tweak template
parent
a20362cf26
commit
628c69685b
|
@ -14,11 +14,11 @@
|
|||
<tr><th class="field-label">Date: </th><td><t:label t:name="date" /></td></tr>
|
||||
</table>
|
||||
|
||||
<pre class="description"><t:code t:name="contents" t:mode="mode" /></pre>
|
||||
|
||||
<t:a t:href="$pastebin/paste.txt" t:query="id">Plain Text</t:a> |
|
||||
<t:button t:action="$pastebin/delete-paste" t:for="id" class="link-button link">Delete Paste</t:button>
|
||||
|
||||
<pre class="description"><t:code t:name="contents" t:mode="mode" /></pre>
|
||||
|
||||
<t:bind-each t:name="annotations">
|
||||
|
||||
<h2><a name="@id">Annotation: <t:label t:name="summary" /></a></h2>
|
||||
|
@ -29,11 +29,11 @@
|
|||
<tr><th class="field-label">Date: </th><td><t:label t:name="date" /></td></tr>
|
||||
</table>
|
||||
|
||||
<pre class="description"><t:code t:name="contents" t:mode="mode"/></pre>
|
||||
|
||||
<t:a t:href="$pastebin/annotation.txt" t:query="id">Plain Text</t:a> |
|
||||
<t:button t:action="$pastebin/delete-annotation" t:for="id" class="link-button link">Delete Annotation</t:button>
|
||||
|
||||
<pre class="description"><t:code t:name="contents" t:mode="mode"/></pre>
|
||||
|
||||
</t:bind-each>
|
||||
|
||||
<t:bind t:name="new-annotation">
|
||||
|
|
Loading…
Reference in New Issue