factor/extra/webapps/planet/edit-blog.xml

35 lines
683 B
XML
Raw Normal View History

2008-04-20 05:19:06 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:title>Edit Blog</t:title>
2008-07-08 15:26:37 -04:00
<t:form t:action="$planet/admin/edit-blog" t:for="id">
2008-04-20 05:19:06 -04:00
<table>
<tr>
<th class="field-label">Blog name:</th>
2008-05-26 01:47:27 -04:00
<td><t:field t:name="name" /></td>
2008-04-20 05:19:06 -04:00
</tr>
<tr>
<th class="field-label">Home page:</th>
2008-09-28 20:23:26 -04:00
<td><t:field t:name="www-url" t:size="40" /></td>
2008-04-20 05:19:06 -04:00
</tr>
<tr>
2008-04-25 04:23:47 -04:00
<th class="field-label">Feed:</th>
2008-09-28 20:23:26 -04:00
<td><t:field t:name="feed-url" t:size="40" /></td>
2008-04-20 05:19:06 -04:00
</tr>
</table>
<input type="SUBMIT" value="Done" />
</t:form>
2008-07-08 15:26:37 -04:00
<t:button t:action="$planet/admin/delete-blog" t:for="id" class="link-button link">Delete</t:button>
2008-05-26 01:47:27 -04:00
2008-04-20 05:19:06 -04:00
</t:chloe>