factor/extra/webapps/pastebin/paste.xml

26 lines
790 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>Pastebin</t:title>
<h2>Paste: <t:view t:component="summary" /></h2>
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:form t:action="$pastebin/delete-paste" class="inline">
<t:edit t:component="id" />
2008-04-25 04:23:47 -04:00
<button class="link-button link">Delete Paste</button>
</t:form>
|
<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>