3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <t:title>Edit Item</t:title>
7 <t:form t:action="$todo-list/edit" t:for="id">
9 <tr><th class="field-label">Summary: </th><td><t:field t:name="summary" /></td></tr>
10 <tr><th class="field-label">Priority: </th><td><t:field t:name="priority" /></td></tr>
11 <tr><th class="field-label big-field-label">Description:</th><td><t:textarea t:name="description" t:rows="20" t:cols="60" /></td></tr>
14 <input type="SUBMIT" value="Done" />
17 <t:a t:href="$todo-list/view" t:query="id">View</t:a>
19 <t:button t:action="$todo-list/delete" t:for="id" class="link-button link">Delete</t:button>