39 lines
756 B
XML
39 lines
756 B
XML
<?xml version='1.0' ?>
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
<t:title>Edit Blog</t:title>
|
|
|
|
<t:form action="$planet-factor/admin/edit-blog">
|
|
|
|
<t:edit component="id" />
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
<th class="field-label">Blog name:</th>
|
|
<td><t:edit component="name" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th class="field-label">Home page:</th>
|
|
<td><t:edit component="www-url" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th class="field-label">Feed:</th>
|
|
<td><t:edit component="feed-url" /></td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<input type="SUBMIT" value="Done" />
|
|
|
|
</t:form>
|
|
|
|
<t:form action="$planet-factor/admin/delete-blog" class="inline">
|
|
<t:edit component="id" />
|
|
<button type="submit" class="link-button link">Delete</button>
|
|
</t:form>
|
|
</t:chloe>
|