Pipe menus using CSS, modelled after this ALA article:
[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="/_css/standard.css" type="text/css" title="Standard"/>
8 <link rel="stylesheet" href="/_css/login.css" type="text/css" title="Standard"/>
9 </head><body>
10
11 <h1>Forgotten your password?</h1>
12
13 <p>
14 Type in your username or your email address.  If we have a matching
15 username or email address on record, we will email you your password.
16 </p>
17
18 <form method="post" action="/_bin/forgot_password.cmo">
19 <table class="create">
20
21 <tr>
22 <th> Username or email address: </th>
23 <td> <input name="name" value="" size="32" /> </td>
24 </tr>
25
26 <tr>
27 <th></th>
28 <td> <input type="submit" value="Send me my password" /> </td>
29 </tr>
30
31 </table>
32 </form>
33
34 <ul id="topmenu" class="menu">
35 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
36 <li> <a href="/_sitemap">Sitemap</a> </li>
37 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
38 </ul>
39
40 <ul id="bottommenu" 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 <hr/>
47
48 <ul id="footer" class="menu">
49 <li> <a href="/copyright">Copyright &copy; 2004</a> </li>
50 </ul>
51
52 </body>
53 </html>