Added optional branding <div> to sites.
[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="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 <link rel="stylesheet" href="/_css/users.css" type="text/css" title="Standard"/>
9 </head><body>
10
11 <h1><span>Users</span></h1>
12
13 <ul class="menu">
14 <li class="first"><a href="/_bin/invite_user_form.cmo">Invite someone to join</a></li>
15 <li><a href="/_bin/create_user_form.cmo">Create a user account</a></li>
16 </ul>
17
18 <table class="top_table">
19 <tr>
20 <th rowspan="2"> Username, email address </th>
21 <th rowspan="2"> Registration </th>
22 <th colspan="6"> Permissions </th>
23 </tr>
24 <tr>
25 <th> Edit </th>
26 <th> Manage users </th>
27 <th> Manage contacts </th>
28 <th> Manage site </th>
29 <th> Edit global stylesheet </th>
30 <th> Import mail </th>
31 </tr>
32
33 ::table(users)::
34 <tr>
35 <td>
36   <a href="/_bin/edit_user_form.cmo?userid=::userid::" title="Modify details, permissions, set password, or delete this user"><strong>::name_html::</strong></a> <br/>
37   <small> ::email_html:: </small>
38 </td>
39 <td>
40   ::registration_date_html::::if(invite_pending)::<span class="pending">*</span>::end::
41 </td>
42 <td> ::if(can_edit)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit"/>::end:: </td>
43 <td> ::if(can_manage_users)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage users"/>::end:: </td>
44 <td> ::if(can_manage_contacts)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage contacts"/>::end:: </td>
45 <td> ::if(can_manage_site)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can manage site"/>::end:: </td>
46 <td> ::if(can_edit_global_css)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can edit global stylesheet"/>::end:: </td>
47 <td> ::if(can_import_mail)::<img src="/_graphics/tick.png" width="10" height="10" alt="Can import mail"/>::end:: </td>
48 </tr>
49 ::end::
50 </table>
51
52 <p>
53 <span class="pending">*</span> User has been invited, but has not yet
54 accepted the invitation.
55 </p>
56
57 <h2>Explanation of permissions</h2>
58
59 <dl>
60 <dt> <strong>Edit</strong> </dt>
61 <dd>
62 <p>
63 If set, user may:
64 </p>
65 <ul>
66 <li>view recent changes</li>
67 <li>view older versions of pages</li>
68 <li>edit pages</li>
69 <li>edit stylesheets</li>
70 <li>upload, delete images</li>
71 <li>upload, delete files</li>
72 <li>restore old versions of pages</li>
73 </ul>
74
75 <p>
76 <strong>Important note:</strong>
77 If your site is configured as a <q>wiki</q> then anybody has
78 edit permissions, regardless of whether they are logged in,
79 and regardless of the setting of the <q>Edit</q> permission.
80 Ask the web server administrator about this setting.
81 </p>
82 </dd>
83
84 <dt> <strong>Manage users</strong> </dt>
85 <dd>
86
87 <p>
88 If set, user may:
89 </p>
90
91 <ul>
92 <li>view list of users</li>
93 <li>edit user permissions</li>
94 <li>delete users</li>
95 <li>create user accounts</li>
96 </ul>
97
98 </dd>
99
100 <dt> <strong>Manage contacts</strong> </dt>
101 <dd>
102
103 <p>
104 If set, user may view and change the list of email
105 addresses associated with contact forms, and create
106 and delete contact forms.
107 </p>
108
109 </dd>
110
111 <dt> <strong>Manage site</strong> </dt>
112 <dd>
113
114 <p>
115 If set, user may:
116 </p>
117
118 <ul>
119 <li>control the global theme for the site</li>
120 <li>set whether anonymous editing and signup are allowed (<strong>note:</strong> this will allow them to indirectly create extra user accounts)</li>
121 <li>set email address for feedback</li>
122 </ul>
123
124 </dd>
125
126 <dt> <strong>Edit global stylesheet</strong> </dt>
127 <dd>
128
129 <p>
130 If set, user may edit the global stylesheet which controls
131 the look and feel of the site across all pages.
132 </p>
133
134 </dd>
135
136 <dt> <strong>Import mail</strong> </dt>
137 <dd>
138
139 <p>
140 If set, user may import e-mail.
141 </p>
142
143 </dd>
144
145 </dl>
146
147 ::include(footer.html)::
148 </body>
149 </html>