Global settings display.
[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="robots" content="noindex,nofollow"/>
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 <link rel="stylesheet" href="/_css/users.css" type="text/css" title="Standard"/>
9 </head><body>
10
11 <h1>Set password for this user</h1>
12
13 <form method="post" action="/_bin/set_password.cmo">
14 <input type="hidden" name="userid" value="::userid::"/>
15 <table id="edit_user">
16 <tr>
17 <th> Username: </th>
18
19 <td> ::username_html:: </td>
20 </tr>
21
22 <tr>
23 <th> Password: </th>
24 <td> <input type="password" name="password1" value="" size="32"/> </td>
25 </tr>
26
27 <tr>
28 <th> Password&nbsp;again: </th>
29 <td> <input type="password" name="password2" value="" size="32"/> </td>
30 </tr>
31
32 <tr>
33 <td></td>
34 <td> <input type="submit" value="  Set password  " /> </td>
35 </tr>
36
37 </table>
38 </form>
39
40 <ul id="topmenu" class="menu">
41 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
42 <li> <a href="/_sitemap">Sitemap</a> </li>
43 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
44 </ul>
45
46 <div id="menu_div">
47 <ul id="bottommenu" class="menu">
48 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
49 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
50 ::end::
51 <li> <a href="/_sitemap">Sitemap</a> </li>
52 </ul>
53 </div>
54
55 <div id="footer_div">
56 <hr/>
57
58 <ul id="footer" class="menu">
59 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
60 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
61 </ul>
62 </div>
63
64 </body>
65 </html>