18 lines
621 B
XML
18 lines
621 B
XML
<?xml version='1.0' ?>
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
<h2>Annotation: <t:view t:component="summary" /></h2>
|
|
|
|
<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>
|
|
</table>
|
|
|
|
<pre class="description"><t:view t:component="contents" /></pre>
|
|
|
|
<t:button t:action="$pastebin/delete-annotation" t:for="aid" class="link-button link">Delete Annotation</t:button>
|
|
|
|
</t:chloe>
|