28 lines
775 B
XML
28 lines
775 B
XML
<?xml version='1.0' ?>
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
<t:title>Pastebin</t:title>
|
|
|
|
<h2>Paste: <t:view component="summary" /></h2>
|
|
|
|
<table>
|
|
<tr><th class="field-label">Author: </th><td><t:view component="author" /></td></tr>
|
|
<tr><th class="field-label">Mode: </th><td><t:view component="mode" /></td></tr>
|
|
<tr><th class="field-label">Date: </th><td><t:view component="date" /></td></tr>
|
|
</table>
|
|
|
|
<div class="description">
|
|
<t:view component="contents" />
|
|
</div>
|
|
|
|
<t:form action="$pastebin/delete-paste" class="inline">
|
|
<t:edit component="id" />
|
|
<button class="link-button link">Delete Paste</button>
|
|
</t:form>
|
|
|
|
|
<t:a href="$pastebin/annotate" query="id">Annotate</t:a>
|
|
|
|
<t:view component="annotations" />
|
|
</t:chloe>
|