source: branches/stable/templates/delrec.tmpl@ 548

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

/branches/stable

Merge reverse DNS work and object conversion from /trunk, part 5

Includes changes through r543 with a few more minor conflicts.

File size: 763 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 record:<br />
7<TMPL_VAR NAME=host> <TMPL_VAR NAME=ftype> <TMPL_VAR NAME=recval></h3>
8<a href="<TMPL_VAR NAME=script_self>&amp;page=delrec&amp;del=cancel&amp;id=<TMPL_VAR NAME=id>&amp;defrec=<TMPL_VAR NAME=defrec>&amp;revrec=<TMPL_VAR NAME=revrec>&amp;parentid=<TMPL_VAR NAME=parentid>">cancel</a>
9 &nbsp; | &nbsp;
10<a href="<TMPL_VAR NAME=script_self>&amp;page=delrec&amp;del=ok&amp;id=<TMPL_VAR NAME=id>&amp;defrec=<TMPL_VAR NAME=defrec>&amp;revrec=<TMPL_VAR NAME=revrec>&amp;parentid=<TMPL_VAR NAME=parentid>">confirm</a>
11</td></tr></table>
12
13<TMPL_ELSE>
14<TMPL_INCLUDE NAME="reclist.tmpl">
15</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.