Move the menus into the footer.
[cocanwiki.git] / templates / delete_user_form.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Delete user: ::username_html::</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 <link rel="stylesheet" href="/_css/users.css" type="text/css" title="Standard"/>
9 </head><body>
10
11 <h1>Delete user: ::username_html::</h1>
12
13 <p>
14 Are you sure you want to delete this user?
15 </p>
16
17 <table id="edit_user">
18 <tr>
19 <th> Username: </th>
20 <td> ::username_html:: </td>
21 </tr>
22 <tr>
23 <th> Email: </th>
24 <td> ::email_html:: </td>
25 </tr>
26 </table>
27
28 <form method="post" action="/_bin/delete_user.cmo">
29 <input type="hidden" name="userid" value="::userid::"/>
30 <input type="submit" name="delete" value="   Delete this user   "/>
31 <input type="submit" name="cancel" value="   Cancel   "/>
32 </form>
33
34 ::include(footer.html)::
35 </body>
36 </html>