All new templates. Site menu displays basically everywhere.
[cocanwiki.git] / templates / users.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Users</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 <link rel="stylesheet" href="/_css/users.css" type="text/css" title="Standard"/>
8 </head><body>
9
10 <h1>Users</h1>
11
12 <ul class="menu">
13 <li class="first"><a href="/_bin/create_user_form.cmo">Create a user account</a></li>
14 </ul>
15
16 <table id="users">
17 <tr>
18 <th rowspan="2"> Username </th>
19 <th rowspan="2"> Email address </th>
20 <th rowspan="2"> Registration </th>
21 <th colspan="2"> Permissions </th>
22 </tr>
23 <tr>
24 <th> Edit </th>
25 <th> Manage users </th>
26 </tr>
27
28 ::table(users)::
29 <tr>
30 <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>
31 <td> ::email_html:: </td>
32 <td> ::registration_date_html:: </td>
33 <td> ::if(can_edit)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit"/>::end:: </td>
34 <td> ::if(can_manage_users)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage users"/>::end:: </td>
35 </tr>
36 ::end::
37
38 </table>
39
40 <h2>Explanation of permissions</h2>
41
42 <dl>
43 <dt> <strong>Edit</strong> </dt>
44 <dd>
45 <p>
46 If set, user may:
47 </p>
48 <ul>
49 <li>view recent changes</li>
50 <li>view older versions of pages</li>
51 <li>edit pages</li>
52 <li>edit stylesheets</li>
53 <li>upload, delete images</li>
54 <li>upload, delete files</li>
55 <li>restore old versions of pages</li>
56 </ul>
57
58 <p>
59 <strong>Important note:</strong>
60 If your site is configured as a <q>wiki</q> then anybody has
61 edit permissions, regardless of whether they are logged in,
62 and regardless of the setting of the <q>Edit</q> permission.
63 Ask the web server administrator about this setting.
64 </p>
65 </dd>
66
67 <dt> <strong>Manage users</strong> </dt>
68 <dd>
69
70 <p>
71 If set, user may:
72 </p>
73
74 <ul>
75 <li>view list of users</li>
76 <li>edit user permissions</li>
77 <li>delete users</li>
78 <li>create user accounts</li>
79 </ul>
80
81 </dd>
82 </dl>
83
84 <ul id="topmenu" class="menu">
85 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
86 <li> <a href="/_sitemap">Sitemap</a> </li>
87 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
88 </ul>
89
90 <ul id="bottommenu" class="menu">
91 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
92 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
93 ::end::
94 <li> <a href="/_sitemap">Sitemap</a> </li>
95 </ul>
96
97 <hr/>
98
99 <ul id="footer" class="menu">
100 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
101 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
102 </ul>
103
104 </body>
105 </html>