Last change
on this file since 479 was 427, checked in by Kris Deugau, 12 years ago |
/trunk
Add location delete template, tweak link for location delete in
location list. See #10.
Normalize delete templates to be closer to identical.
Add revzone delete template to Makefile file list.
|
File size:
525 bytes
|
Line | |
---|
1 | <TMPL_IF del_getconf>
|
---|
2 | <table class="wholepage"><tr>
|
---|
3 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
4 |
|
---|
5 | <td align="center" valign="top">
|
---|
6 | <h3>Are you really sure you want to delete reverse zone <TMPL_VAR NAME=revzone>?</h3>
|
---|
7 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrevzone&del=cancel&id=<TMPL_VAR NAME=id>">cancel</a> |
|
---|
8 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrevzone&del=ok&id=<TMPL_VAR NAME=id>">confirm</a>
|
---|
9 | </td></tr></table>
|
---|
10 |
|
---|
11 | <TMPL_ELSE>
|
---|
12 | <TMPL_INCLUDE NAME="revzones.tmpl">
|
---|
13 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.