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>
|
|
|
|
|
2008-04-27 04:09:00 -04:00
|
|
|
<h2>Paste: <t:view t:component="summary" /></h2>
|
2008-04-25 04:23:47 -04:00
|
|
|
|
|
|
|
<table>
|
2008-04-27 04:09:00 -04:00
|
|
|
<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>
|
|
|
|
|
2008-04-27 04:09:00 -04:00
|
|
|
<pre class="description"><t:view t:component="contents" /></pre>
|
2008-04-25 04:23:47 -04:00
|
|
|
|
2008-04-27 04:09:00 -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>
|
|
|
|
|
|
2008-04-27 04:09:00 -04:00
|
|
|
<t:a t:href="$pastebin/annotate" t:query="id">Annotate</t:a>
|
2008-04-25 04:23:47 -04:00
|
|
|
|
2008-04-27 04:09:00 -04:00
|
|
|
<t:view t:component="annotations" />
|
2008-04-25 04:23:47 -04:00
|
|
|
</t:chloe>
|