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