Styling of users page. Explanation of permissions.
[cocanwiki.git] / templates / users.html
index 79c2d5e..3798c53 100644 (file)
 <th colspan="2"> Permissions </th>
 </tr>
 <tr>
-<th> Can edit </th>
-<th> Can manage users </th>
+<th> Edit </th>
+<th> Manage users </th>
 </tr>
 
 ::table(users)::
 <tr>
-<td> <a href="/_bin/edit_user_form.cmo" title="Modify details, permissions, set password, or delete this user"><strong>::name_html::</strong></a> </td>
+<td> <a href="/_bin/edit_user_form.cmo?userid=::userid::" title="Modify details, permissions, set password, or delete this user"><strong>::name_html::</strong></a> </td>
 <td> ::email_html:: </td>
 <td> ::registration_date_html:: </td>
 <td> ::if(can_edit)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit"/>::end:: </td>
 
 </table>
 
+<h2>Explanation of permissions</h2>
+
+<dl>
+<dt> <strong>Edit</strong> </dt>
+<dd>
+<p>
+If set, user may:
+</p>
+<ul>
+<li>view recent changes</li>
+<li>view older versions of pages</li>
+<li>edit pages</li>
+<li>edit stylesheets</li>
+<li>upload, delete images</li>
+<li>upload, delete files</li>
+<li>restore old versions of pages</li>
+</ul>
+
+<p>
+<strong>Important note:</strong>
+If your site is configured as a <q>wiki</q> then anybody has
+edit permissions, regardless of whether they are logged in,
+and regardless of the setting of the <q>Edit</q> permission.
+Ask the web server administrator about this setting.
+</p>
+</dd>
+
+<dt> <strong>Manage users</strong> </dt>
+<dd>
+
+<p>
+If set, user may:
+</p>
+
+<ul>
+<li>view list of users</li>
+<li>edit user permissions</li>
+<li>delete users</li>
+<li>create user accounts</li>
+</ul>
+
+</dd>
+</dl>
+
 <ul id="topmenu" class="menu">
 <li> <a href="/">Home&nbsp;page</a> | </li>
 <li> <a href="/_sitemap">Sitemap</a> | </li>