User/sysmgr_edit.skin
general parameters used in this skin:
  • request.item
  • request.page
  • response.action

Sourcecode in User/sysmgr_edit.skin:
1:   <form method="post" action="<% response.action %>#<% request.item %>">
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 class="small" valign="top" nowrap="nowrap"><% user.sysmgr_count what="stories" suffix="&nbsp;stories" %><% user.sysmgr_lastitems what="stories" prefix=": " %><br />
8:   <% user.sysmgr_count what="comments" suffix="&nbsp;comments" %><% user.sysmgr_lastitems what="comments" prefix=": " %><br />
9:   <% user.sysmgr_count what="images" suffix="&nbsp;images" %><% user.sysmgr_lastitems what="images" prefix=": " %><br />
10:  <% user.sysmgr_count what="files" suffix="&nbsp;files" %><% user.sysmgr_lastitems what="files" prefix=": " %><br /></td>
11:  <td><table>
12:     <tr>
13:     <td class="small">sysadmin:</td>
14:     <td><% user.sysmgr_sysadmin as="editor" %></td>
15:     </tr>
16:     <tr>
17:     <td class="small">trusted:</td>
18:     <td><% user.sysmgr_trusted as="editor" %></td>
19:     </tr>
20:     <tr>
21:     <td class="small">blocked:</td>
22:     <td><% user.sysmgr_blocked as="editor" %></td>
23:     </tr>
24:     <tr>
25:     <td class="small"></td>
26:     <td><% input type="submit" name="save" value="Save" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></td>
27:     </tr>
28:     </table></td>
29:  </tr>
30:  </table>
31:  
32:  </form>
33: