source: trunk/templates/soadata.tmpl@ 39

Last change on this file since 39 was 39, checked in by Kris Deugau, 14 years ago

/trunk

XHTML strict, pass 2
fixed up a collection of things found to be broken (mostly relating to hardcoded group bits)
added a collection of notes-to-self to notes

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 <td align="right"><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=editsoa&amp;id=<TMPL_VAR NAME=id>&amp;recid=<TMPL_VAR NAME=recid>&amp;defrec=<TMPL_VAR NAME=defrec>">edit</a></td>
5</tr>
6</table>
7
8<table id="soadetail" width="100%">
9<tr class="datalinelight">
10 <td>Contact address:</td>
11 <td><TMPL_VAR NAME=contact></td>
12 <td>Primary Nameserver:</td>
13 <td><TMPL_VAR NAME=prins></td>
14</tr>
15<tr class="datalinelight">
16 <td>Serial Number:</td>
17 <td><TMPL_VAR NAME=serial></td>
18 <td>Refresh:</td>
19 <td><TMPL_VAR NAME=refresh></td>
20</tr>
21<tr class="datalinelight">
22 <td>Retry:</td>
23 <td><TMPL_VAR NAME=retry></td>
24 <td>Expiration:</td>
25 <td><TMPL_VAR NAME=expire></td>
26</tr>
27<tr class="datalinelight">
28 <td>Minimum TTL:</td>
29 <td><TMPL_VAR NAME=minttl></td>
30 <td>Default TTL:</td>
31 <td><TMPL_VAR NAME=ttl></td>
32</tr>
33</table>
Note: See TracBrowser for help on using the repository browser.