3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <t:title>New Item</t:title>
7 <t:form t:action="$todo-list/new">
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" />