Last change
on this file since 548 was 493, checked in by Kris Deugau, 12 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
|
Rev | Line | |
---|
[65] | 1 | <table class="wholepage"><tr>
|
---|
| 2 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
| 3 |
|
---|
[100] | 4 | <td align="center" valign="top">
|
---|
[65] | 5 |
|
---|
[493] | 6 | <form action="<TMPL_VAR NAME=script_self>" method="post">
|
---|
[65] | 7 | <fieldset>
|
---|
| 8 | <input type="hidden" name="page" value="edgroup" />
|
---|
[207] | 9 | <input type="hidden" name="grpaction" value="updperms" />
|
---|
[65] | 10 | <input type="hidden" name="gid" value="<TMPL_VAR NAME=gid>" />
|
---|
| 11 |
|
---|
| 12 | <table class="border" border="0" cellspacing="5" cellpadding="0">
|
---|
[66] | 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>
|
---|
[65] | 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>
|
---|
[66] | 22 | <TMPL_INCLUDE name="permlist.tmpl">
|
---|
[65] | 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.