About to remove the links_to constraint from the links table.
[cocanwiki.git] / templates / change_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>Change your password</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 </head><body>
8
9 <h1>Change your password</h1>
10
11 <form method="post" action="change_password.cmo">
12 <table class="left_table">
13 <tr>
14 <th> Old password: </th>
15 <td> <input type="password" name="old_password" value="" /> </td>
16 </tr>
17 <tr>
18 <th> New password: </th>
19 <td> <input type="password" name="password1" value="" /> </td>
20 </tr>
21 <tr>
22 <th> New password again: </th>
23 <td> <input type="password" name="password2" value="" /> </td>
24 </tr>
25 <tr>
26 <td></td>
27 <td> <input type="submit" value="   Change password   " /> </td>
28 </tr>
29 </table>
30 </form>
31
32 <ul id="topmenu" class="menu">
33 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
34 <li> <a href="/_sitemap">Sitemap</a> </li>
35 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
36 </ul>
37
38 <div id="menu_div">
39 <ul id="bottommenu" class="menu">
40 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
41 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
42 ::end::
43 <li> <a href="/_sitemap">Sitemap</a> </li>
44 </ul>
45 </div>
46
47 <div id="footer_div">
48 <hr/>
49
50 <ul id="footer" class="menu">
51 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
52 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
53 </ul>
54 </div>
55
56 </body>
57 </html>