Recent changes is now page-based, making it work much faster when
[cocanwiki.git] / templates / forgot_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>Forgotten your password?</title>
5 <meta name="description" content="Log in to this site for extra features." />
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="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
9 <link rel="stylesheet" href="/_css/login.css" type="text/css" title="Standard"/>
10 </head><body>
11
12 <h1>Forgotten your password?</h1>
13
14 <p>
15 Type in your username or your email address.  If we have a matching
16 username or email address on record, we will email you your password.
17 </p>
18
19 <form method="post" action="/_bin/forgot_password.cmo">
20 <table class="create">
21
22 <tr>
23 <th> Username or email address: </th>
24 <td> <input name="name" value="" size="32" /> </td>
25 </tr>
26
27 <tr>
28 <th></th>
29 <td> <input type="submit" value="Send me my password" /> </td>
30 </tr>
31
32 </table>
33 </form>
34
35 <ul id="topmenu" class="menu">
36 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
37 <li> <a href="/_sitemap">Sitemap</a> </li>
38 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
39 </ul>
40
41 <div id="menu_div">
42 <ul id="bottommenu" class="menu">
43 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
44 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
45 ::end::
46 <li> <a href="/_sitemap">Sitemap</a> </li>
47 </ul>
48 </div>
49
50 <div id="footer_div">
51 <hr/>
52
53 <ul id="footer" class="menu">
54 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
55 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
56 </ul>
57 </div>
58
59 </body>
60 </html>