27 lines
997 B
Text
27 lines
997 B
Text
<form method="post" action="<% response.action %>#<% site.alias %>">
|
|
<input type="hidden" name="item" value="<% request.item %>" />
|
|
<input type="hidden" name="page" value="<% request.page %>" />
|
|
|
|
<table cellspacing="0" cellpadding="0" width="100%">
|
|
<tr>
|
|
<td valign="top" class="small" nowrap="nowrap"><% site.sysmgr_count what="stories" suffix=" stories<br />" %>
|
|
<% site.sysmgr_count what="comments" suffix=" comments<br />" %>
|
|
<% site.sysmgr_count what="images" suffix=" images<br />" %>
|
|
<% site.sysmgr_count what="files" suffix=" files<br />" %></td>
|
|
<td><table>
|
|
<tr>
|
|
<td class="small">trusted:</td>
|
|
<td><% site.sysmgr_trusted as="editor" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small">blocked:</td>
|
|
<td><% site.sysmgr_blocked as="editor" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small"></td>
|
|
<td><% input type="submit" name="save" value="save" %> <% input type="submit" name="cancel" value="cancel" %></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|