BIG, experimental patch.
[cocanwiki.git] / templates / users.html
index 6a6e8aa..bc0d823 100644 (file)
 <th rowspan="2"> Username </th>
 <th rowspan="2"> Email address </th>
 <th rowspan="2"> Registration </th>
-<th colspan="3"> Permissions </th>
+<th colspan="6"> Permissions </th>
 </tr>
 <tr>
 <th> Edit </th>
 <th> Manage users </th>
 <th> Manage contacts </th>
+<th> Manage site </th>
+<th> Edit global stylesheet </th>
+<th> Import mail </th>
 </tr>
 
 ::table(users)::
@@ -34,6 +37,9 @@
 <td> ::if(can_edit)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit"/>::end:: </td>
 <td> ::if(can_manage_users)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage users"/>::end:: </td>
 <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::
 
@@ -93,6 +99,40 @@ and delete contact forms.
 
 </dd>
 
+<dt> <strong>Manage site</strong> </dt>
+<dd>
+
+<p>
+If set, user may:
+</p>
+
+<ul>
+<li>control the global theme for the site</li>
+<li>set whether anonymous editing and signup are allowed (<strong>note:</strong> this will allow them to indirectly create extra user accounts)</li>
+<li>set email address for feedback</li>
+</ul>
+
+</dd>
+
+<dt> <strong>Edit global stylesheet</strong> </dt>
+<dd>
+
+<p>
+If set, user may edit the global stylesheet which controls
+the look and feel of the site across all pages.
+</p>
+
+</dd>
+
+<dt> <strong>Import mail</strong> </dt>
+<dd>
+
+<p>
+If set, user may import e-mail.
+</p>
+
+</dd>
+
 </dl>
 
 <ul id="topmenu" class="menu">
@@ -101,19 +141,23 @@ and delete contact forms.
 <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>
 
 </body>
 </html>
\ No newline at end of file