Editable site menu.
[cocanwiki.git] / templates / login_form.html
index 534ca6a..c66eeb0 100644 (file)
@@ -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,14 +90,14 @@ 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 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>