32 lines
1.3 KiB
Text
32 lines
1.3 KiB
Text
<form method="post" action="<% response.action %>#<% request.item %>">
|
|
<input type="hidden" name="item" value="<% request.item %>">
|
|
<input type="hidden" name="page" value="<% request.page %>">
|
|
<tr>
|
|
<td class="small" valign="top" nowrap="nowrap"><% this.sysmgr_count what="stories" suffix=" stories<br />" %>
|
|
<% this.sysmgr_count what="comments" suffix=" comments<br />" %>
|
|
<% this.sysmgr_count what="images" suffix=" images<br />" %>
|
|
<% this.sysmgr_count what="goodies" suffix=" goodies<br />" %></td>
|
|
<td width=10 nowrap="nowrap"><% image name="/pixel" width=10 %></td>
|
|
<td colspan=2 nowrap="nowrap"><table border=0 class="highlight">
|
|
<tr>
|
|
<td nowrap="nowrap">sysadmin:</td>
|
|
<td nowrap="nowrap"><% this.sysmgr_sysadmin as="editor" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap">trusted:</td>
|
|
<td nowrap="nowrap"><% this.sysmgr_trusted as="editor" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap">blocked:</td>
|
|
<td nowrap="nowrap"><% this.sysmgr_blocked as="editor" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap"></td>
|
|
<td nowrap="nowrap"><% this.input type="button" name="save" value="save" %> <% this.input type="button" name="cancel" value="cancel" %></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan=4 height=5 nowrap="nowrap"></td>
|
|
</tr>
|
|
</form>
|