Move the menus into the footer.
[cocanwiki.git] / templates / users.html
index 983e386..420f5cb 100644 (file)
@@ -4,13 +4,15 @@
 <title>Users</title>
 <meta name="author" content="http://www.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"/>
 <link rel="stylesheet" href="/_css/users.css" type="text/css" title="Standard"/>
 </head><body>
 
 <h1>Users</h1>
 
 <ul class="menu">
-<li class="first"><a href="/_bin/create_user_form.cmo">Create a user account</a></li>
+<li class="first"><a href="/_bin/invite_user_form.cmo">Invite someone to join</a></li>
+<li><a href="/_bin/create_user_form.cmo">Create a user account</a></li>
 </ul>
 
 <table id="users">
@@ -18,7 +20,7 @@
 <th rowspan="2"> Username </th>
 <th rowspan="2"> Email address </th>
 <th rowspan="2"> Registration </th>
-<th colspan="5"> Permissions </th>
+<th colspan="6"> Permissions </th>
 </tr>
 <tr>
 <th> Edit </th>
@@ -26,6 +28,7 @@
 <th> Manage contacts </th>
 <th> Manage site </th>
 <th> Edit global stylesheet </th>
+<th> Import mail </th>
 </tr>
 
 ::table(users)::
@@ -38,6 +41,7 @@
 <td> ::if(can_manage_contacts)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage contacts"/>::end:: </td>
 <td> ::if(can_manage_site)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage site"/>::end:: </td>
 <td> ::if(can_edit_global_css)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit global stylesheet"/>::end:: </td>
+<td> ::if(can_import_mail)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can import mail"/>::end:: </td>
 </tr>
 ::end::
 
@@ -122,31 +126,17 @@ the look and feel of the site across all pages.
 
 </dd>
 
-</dl>
-
-<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>
+<dt> <strong>Import mail</strong> </dt>
+<dd>
 
-<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>
+<p>
+If set, user may import e-mail.
+</p>
 
-<div id="footer_div">
-<hr/>
+</dd>
 
-<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>
+</dl>
 
+::include(footer.html)::
 </body>
 </html>
\ No newline at end of file