source: branches/stable/templates/delrevzone.tmpl@ 545

Last change on this file since 545 was 545, checked in by Kris Deugau, 10 years ago

/branches/stable

Merge reverse DNS and location work; 2 of mumble

Numerous conflicts due to hand-copy or partial merges

File size: 524 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>&amp;page=delrevzone&amp;del=cancel&amp;id=<TMPL_VAR NAME=id>">cancel</a> &nbsp; | &nbsp; <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=delrevzone&amp;del=ok&amp;id=<TMPL_VAR NAME=id>">confirm</a>
8</td></tr></table>
9
10<TMPL_ELSE>
11<TMPL_INCLUDE NAME="revzones.tmpl">
12</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.