-
Notifications
You must be signed in to change notification settings - Fork 1
/
master.ztml
283 lines (261 loc) · 14.6 KB
/
master.ztml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Sentora > <# ui_tpl_username #> - <# ui_tpl_domainname #></title>
<link href="<# ui_tpl_csspath #>" rel="stylesheet" type="text/css">
<script language="JavaScript">
<!-- // start preload code
home_image = new Image();
home_image.src = "<# ui_tpl_assetfolderpath #>img/home_over.gif";
webmail_image = new Image();
webmail_image.src = "<# ui_tpl_assetfolderpath #>img/webmail_over.gif";
password_image = new Image();
password_image.src = "<# ui_tpl_assetfolderpath #>img/pass_over.gif";
fileman_image = new Image();
fileman_image.src = "<# ui_tpl_assetfolderpath #>img/file_man_over.gif";
help_image = new Image();
help_image.src = "<# ui_tpl_assetfolderpath #>img/help_over.gif";
logout_image = new Image();
logout_image.src = "<# ui_tpl_assetfolderpath #>img/logout_over.gif";
logout_image2 = new Image();
logout_image2.src = "<# ui_tpl_assetfolderpath #>img/logout2_over.gif";
// done with preload code -->
</script>
</head>
<body bgcolor="#FFFFFF" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0">
<table height="100%" width="100%" cellpadding=0 cellspacing=0>
<tr>
<td align="center">
<table height=100% cellpadding=0 cellspacing=0>
<tr>
<td height=100% width=31 background="<# ui_tpl_assetfolderpath #>img/left_shadow.gif" valign="bottom">
<img src="<# ui_tpl_assetfolderpath #>img/left_shadow.gif">
</td>
<td valign="top">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td height="120" align="left" background="<# ui_tpl_assetfolderpath #>img/header_no.gif">
<img src="<# ui_tpl_assetfolderpath #>img/header.jpg" width="780" height="120"></td>
</tr>
<tr>
<td height="100%" valign="top" background="<# ui_tpl_assetfolderpath #>img/inner_bg.gif">
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="800" valign="top" height="1">
<table width="100%" cellspacing="0" cellpadding="0" background="<# ui_tpl_assetfolderpath #>img/nav_bg.gif">
<tr>
<td><a onMouseOver="navhome.src=home_image.src;" onMouseOut="navhome.src='<# ui_tpl_assetfolderpath #>img/home.gif';" href="/"><img name="navhome" border="0" src="<# ui_tpl_assetfolderpath #>img/home.gif" width="72" height="78" alt="Home"></a></td>
<td><a onMouseOver="navwebmail.src=webmail_image.src;" onMouseOut="navwebmail.src='<# ui_tpl_assetfolderpath #>img/webmail.gif';" href="/?module=webmail"><img name="navwebmail" border="0" src="<# ui_tpl_assetfolderpath #>img/webmail.gif" width="72" height="78" alt="Webmail"></a></td>
<td><a onMouseOver="navpass.src=password_image.src;" onMouseOut="navpass.src='<# ui_tpl_assetfolderpath #>img/pass.gif';" href="/?module=password_assistant"><img name="navpass" border="0" src="<# ui_tpl_assetfolderpath #>img/pass.gif" width="72" height="78" alt="Password"></a></td>
<td><a onMouseOver="navhelp.src=help_image.src;" onMouseOut="navhelp.src='<# ui_tpl_assetfolderpath #>img/help.gif';" href="/?module=faqs"><img name="navhelp" border="0" src="<# ui_tpl_assetfolderpath #>img/help.gif" width="67" height="78" alt="Help"></a></td>
<!-- <td><a onMouseOver="navfileman.src=fileman_image.src;" onMouseOut="navfileman.src='<# ui_tpl_assetfolderpath #>img/file_man.gif';" href="?c=advanced&p=filemanager"><img name="navfileman" border="0" src="<# ui_tpl_assetfolderpath #>img/file_man.gif" width="72" height="78" alt="File manager"></a></td>-->
<td width="100%" align="right"><a onMouseOver="navlogout.src=logout_image.src;" onMouseOut="navlogout.src='<# ui_tpl_assetfolderpath #>img/logout.gif';" href="/?logout"><img name="navlogout" border="0" src="<# ui_tpl_assetfolderpath #>img/logout.gif" width="93" height="78" alt="Log Out"></a></td>
</tr>
</table>
<table width="100%" height="100%" cellpadding=0 cellspacing=0 class="main">
<tr><td class="mainlayout" valign="top" style="padding-bottom: 35px;">
<# ui_tpl_notice #>
<# ui_tpl_shadowbar #>
<# ui_tpl_modulelist2column #>
<# ui_tpl_module #>
<br>
</td></tr>
</table>
</td>
<td style="background: #345b80" class="white" vAlign="top" align="right">
<img src="<# ui_tpl_assetfolderpath #>img/account.gif" width="180" height="28" style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px; behavior: url(#htmlfilter)"><table cellSpacing="0" cellPadding="4" width="100%" style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<tbody>
<tr>
<td align="middle">
<table class="white" border="0" cellSpacing="0" cellPadding="4" width="100%">
<tbody style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<tr style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<td class="bar-row1" width="33%">
<font size="1">Username</font></td>
<td class="bar-row1" width="33%" align="middle">
<a class="tabtext" title="Click to Update Usage" href="?c=account&p=usage_viewer">
<font size="1"><# ui_tpl_username #></font></a></td>
</tr>
<tr style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<td class="bar-row2" width="33%">
<font size="1">Full name</font></td>
<td class="bar-row2" width="33%" align="middle">
<font size="1"><# ui_tpl_fullname #></font></td>
</tr>
<tr style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<td class="bar-row1" width="33%">
<font size="1">E-Mail</font></td>
<td class="bar-row1" width="33%" align="middle">
<font size="1"><a href="/?module=my_account" title="Update your contact email address"><# ui_tpl_email #></a></font></td>
</tr>
<tr style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<td class="bar-row2" width="33%">
<font size="1">Package</font></td>
<td class="bar-row2" width="33%" align="middle">
<font size="1"><# ui_tpl_packagename #></font></td>
</tr>
<tr style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<td class="bar-row1" width="33%">
Account type</td>
<td class="bar-row1" width="33%" align="middle">
<# ui_tpl_usergroup #></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellSpacing="0" cellPadding="4" width="100%" style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<tbody>
<tr>
<td align="middle">
<table class="white" border="0" cellSpacing="0" cellPadding="4" width="100%">
<tbody style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<tr style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<td width="33%" style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px"> </td>
<td width="33%" align="middle" style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<b style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
Used</b></td>
<td width="34%" align="middle" style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<b style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
Max</b></td>
</tr>
<tr style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<td class="bar-row1" width="33%">
<a class="tabtext" title="Click to Update Usage" href="/?module=usage_viewer">
<font size="1">Disk
</font><font size="1">Space</font></a></td>
<td class="bar-row1" width="33%" align="middle">
<# ui_tpl_usagediskspace #></td>
<td class="bar-row1" width="34%" align="middle">
<# ui_tpl_quotadiskspace #></td>
</tr>
<tr style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<td class="bar-row2" width="33%">
<font size="1">Bandwidth</font></td>
<td class="bar-row2" width="33%" align="middle">
<# ui_tpl_usagebandwidth #></td>
<td class="bar-row2" width="34%" align="middle">
<# ui_tpl_quotabandwidth #></td>
</tr>
<tr>
<td class="bar-row1" width="33%">
<strong style="font-weight: 400">
Domains</strong></td>
<td class="bar-row1" width="33%" align="middle">
<span class="Side_Info"><# ui_tpl_useddomains #></span></td>
<td class="bar-row1" width="34%" align="middle">
<span class="Side_Info"><# ui_tpl_totaldomains #></span></td>
</tr>
<tr>
<td class="bar-row2" width="33%">
Sub-domains</td>
<td class="bar-row2" width="33%" align="middle">
<span class="Side_Info"><# ui_tpl_usedsubdomains #></span></td>
<td class="bar-row2" width="34%" align="middle">
<span class="Side_Info"><# ui_tpl_totalsubdomains #></span></td>
</tr>
<tr>
<td class="bar-row1" width="33%">
Parked domains</td>
<td class="bar-row1" width="33%" align="middle">
<span class="Side_Info"><# ui_tpl_usedparkeddomains #></span></td>
<td class="bar-row1" width="34%" align="middle">
<span class="Side_Info"><# ui_tpl_totalparkeddomains #></span></td>
</tr>
<tr>
<td class="bar-row2" width="33%">
FTP Accounts</td>
<td class="bar-row2" width="33%" align="middle">
<span class="Side_Info"><# ui_tpl_usedftp #></span></td>
<td class="bar-row2" width="34%" align="middle">
<span class="Side_Info"><# ui_tpl_totalftp #></span></td>
</tr>
<tr>
<td class="bar-row1" width="33%">
Email Accounts</td>
<td class="bar-row1" width="33%" align="middle">
<span class="Side_Info"><# ui_tpl_usedemail #></span></td>
<td class="bar-row1" width="34%" align="middle">
<span class="Side_Info"><# ui_tpl_totalemail #></span></td>
</tr>
<tr>
<td class="bar-row2" width="33%">
Email Forwarders</td>
<td class="bar-row2" width="33%" align="middle">
<span class="Side_Info"><# ui_tpl_usedforwarders #></span></td>
<td class="bar-row2" width="34%" align="middle">
<span class="Side_Info"><# ui_tpl_totalforwarders #></span></td>
</tr>
<tr>
<td class="bar-row1" width="33%">
Distrubution Lists</td>
<td class="bar-row1" width="33%" align="middle">
<span class="Side_Info"><# ui_tpl_useddistlists #></span></td>
<td class="bar-row1" width="34%" align="middle">
<span class="Side_Info"><# ui_tpl_totaldistlists #></span></td>
</tr>
</table>
</td>
</tr>
</table>
<br style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<table cellSpacing="0" cellPadding="4" width="100%" style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<tbody>
<tr>
<td align="middle">
<table class="white" border="0" cellSpacing="0" cellPadding="4" width="100%">
<tbody style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<tr>
<td class="bar-row1">
Your IP</td>
<td class="bar-row1" width="67%" align="middle">
<# ui_tpl_clientipaddress #></td>
</tr>
<tr style="font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; line-height: 16px">
<td class="bar-row2">
Apache Version</td>
<td class="bar-row2" width="67%" align="middle">
<# ui_tpl_apacheversion #></td>
</tr>
<tr>
<td class="bar-row1">
PHP Version</td>
<td class="bar-row1" width="67%" align="middle">
<# ui_tpl_phpversion #></td>
</tr>
<tr>
<td class="bar-row2">
MySQL Version</td>
<td class="bar-row2" width="67%" align="middle">
<# ui_tpl_mysqlversion #></td>
</tr>
<tr>
<td class="bar-row1">
Sentora Version</td>
<td class="bar-row1" width="67%" align="middle">
<# ui_tpl_sentoraversion #></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="50 align="center valign="bottom" class="white" style="padding-bottom: 8; BACKGROUND: #345B80; background-image: url('<# ui_tpl_assetfolderpath #>img/footer_bar.gif'); background-repeat:no-repeat;">
<center> Copyright © 2004-<# ui_tpl_year #> <a href="http://www.sentora.org/" target="_blank">Sentora Project</a>. Theme created by <a href="https://www.github.com/RickB2000" target="_blank">RickB2000</a>. </center>
</td>
</tr>
</table>
</td>
<td width="31" background="<# ui_tpl_assetfolderpath #>img/right_shadow.gif">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>