+csv dep for PG'OCaml.
[cocanwiki.git] / templates / login_form.html
index d8f5da1..e8dce7b 100644 (file)
@@ -3,12 +3,16 @@
 <head>
 <title>Create an account or log in</title>
 <meta name="description" content="Log in to this site for extra features." />
-<meta name="author" content="http://www.merjis.com/" />
+<meta name="author" content="http://merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
+<link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
+::if(has_host_css)::<link rel="stylesheet" href="/_global.css" type="text/css" title="Standard"/>::end::::if(has_ie6_fixes_css)::
+<!--[if ie 6]><link rel="stylesheet" href="/_ie6_fixes.css" type="text/css" title="Standard"/><![endif]-->::end::::if(has_ie7_fixes_css)::
+<!--[if ie 7]><link rel="stylesheet" href="/_ie7_fixes.css" type="text/css" title="Standard"/><![endif]-->::end::
 <link rel="stylesheet" href="/_css/login.css" type="text/css" title="Standard"/>
 </head><body>
 
-<h1>Create an account or log in</h1>
+<h1><span>Create an account or log in</span></h1>
 
 <h2>Existing users log in</h2>
 
@@ -18,7 +22,7 @@
 
 <tr>
 <th> Username: </th>
-<td> <input name="username" value="" size="32"/> </td>
+<td> <input name="username" value="::username_html_tag::" size="32"/> </td>
 </tr>
 
 <tr>
 <a href="/_bin/forgot_password_form.cmo">Forgotten your password?</a>
 </p>
 
-<h2>Create an account</h2>
-
 ::if(create_account_anon)::
 
+<h2>Create an account</h2>
+
 <form method="post" action="/_bin/signup.cmo">
 <table class="create">
 
 ::else::
 
 <p>
-Sorry, but the administrator of this site has stopped
-people from anonymously creating accounts.  You will have
-to contact the administrator and ask them to create an
-account for you.
+This site is only available for use to registered members.  If you
+believe that you should be a member of this site, please contact the
+administrator with your email address and reason for joining.
 </p>
 
 ::end::
 
-<ul id="topmenu" class="menu">
-<li class="first"> <a href="/">Home&nbsp;page</a> </li>
-<li> <a href="/_sitemap">Sitemap</a> </li>
-<li> <a href="/_recent">Recent&nbsp;changes</a> </li>
-</ul>
-
-<div id="menu_div">
-<ul id="bottommenu" class="menu">
-<li class="first"> <a href="/">Home&nbsp;page</a> </li>
-::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
-::end::
-<li> <a href="/_sitemap">Sitemap</a> </li>
-</ul>
-</div>
-
-<div id="footer_div">
-<hr/>
-
-<ul id="footer" class="menu">
-<li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
-<li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
-</ul>
-</div>
-
+::include(footer.html)::
 </body>
 </html>
\ No newline at end of file