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