source: trunk/templates/badpage.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: 286 bytes
Line 
1<div id="badpage">
2<TMPL_IF badpage>
3Bad page requested:
4<div class="errmsg">
5<TMPL_VAR NAME=badpage>
6</div>
7Press the 'Back' button on your browser to continue.
8</TMPL_IF>
9<TMPL_IF badtemplate>
10Template error:
11<div class="warnmsg">
12<TMPL_VAR NAME=badtemplate>
13</div>
14</TMPL_IF>
15</div>
Note: See TracBrowser for help on using the repository browser.