Last change
on this file since 432 was 162, checked in by Kris Deugau, 13 years ago |
/trunk
Add scope checks - domain add/delete
Tweak scope check on record list
Add scope checks on editsoa/updatesoa pages
Clean up SQL with bind parameters for SOA update
Properly log SOA changes
Move AXFR scope check where it will actually have something to trigger on
Drop a handful of stale ##work/##fixme comments
Tweak SOA data template - remove recid from edit link. It's only
used on the actual update, and should be used as a data-validation
check Any Day Real Soon Now(TM)
|
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="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=editsoa&id=<TMPL_VAR NAME=id>&defrec=<TMPL_VAR NAME=defrec>">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.