The "robots noindex" directive crept into a lot of pages where it
[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="stylesheet" href="/_css/users.css" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>Delete user: ::username_html::</h1>
11
12 <p>
13 Are you sure you want to delete this user?
14 </p>
15
16 <table id="edit_user">
17 <tr>
18 <th> Username: </th>
19 <td> ::username_html:: </td>
20 </tr>
21 <tr>
22 <th> Email: </th>
23 <td> ::email_html:: </td>
24 </tr>
25 </table>
26
27 <form method="post" action="/_bin/delete_user.cmo">
28 <input type="hidden" name="userid" value="::userid::"/>
29 <input type="submit" name="delete" value="   Delete this user   "/>
30 <input type="submit" name="cancel" value="   Cancel   "/>
31 </form>
32
33 <ul id="topmenu" class="menu">
34 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
35 <li> <a href="/_sitemap">Sitemap</a> </li>
36 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
37 </ul>
38
39 <div id="menu_div">
40 <ul id="bottommenu" class="menu">
41 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
42 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
43 ::end::
44 <li> <a href="/_sitemap">Sitemap</a> </li>
45 </ul>
46 </div>
47
48 <div id="footer_div">
49 <hr/>
50
51 <ul id="footer" class="menu">
52 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
53 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
54 </ul>
55 </div>
56
57 </body>
58 </html>