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:
505 bytes
|
Rev | Line | |
---|
[21] | 1 | <TMPL_IF del_getconf>
|
---|
| 2 | <table class="wholepage"><tr>
|
---|
| 3 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
| 4 |
|
---|
[100] | 5 | <td align="center" valign="top">
|
---|
[23] | 6 | <h3>Are you really sure you want to delete group <TMPL_VAR NAME=delgroupname>?</h3>
|
---|
[493] | 7 | <a href="<TMPL_VAR NAME=script_self>&page=delgrp&del=cancel&id=<TMPL_VAR NAME=id>">cancel</a> |
|
---|
| 8 | <a href="<TMPL_VAR NAME=script_self>&page=delgrp&del=ok&id=<TMPL_VAR NAME=id>">confirm</a>
|
---|
[21] | 9 | </td></tr></table>
|
---|
| 10 |
|
---|
| 11 | <TMPL_ELSE>
|
---|
[39] | 12 | <TMPL_INCLUDE NAME="grpman.tmpl">
|
---|
[21] | 13 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.