3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <t:title>Edit Blog</t:title>
7 <t:form t:action="$planet/admin/new-blog">
12 <th class="field-label">Blog name:</th>
13 <td><t:field t:name="name" /></td>
17 <th class="field-label">Home page:</th>
18 <td><t:field t:name="www-url" t:size="40" /></td>
22 <th class="field-label">Feed:</th>
23 <td><t:field t:name="feed-url" t:size="40" /></td>
28 <input type="SUBMIT" value="Done" />