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