Last change
on this file since 22 was 3, checked in by Kris Deugau, 15 years ago |
/trunk
Checkpoint
Continued development to reach ~ VegaDNS equivalence
|
File size:
713 bytes
|
Rev | Line | |
---|
[2] | 1 | <TMPL_IF del_getconf>
|
---|
| 2 | <table class="wholepage"><tr>
|
---|
| 3 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
| 4 |
|
---|
| 5 | <td align="center">
|
---|
[3] | 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>
|
---|
[2] | 8 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrec&del=cancel&id=<TMPL_VAR NAME=id>&defrec=<TMPL_VAR NAME=defrec>">cancel</a> | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=delrec&del=ok&id=<TMPL_VAR NAME=id>&defrec=<TMPL_VAR NAME=defrec>">confirm</a>
|
---|
| 9 | </td></tr></table>
|
---|
| 10 |
|
---|
| 11 | <TMPL_ELSE>
|
---|
| 12 | <TMPL_IF del_failed>
|
---|
[3] | 13 | <!-- Need to find failure mode to cause/test this -->
|
---|
| 14 | <h1>FOO!</h1>
|
---|
| 15 | <TMPL_VAR NAME=errmsg>
|
---|
[2] | 16 | <TMPL_ELSE>
|
---|
| 17 | <TMPL_INCLUDE NAME="reclist.tmpl">
|
---|
| 18 | </TMPL_IF>
|
---|
| 19 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.