source: trunk/templates/deluser.tmpl@ 39

Last change on this file since 39 was 39, checked in by Kris Deugau, 14 years ago

/trunk

XHTML strict, pass 2
fixed up a collection of things found to be broken (mostly relating to hardcoded group bits)
added a collection of notes-to-self to notes

File size: 495 bytes
Line 
1<TMPL_IF del_getconf>
2<table class="wholepage"><tr>
3<TMPL_INCLUDE NAME="menu.tmpl">
4
5<td align="center">
6<h3>Are you really sure you want to delete user <TMPL_VAR NAME=user>?</h3>
7<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=deluser&amp;del=cancel&amp;id=<TMPL_VAR NAME=id>">cancel</a> &nbsp; | &nbsp; <a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=deluser&amp;del=ok&amp;id=<TMPL_VAR NAME=id>">confirm</a>
8</td></tr></table>
9
10<TMPL_ELSE>
11<TMPL_INCLUDE NAME="useradmin.tmpl">
12</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.