Added the navigation box (see email).
[cocanwiki.git] / templates / set_password_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>Set password for this user</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>Set password for this user</h1>
11
12 <form method="post" action="/_bin/set_password.cmo">
13 <input type="hidden" name="userid" value="::userid::"/>
14 <table id="edit_user">
15 <tr>
16 <th> Username: </th>
17
18 <td> ::username_html:: </td>
19 </tr>
20
21 <tr>
22 <th> Password: </th>
23 <td> <input type="password" name="password1" value="" size="32"/> </td>
24 </tr>
25
26 <tr>
27 <th> Password&nbsp;again: </th>
28 <td> <input type="password" name="password2" value="" size="32"/> </td>
29 </tr>
30
31 <tr>
32 <td></td>
33 <td> <input type="submit" value="  Set password  " /> </td>
34 </tr>
35
36 </table>
37 </form>
38
39 <ul id="topmenu" class="menu">
40 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
41 <li> <a href="/_sitemap">Sitemap</a> </li>
42 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
43 </ul>
44
45 <div id="menu_div">
46 <ul id="bottommenu" class="menu">
47 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
48 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
49 ::end::
50 <li> <a href="/_sitemap">Sitemap</a> </li>
51 </ul>
52 </div>
53
54 <div id="footer_div">
55 <hr/>
56
57 <ul id="footer" class="menu">
58 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
59 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
60 </ul>
61 </div>
62
63 </body>
64 </html>