Added styling to some pages which previously were "outside" the site
[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 ::if(has_host_css)::<link rel="stylesheet" href="/_global.css" type="text/css" title="Standard"/>::end::
10 <link rel="stylesheet" href="/_css/login.css" type="text/css" title="Standard"/>
11 </head><body>
12
13 <h1><span>Forgotten your password?</span></h1>
14
15 <p>
16 Type in your username or your email address.  If we have a matching
17 username or email address on record, we will email you your password.
18 </p>
19
20 <form method="post" action="/_bin/forgot_password.cmo">
21 <table class="create">
22
23 <tr>
24 <th> Username or email address: </th>
25 <td> <input name="name" value="" size="32" /> </td>
26 </tr>
27
28 <tr>
29 <th></th>
30 <td> <input type="submit" value="Send me my password" /> </td>
31 </tr>
32
33 </table>
34 </form>
35
36 ::include(footer.html)::
37 </body>
38 </html>