remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / webapps / blogs / new-post.xml
bloba2741ccd4ea133186c98dfd439e6a97aff94a6d5
1 <?xml version='1.0' ?>
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5         <t:title>New Post</t:title>
7         <div class="post-form">
8                 <t:form t:action="$blogs/new-post">
9         
10                         <p>Title: <t:field t:name="title" t:size="60" /></p>
11                         <p><t:textarea t:name="content" t:rows="30" t:cols="80" /></p>
12                         <input type="SUBMIT" value="Done" />
13                 </t:form>
14         </div>
16         <t:validation-errors />
17 </t:chloe>