factor/extra/webapps/pastebin/paste.xml

21 lines
718 B
XML
Raw Normal View History

2008-04-25 04:23:47 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:title>Paste: <t:view t:component="summary" /></t:title>
2008-04-25 04:23:47 -04:00
<table>
<tr><th class="field-label">Author: </th><td><t:view t:component="author" /></td></tr>
<tr><th class="field-label">Mode: </th><td><t:view t:component="mode" /></td></tr>
<tr><th class="field-label">Date: </th><td><t:view t:component="date" /></td></tr>
2008-04-25 04:23:47 -04:00
</table>
<pre class="description"><t:view t:component="contents" /></pre>
2008-04-25 04:23:47 -04:00
<t:button t:action="$pastebin/delete-paste" t:for="id" class="link-button link">Delete Paste</t:button>
2008-04-25 04:23:47 -04:00
|
<t:a t:href="$pastebin/annotate" t:query="id">Annotate</t:a>
2008-04-25 04:23:47 -04:00
<t:view t:component="annotations" />
2008-04-25 04:23:47 -04:00
</t:chloe>