+csv dep for PG'OCaml.
[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://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 ::if(has_host_css)::<link rel="stylesheet" href="/_global.css" type="text/css" title="Standard"/>::end::::if(has_ie6_fixes_css)::
10 <!--[if ie 6]><link rel="stylesheet" href="/_ie6_fixes.css" type="text/css" title="Standard"/><![endif]-->::end::::if(has_ie7_fixes_css)::
11 <!--[if ie 7]><link rel="stylesheet" href="/_ie7_fixes.css" type="text/css" title="Standard"/><![endif]-->::end::
12 <link rel="stylesheet" href="/_css/login.css" type="text/css" title="Standard"/>
13 </head><body>
14
15 <h1><span>Forgotten your password?</span></h1>
16
17 <p>
18 Type in your username or your email address.  If we have a matching
19 username or email address on record, we will email you your password.
20 </p>
21
22 <form method="post" action="/_bin/forgot_password.cmo">
23 <table class="create">
24
25 <tr>
26 <th> Username or email address: </th>
27 <td> <input name="name" value="" size="32" /> </td>
28 </tr>
29
30 <tr>
31 <th></th>
32 <td> <input type="submit" value="Send me my password" /> </td>
33 </tr>
34
35 </table>
36 </form>
37
38 ::include(footer.html)::
39 </body>
40 </html>