Last change
on this file since 846 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:
1.1 KB
|
Rev | Line | |
---|
[39] | 1 | <table id="soahead" border="0" cellspacing="2" cellpadding="1" width="100%">
|
---|
[2] | 2 | <tr class="darkrowheader">
|
---|
[39] | 3 | <td align="left">SOA:</td>
|
---|
[111] | 4 | <TMPL_IF mayeditsoa>
|
---|
[493] | 5 | <td align="right"><a href="<TMPL_VAR NAME=script_self>&page=editsoa&id=<TMPL_VAR NAME=id>&defrec=<TMPL_VAR NAME=defrec>&revrec=<TMPL_VAR NAME=revrec>">edit</a></td></TMPL_IF>
|
---|
[2] | 6 | </tr>
|
---|
| 7 | </table>
|
---|
| 8 |
|
---|
[39] | 9 | <table id="soadetail" width="100%">
|
---|
[2] | 10 | <tr class="datalinelight">
|
---|
[38] | 11 | <td>Contact address:</td>
|
---|
| 12 | <td><TMPL_VAR NAME=contact></td>
|
---|
| 13 | <td>Primary Nameserver:</td>
|
---|
| 14 | <td><TMPL_VAR NAME=prins></td>
|
---|
[2] | 15 | </tr>
|
---|
| 16 | <tr class="datalinelight">
|
---|
[38] | 17 | <td>Serial Number:</td>
|
---|
| 18 | <td><TMPL_VAR NAME=serial></td>
|
---|
| 19 | <td>Refresh:</td>
|
---|
| 20 | <td><TMPL_VAR NAME=refresh></td>
|
---|
[2] | 21 | </tr>
|
---|
| 22 | <tr class="datalinelight">
|
---|
[38] | 23 | <td>Retry:</td>
|
---|
| 24 | <td><TMPL_VAR NAME=retry></td>
|
---|
| 25 | <td>Expiration:</td>
|
---|
| 26 | <td><TMPL_VAR NAME=expire></td>
|
---|
[2] | 27 | </tr>
|
---|
| 28 | <tr class="datalinelight">
|
---|
[38] | 29 | <td>Minimum TTL:</td>
|
---|
| 30 | <td><TMPL_VAR NAME=minttl></td>
|
---|
| 31 | <td>Default TTL:</td>
|
---|
| 32 | <td><TMPL_VAR NAME=ttl></td>
|
---|
[2] | 33 | </tr>
|
---|
| 34 | </table>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.