+csv dep for PG'OCaml.
[cocanwiki.git] / templates / login_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>Create an account or log in</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>Create an account or log in</span></h1>
16
17 <h2>Existing users log in</h2>
18
19 <form method="post" action="/_bin/login.cmo">
20 ::if(has_redirect)::<input type="hidden" name="redirect" value="::redirect_html_tag::"/>::end::
21 <table class="create">
22
23 <tr>
24 <th> Username: </th>
25 <td> <input name="username" value="::username_html_tag::" size="32"/> </td>
26 </tr>
27
28 <tr>
29 <th> Password: </th>
30 <td> <input type="password" name="password" value="" size="32"/> </td>
31 </tr>
32
33 <tr>
34 <th> </th>
35 <td> <input type="checkbox" name="permanent" value="1" checked="checked" id="permanent"/><label for="permanent">Keep me logged in on this computer.</label> </td>
36 </tr>
37
38 <tr>
39 <th> </th>
40 <td> <input type="submit" value="     Login     " /> </td>
41 </tr>
42
43 </table>
44 </form>
45
46 <p>
47 <a href="/_bin/forgot_password_form.cmo">Forgotten your password?</a>
48 </p>
49
50 ::if(create_account_anon)::
51
52 <h2>Create an account</h2>
53
54 <form method="post" action="/_bin/signup.cmo">
55 <table class="create">
56
57 <tr>
58 <th> Username: </th>
59 <td> <input name="username" value="" size="32" maxlength="32"/> </td>
60 </tr>
61
62 <tr>
63 <th> Password: </th>
64 <td> <input type="password" name="password1" value="" size="32" maxlength="32"/> </td>
65 </tr>
66
67 <tr>
68 <th> Password again: </th>
69 <td> <input type="password" name="password2" value="" size="32" maxlength="32"/> </td>
70 </tr>
71
72 <tr>
73 <th> Email address: </th>
74 <td> <input name="email" value="" size="50" /> </td>
75 </tr>
76
77 <tr>
78 <th> </th>
79 <td> <input type="submit" value="     Create account     " /> </td>
80 </tr>
81
82 </table>
83 </form>
84
85 ::else::
86
87 <p>
88 This site is only available for use to registered members.  If you
89 believe that you should be a member of this site, please contact the
90 administrator with your email address and reason for joining.
91 </p>
92
93 ::end::
94
95 ::include(footer.html)::
96 </body>
97 </html>