source: trunk/templates/edgroup.tmpl@ 493

Last change on this file since 493 was 493, checked in by Kris Deugau, 11 years ago

/trunk

Overhaul session handling; pure URL-based sessions are subject to
copy-paste session-stealing. Convert to cookie-based session tracking
instead. This also provides bonuses in terms of inlinks from other
utilities or copy-paste links.
While session-handling was in pieces, add "pick-up-where-I-left-off"
login handling so that logins don't always end up only on the initial
domain list. This is especially handy for copy-paste links.

Also clean up some of the docucomments, use the CGI::Simple object to
do 302 redirects, and bring the revzone default sort field setup into
line with other thing-lists.

File size: 963 bytes
Line 
1<table class="wholepage"><tr>
2<TMPL_INCLUDE NAME="menu.tmpl">
3
4<td align="center" valign="top">
5
6<form action="<TMPL_VAR NAME=script_self>" method="post">
7<fieldset>
8<input type="hidden" name="page" value="edgroup" />
9<input type="hidden" name="grpaction" value="updperms" />
10<input type="hidden" name="gid" value="<TMPL_VAR NAME=gid>" />
11
12<table class="border" border="0" cellspacing="5" cellpadding="0">
13<TMPL_IF errmsg><tr>
14 <td class="errhead" colspan="4">Error updating group <TMPL_VAR NAME=grpmeddle>: <TMPL_VAR NAME=errmsg></td>
15</tr></TMPL_IF>
16<tr>
17 <th align="center" colspan="5">Default permissions for group <TMPL_VAR NAME=grpmeddle></th>
18</tr>
19<tr>
20 <td align="center" colspan="5" class="border">By default, users of this group will inherit the following privileges:</td>
21</tr>
22<TMPL_INCLUDE name="permlist.tmpl">
23<tr>
24 <td colspan="6" align="center"><input type="submit" value="edit" /></td>
25</tr>
26</table>
27
28</fieldset>
29</form>
30
31</td>
32</tr>
33</table>
Note: See TracBrowser for help on using the repository browser.