remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / webapps / todo / new-todo.xml
blobf557d5307b562bef4185ca5ce3333a29a83161cc
1 <?xml version='1.0' ?>
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">
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:chloe>