remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / webapps / todo / edit-todo.xml
blob6bae6e705e8d6aef682e38c51b7fe21c2e6f9517
1 <?xml version='1.0' ?>
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">
8                 <table>
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>
12                 </table>
14                 <input type="SUBMIT" value="Done" />
15         </t:form>
17         <t:a t:href="$todo-list/view" t:query="id">View</t:a>
18         |
19         <t:button t:action="$todo-list/delete" t:for="id" class="link-button link">Delete</t:button>
21 </t:chloe>