1
|
<!--
|
2
|
@version $Id: access.htt 75 2017-03-10 10:47:06Z manu $
|
3
|
-->
|
4
|
<!-- BEGIN main_block -->
|
5
|
<div id="access">
|
6
|
<h2 style="margin-bottom: 0.0em;">{ACCESS}</h2>
|
7
|
<ul>
|
8
|
<li>{ACCESS_LIST}</li>
|
9
|
<li>
|
10
|
<!-- BEGIN users_block -->
|
11
|
<table class="section" style="{DISPLAY_USERS};">
|
12
|
<tbody>
|
13
|
<tr>
|
14
|
<td class="graphic" >
|
15
|
<a href="{ADMIN_URL}/users/index.php"> <img src="{THEME_URL}/icons/users.png" alt="{USERS}" /> </a>
|
16
|
</td>
|
17
|
<td class="description">
|
18
|
<a href="{ADMIN_URL}/users/index.php"><span class="title">{USERS}</span></a>
|
19
|
{USERS_OVERVIEW}
|
20
|
</td>
|
21
|
</tr>
|
22
|
</tbody>
|
23
|
</table>
|
24
|
<!-- END users_block -->
|
25
|
</li>
|
26
|
<li>
|
27
|
<!-- BEGIN groups_block -->
|
28
|
<table class="section" style="{DISPLAY_GROUPS};">
|
29
|
<tbody>
|
30
|
<tr>
|
31
|
<td class="graphic" >
|
32
|
<a href="{ADMIN_URL}/groups/index.php"> <img src="{THEME_URL}/icons/groups.png" alt="{GROUPS}" /> </a>
|
33
|
</td>
|
34
|
<td class="description">
|
35
|
<a href="{ADMIN_URL}/groups/index.php"><span class="title">{GROUPS}</span></a>
|
36
|
{GROUPS_OVERVIEW}
|
37
|
</td>
|
38
|
</tr>
|
39
|
</tbody>
|
40
|
</table>
|
41
|
<!-- END groups_block -->
|
42
|
</li>
|
43
|
</ul>
|
44
|
</div>
|
45
|
<!-- END main_block -->
|