Sourcecode in Site/sysmgr_edit.skin:
1: <form method="post" action="<% response.action %>#<% site.alias %>">
2: <input type="hidden" name="item" value="<% request.item %>" />
3: <input type="hidden" name="page" value="<% request.page %>" />
4:
5: <table cellspacing="0" cellpadding="0" width="100%">
6: <tr>
7: <td valign="top" class="small" nowrap="nowrap"><% site.sysmgr_count what="stories" suffix=" stories<br />" %>
8: <% site.sysmgr_count what="comments" suffix=" comments<br />" %>
9: <% site.sysmgr_count what="images" suffix=" images<br />" %>
10: <% site.sysmgr_count what="files" suffix=" files<br />" %></td>
11: <td><table>
12: <tr>
13: <td class="small">trusted:</td>
14: <td><% site.sysmgr_trusted as="editor" %></td>
15: </tr>
16: <tr>
17: <td class="small">blocked:</td>
18: <td><% site.sysmgr_blocked as="editor" %></td>
19: </tr>
20: <tr>
21: <td class="small"></td>
22: <td><% input type="submit" name="save" value="save" %> <% input type="submit" name="cancel" value="cancel" %></td>
23: </tr>
24: </table></td>
25: </tr>
26: </table>
27: </form>
28:
|