remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / webapps / wiki / edit.xml
blobf8c593cf2ff04654c0a6a274096399d31f4f9b97
1 <?xml version='1.0' ?>
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5         <t:title>Edit: <t:label t:name="title" /></t:title>
7         <t:form t:action="$wiki/submit" t:for="title">
9                 <p>
10                         <t:textarea t:name="content" t:rows="30" t:cols="80" />
11                 </p>
13                 <p>
14                         Describe this revision:
15                         <t:field t:name="description" t:size="60" />
16                 </p>
18                 <p>
19                         <button type="submit">Save</button>
20                 </p>
22         </t:form>
24 </t:chloe>