Project

General

Profile

1
<!-- 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_MODULES};">
46
		<tr>
47
			<td class="graphic" align="center" valign="middle" rowspan="2">
48
				<a href="{ADMIN_URL}/modules/index.php">
49
					<img src="{ADMIN_URL}/images/icons/modules.png" border="0" />
50
				</a>
51
			</td>
52
			<td class="title">
53
				<a href="{ADMIN_URL}/modules/index.php">{MODULES}</a>
54
			</td>
55
		</tr>
56
		<tr>
57
			<td class="description">
58
				{MODULES_OVERVIEW}
59
			</td>
60
		</tr>
61
		</table>
62
				
63
		
64
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_TEMPLATES};">
65
		<tr>
66
			<td class="graphic" align="center" valign="middle" rowspan="2">
67
				<a href="{ADMIN_URL}/templates/index.php">
68
					<img src="{ADMIN_URL}/images/icons/templates.png" border="0" />
69
				</a>
70
			</td>
71
			<td class="title">
72
				<a href="{ADMIN_URL}/templates/index.php">{TEMPLATES}</a>
73
			</td>
74
		</tr>
75
		<tr>
76
			<td class="description">
77
				{TEMPLATES_OVERVIEW}
78
			</td>
79
		</tr>
80
		</table>
81
				
82
		
83
		<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_LANGUAGES};">
84
		<tr>
85
			<td class="graphic" align="center" valign="middle" rowspan="2">
86
				<a href="{ADMIN_URL}/languages/index.php">
87
					<img src="{ADMIN_URL}/images/icons/languages.png" border="0" />
88
				</a>
89
			</td>
90
			<td class="title">
91
				<a href="{ADMIN_URL}/languages/index.php">{LANGUAGES}</a>
92
			</td>
93
		</tr>
94
		<tr>
95
			<td class="description">
96
				{LANGUAGES_OVERVIEW}
97
			</td>
98
		</tr>
99
		</table>
100
		
101
	</td>
102
</tr>
103
</table>
104

    
105
<!-- END main_block -->
(2-2/2)