Last change
on this file since 446 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:
509 bytes
|
Rev | Line | |
---|
[28] | 1 | <TMPL_IF del_getconf>
|
---|
| 2 | <table class="wholepage"><tr>
|
---|
| 3 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
| 4 |
|
---|
[100] | 5 | <td align="center" valign="top">
|
---|
[38] | 6 | <h3>Are you really sure you want to delete user <TMPL_VAR NAME=user>?</h3>
|
---|
[427] | 7 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=deluser&del=cancel&id=<TMPL_VAR NAME=id>">cancel</a> |
|
---|
| 8 | <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&page=deluser&del=ok&id=<TMPL_VAR NAME=id>">confirm</a>
|
---|
[28] | 9 | </td></tr></table>
|
---|
| 10 |
|
---|
| 11 | <TMPL_ELSE>
|
---|
[39] | 12 | <TMPL_INCLUDE NAME="useradmin.tmpl">
|
---|
[28] | 13 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.