Correct link to central admin.
[cocanwiki.git] / templates / login_form.html
index 534ca6a..92f7cd8 100644 (file)
@@ -4,7 +4,7 @@
 <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/" />
-<link rel="stylesheet" href="/_css/standard.css" type="text/css" title="Standard"/>
+<link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
 <link rel="stylesheet" href="/_css/login.css" type="text/css" title="Standard"/>
 </head><body>
 
@@ -47,7 +47,7 @@
 
 ::if(create_account_anon)::
 
-<form method="post" action="/_bin/create_account.cmo">
+<form method="post" action="/_bin/signup.cmo">
 <table class="create">
 
 <tr>
 
 <tr>
 <th> Password: </th>
-<td> <input type="password" name="password" value="" size="32" maxlength="32"/> </td>
+<td> <input type="password" name="password1" value="" size="32" maxlength="32"/> </td>
 </tr>
 
 <tr>
 <th> Password again: </th>
-<td> <input type="password" name="password" value="" size="32" maxlength="32"/> </td>
+<td> <input type="password" name="password2" value="" size="32" maxlength="32"/> </td>
 </tr>
 
 <tr>
@@ -90,21 +90,23 @@ account for you.
 ::end::
 
 <ul id="topmenu" class="menu">
-<li> <a href="/">Home&nbsp;page</a> | </li>
-<li> <a href="/_sitemap">Sitemap</a> </li>
+<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>
 
 <ul id="bottommenu" class="menu">
-<li> <a href="/">Home&nbsp;page</a> | </li>
-<li> <a href="/_sitemap">Sitemap</a> | </li>
-<li> <a href="/_recent">Recent&nbsp;changes</a> </li>
+<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>
 
 <hr/>
 
 <ul id="footer" class="menu">
-<li> <a href="/copyright">Copyright &copy; 2004</a> </li>
+<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>
 
 </body>