BIG, experimental patch.
[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="6"> Permissions </th>
22 </tr>
23 <tr>
24 <th> Edit </th>
25 <th> Manage users </th>
26 <th> Manage contacts </th>
27 <th> Manage site </th>
28 <th> Edit global stylesheet </th>
29 <th> Import mail </th>
30 </tr>
31
32 ::table(users)::
33 <tr>
34 <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>
35 <td> ::email_html:: </td>
36 <td> ::registration_date_html:: </td>
37 <td> ::if(can_edit)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit"/>::end:: </td>
38 <td> ::if(can_manage_users)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage users"/>::end:: </td>
39 <td> ::if(can_manage_contacts)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage contacts"/>::end:: </td>
40 <td> ::if(can_manage_site)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage site"/>::end:: </td>
41 <td> ::if(can_edit_global_css)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit global stylesheet"/>::end:: </td>
42 <td> ::if(can_import_mail)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can import mail"/>::end:: </td>
43 </tr>
44 ::end::
45
46 </table>
47
48 <h2>Explanation of permissions</h2>
49
50 <dl>
51 <dt> <strong>Edit</strong> </dt>
52 <dd>
53 <p>
54 If set, user may:
55 </p>
56 <ul>
57 <li>view recent changes</li>
58 <li>view older versions of pages</li>
59 <li>edit pages</li>
60 <li>edit stylesheets</li>
61 <li>upload, delete images</li>
62 <li>upload, delete files</li>
63 <li>restore old versions of pages</li>
64 </ul>
65
66 <p>
67 <strong>Important note:</strong>
68 If your site is configured as a <q>wiki</q> then anybody has
69 edit permissions, regardless of whether they are logged in,
70 and regardless of the setting of the <q>Edit</q> permission.
71 Ask the web server administrator about this setting.
72 </p>
73 </dd>
74
75 <dt> <strong>Manage users</strong> </dt>
76 <dd>
77
78 <p>
79 If set, user may:
80 </p>
81
82 <ul>
83 <li>view list of users</li>
84 <li>edit user permissions</li>
85 <li>delete users</li>
86 <li>create user accounts</li>
87 </ul>
88
89 </dd>
90
91 <dt> <strong>Manage contacts</strong> </dt>
92 <dd>
93
94 <p>
95 If set, user may view and change the list of email
96 addresses associated with contact forms, and create
97 and delete contact forms.
98 </p>
99
100 </dd>
101
102 <dt> <strong>Manage site</strong> </dt>
103 <dd>
104
105 <p>
106 If set, user may:
107 </p>
108
109 <ul>
110 <li>control the global theme for the site</li>
111 <li>set whether anonymous editing and signup are allowed (<strong>note:</strong> this will allow them to indirectly create extra user accounts)</li>
112 <li>set email address for feedback</li>
113 </ul>
114
115 </dd>
116
117 <dt> <strong>Edit global stylesheet</strong> </dt>
118 <dd>
119
120 <p>
121 If set, user may edit the global stylesheet which controls
122 the look and feel of the site across all pages.
123 </p>
124
125 </dd>
126
127 <dt> <strong>Import mail</strong> </dt>
128 <dd>
129
130 <p>
131 If set, user may import e-mail.
132 </p>
133
134 </dd>
135
136 </dl>
137
138 <ul id="topmenu" class="menu">
139 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
140 <li> <a href="/_sitemap">Sitemap</a> </li>
141 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
142 </ul>
143
144 <div id="menu_div">
145 <ul id="bottommenu" class="menu">
146 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
147 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
148 ::end::
149 <li> <a href="/_sitemap">Sitemap</a> </li>
150 </ul>
151 </div>
152
153 <div id="footer_div">
154 <hr/>
155
156 <ul id="footer" class="menu">
157 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
158 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
159 </ul>
160 </div>
161
162 </body>
163 </html>