1 |
4
|
ryan
|
<!-- BEGIN main_block -->
|
2 |
|
|
|
3 |
|
|
<style type="text/css">
|
4 |
|
|
.section {
|
5 |
|
|
margin-top: 10px;
|
6 |
|
|
padding: 0px;
|
7 |
|
|
border: 1px solid #999999;
|
8 |
|
|
height: 75px;
|
9 |
|
|
width: 100%;
|
10 |
|
|
background-color: #FDFDFD;
|
11 |
|
|
}
|
12 |
|
|
.graphic {
|
13 |
|
|
width: 50px;
|
14 |
|
|
height: 50px;
|
15 |
|
|
border: 4px solid #FDFDFD;
|
16 |
|
|
padding-left: 3px;
|
17 |
|
|
}
|
18 |
|
|
.graphic img {
|
19 |
|
|
vertical-align: middle;
|
20 |
|
|
background-color: #FFFFFF;
|
21 |
|
|
padding: 4px;
|
22 |
|
|
border: 1px solid #D0D0D0;
|
23 |
|
|
}
|
24 |
|
|
.title {
|
25 |
|
|
text-align: left;
|
26 |
|
|
font-weight: bold;
|
27 |
|
|
font-size: 14px;
|
28 |
|
|
color: #003366;
|
29 |
|
|
height: 16px;
|
30 |
|
|
width: 90%;
|
31 |
|
|
padding: 4px 0px 0px 3px;
|
32 |
|
|
}
|
33 |
|
|
.description {
|
34 |
|
|
vertical-align: top;
|
35 |
|
|
text-align: left;
|
36 |
|
|
width: 240px;
|
37 |
|
|
padding: 0px 0px 0px 3px;
|
38 |
|
|
}
|
39 |
|
|
</style>
|
40 |
|
|
|
41 |
|
|
<table cellpadding="0" cellspacing="0" border="0" width="99%" align="center">
|
42 |
|
|
<tr>
|
43 |
|
|
<td align="center" valign="top">
|
44 |
|
|
|
45 |
|
|
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_USERS};">
|
46 |
|
|
<tr>
|
47 |
|
|
<td class="graphic" align="center" valign="middle" rowspan="2">
|
48 |
|
|
<a href="{ADMIN_URL}/users/index.php">
|
49 |
|
|
<img src="{ADMIN_URL}/images/icons/users.png" border="0" />
|
50 |
|
|
</a>
|
51 |
|
|
</td>
|
52 |
|
|
<td class="title">
|
53 |
|
|
<a href="{ADMIN_URL}/users/index.php">{USERS}</a>
|
54 |
|
|
</td>
|
55 |
|
|
</tr>
|
56 |
|
|
<tr>
|
57 |
|
|
<td class="description">
|
58 |
|
|
{USERS_OVERVIEW}
|
59 |
|
|
</td>
|
60 |
|
|
</tr>
|
61 |
|
|
</table>
|
62 |
|
|
|
63 |
|
|
|
64 |
|
|
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_GROUPS};">
|
65 |
|
|
<tr>
|
66 |
|
|
<td class="graphic" align="center" valign="middle" rowspan="2">
|
67 |
|
|
<a href="{ADMIN_URL}/groups/index.php">
|
68 |
|
|
<img src="{ADMIN_URL}/images/icons/groups.png" border="0" />
|
69 |
|
|
</a>
|
70 |
|
|
</td>
|
71 |
|
|
<td class="title">
|
72 |
|
|
<a href="{ADMIN_URL}/groups/index.php">{GROUPS}</a>
|
73 |
|
|
</td>
|
74 |
|
|
</tr>
|
75 |
|
|
<tr>
|
76 |
|
|
<td class="description">
|
77 |
|
|
{GROUPS_OVERVIEW}
|
78 |
|
|
</td>
|
79 |
|
|
</tr>
|
80 |
|
|
</table>
|
81 |
|
|
|
82 |
|
|
</td>
|
83 |
|
|
</tr>
|
84 |
|
|
</table>
|
85 |
|
|
|
86 |
|
|
<!-- END main_block -->
|