2008-04-25 04:23:47 -04:00
|
|
|
<?xml version='1.0' ?>
|
|
|
|
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
|
2008-05-02 22:18:49 -04:00
|
|
|
<t:title>Paste: <t:view t:component="summary" /></t:title>
|
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-05-02 22:18:49 -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
|
|
|
|
|
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>
|