Merge branch 'master' of https://github.com/serghey-rodin/vesta into js-stuff

This commit is contained in:
very-twi@github.com 2014-02-12 14:35:19 +02:00
commit b7ab201653
136 changed files with 1247 additions and 1601 deletions

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Cron Job');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding Cron Job');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,20 +26,15 @@
<form id="vstobjects" name="v_add_cron" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Minute');?>
</td>
</tr>
@ -49,7 +44,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Hour');?>
</td>
</tr>
@ -59,7 +54,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Day');?>
</td>
</tr>
@ -69,7 +64,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Month');?>
</td>
</tr>
@ -79,7 +74,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Day of week');?>
</td>
</tr>
@ -89,7 +84,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Command');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding database');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding database');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -46,25 +46,20 @@
</script>
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td style="padding: 20px 0 0 2px; color:#777;" >
<td style="padding:24px 0 0 0; color:#777;" >
<?php print __('Prefix will be automaticaly added to database name and database user',$user."_");?>
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Database');?>
</td>
</tr>
@ -75,7 +70,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('User');?>
</td>
</tr>
@ -86,7 +81,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:randomString();" class="generate"><?php print __('generate');?></a>
</td>
</tr>
@ -96,7 +91,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Type');?>
</td>
</tr>
@ -114,7 +109,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Host');?>
</td>
</tr>
@ -133,7 +128,7 @@
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Charset');?>
</td>
</tr>
@ -179,7 +174,7 @@
</select>
</td>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Send login credentials to email address') ?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding DNS Domain');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding DNS Domain');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -37,20 +37,15 @@
<table class="data">
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -60,7 +55,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('IP address');?>
</td>
</tr>
@ -70,7 +65,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<a href="javascript:elementHideShow('advtable');" class="vst-advanced"><?php print __('Advanced options');?></a>
</td>
</tr>
@ -78,7 +73,7 @@
<td class="vst-text" style="padding: 10px 0 0 0px;">
<table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="advtable">
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Expiration Date');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('YYYY-MM-DD');?>)</span>
</td>
</tr>
@ -88,7 +83,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
TTL
</td>
</tr>
@ -98,7 +93,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Name servers');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding DNS Record'); ?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding DNS Record'); ?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,20 +26,15 @@
<form id="vstobjects" name="v_add_dns_rec" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -49,7 +44,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Record');?>
</td>
</tr>
@ -60,7 +55,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Type');?>
</td>
</tr>
@ -83,7 +78,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('IP or Value');?>
</td>
</tr>
@ -93,7 +88,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Priority');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding IP address');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding IP address');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -37,20 +37,15 @@
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('IP address') ?>
</td>
</tr>
@ -60,7 +55,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Netmask');?>
</td>
</tr>
@ -70,7 +65,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Interface');?>
</td>
</tr>
@ -88,7 +83,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Shared');?>
</td>
</tr>
@ -122,7 +117,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Assigned domain');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>
@ -132,7 +127,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('NAT IP association');?> <span class="optional"">(<?php print __('optional');?>)</span>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Mail Domain');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding Mail Domain');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,20 +26,15 @@
<form id="vstobjects" name="v_add_mail" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -49,7 +44,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('AntiSpam Support');?>
</td>
</tr>
@ -59,7 +54,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('AntiVirus Support');?>
</td>
</tr>
@ -69,7 +64,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('DKIM Support');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Mail Account');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding Mail Account');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -47,20 +47,15 @@
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -70,7 +65,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Account');?>
</td>
</tr>
@ -80,7 +75,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:randomString();" class="generate"><?php print __('generate');?></a>
</td>
</tr>
@ -90,16 +85,16 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<a href="javascript:elementHideShow('advtable');" class="vst-advanced"> <?php print __('Advanced options');?></a>
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 9px 0 0 0px;">
<td class="vst-text" style="padding: 12px 0 0 0px;">
<table style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="advtable">
<tr>
<td class="vst-text" style="padding: 0 0 0 2px;">
<?php print __('Quota');?> <span style="padding: 0pt 0pt 0pt 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('in megabytes');?>)</span>
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Quota');?> <span style="padding: 0 0 0 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('in megabytes');?>)</span>
</td>
</tr>
<tr>
@ -108,8 +103,8 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<?php print __('Aliases');?> <span style="padding: 0pt 0pt 0pt 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('use local-part');?>)</span>
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Aliases');?> <span style="padding: 0 0 0 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('use local-part');?>)</span>
</td>
</tr>
<tr>
@ -118,8 +113,8 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<?php print __('Forward to');?> <span style="padding: 0pt 0pt 0pt 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('one or more email addresses');?>)</span>
<td class="vst-text" style="padding: 12px 0 0 0">
<?php print __('Forward to');?> <span style="padding: 0 0 0 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('one or more email addresses');?>)</span>
</td>
</tr>
<tr>
@ -128,7 +123,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Do not store forwarded mail');?>
</td>
</tr>
@ -154,5 +149,5 @@
</table>
</td>
</tr>
</table>
</form>
</table>
</form>

View file

@ -9,7 +9,7 @@
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Package');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding Package');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -27,20 +27,15 @@
<form id="vstobjects" name="v_add_package" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Package Name');?>
</td>
</tr>
@ -50,7 +45,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Web Template');?>
</td>
</tr>
@ -73,7 +68,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Proxy Template');?>
</td>
</tr>
@ -96,7 +91,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('DNS Template');?>
</td>
</tr>
@ -119,7 +114,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSH Access');?>
</td>
</tr>
@ -142,7 +137,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Web Domains');?>
</td>
</tr>
@ -152,7 +147,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Web Aliases');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('per domain');?>)</span>
</td>
</tr>
@ -162,7 +157,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('DNS domains');?>
</td>
</tr>
@ -172,7 +167,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('DNS records');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('per domain');?>)</span>
</td>
</tr>
@ -182,7 +177,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Mail Domains');?>
</td>
</tr>
@ -192,7 +187,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Mail Accounts');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('per domain');?>)</span>
</td>
</tr>
@ -202,7 +197,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Databases');?>
</td>
</tr>
@ -212,7 +207,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Cron Jobs');?>
</td>
</tr>
@ -222,7 +217,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Backups');?>
</td>
</tr>
@ -232,7 +227,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Quota');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('in megabytes');?>)</span>
</td>
</tr>
@ -242,7 +237,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Bandwidth');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('in megabytes');?>)</span>
</td>
</tr>
@ -252,7 +247,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Name servers');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding User');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding User');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -45,21 +45,15 @@
<table class="data">
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Username');?>
</td>
</tr>
@ -69,7 +63,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:randomString();" class="generate" ><?php print __('generate');?></a>
</td>
</tr>
@ -79,7 +73,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Email');?>
</td>
</tr>
@ -89,7 +83,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;" name="v_package">
<td class="vst-text" style="padding: 12px 0 0 0;" name="v_package">
<?php print __('Package');?>
</td>
</tr>
@ -113,7 +107,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;" >
<td class="vst-text" style="padding: 12px 0 0 0;" >
<?php print __('Language');?>
</td>
</tr>
@ -139,7 +133,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('First Name');?>
</td>
</tr>
@ -149,7 +143,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Last Name');?>
</td>
</tr>
@ -159,7 +153,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Send login credentials to email address');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Adding Domain');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Adding Domain');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -65,22 +65,17 @@
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td></td>
</tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -90,7 +85,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('IP address');?>
</td>
</tr>
@ -112,7 +107,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('DNS Support');?>
</td>
</tr>
@ -122,7 +117,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Mail Support');?>
</td>
</tr>
@ -132,14 +127,14 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<a href="javascript:elementHideShow('advtable');" class="vst-advanced"><?php print __('Advanced options');?></a>
</td>
</tr>
</table>
<table class="data-col2" width="600px" style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="advtable">
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Aliases');?>
</td>
</tr>
@ -149,7 +144,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Proxy Support');?>
</td>
</tr>
@ -162,7 +157,7 @@
<td>
<table style="display:<?php if ($v_proxy == 'off') { echo 'none';} else {echo 'block';}?>;" id="proxytable" >
<tr>
<td class="vst-text" style="padding: 9px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Proxy Extentions');?>
</td>
</tr>
@ -175,7 +170,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Support');?> /
<a class="generate" target="_blank" href="/generate/ssl/"><?php print __('Generate CSR') ?></a>
</td>
@ -189,7 +184,7 @@
<td>
<table style="display:<?php if (empty($v_ssl)) { echo 'none';} else {echo 'block';}?>;" id="ssltable">
<tr>
<td class="vst-text" style="padding: 9px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Home Directory');?>
</td>
</tr>
@ -206,7 +201,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Certificate');?>
</td>
</tr>
@ -216,7 +211,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Key');?>
</td>
</tr>
@ -226,7 +221,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Certificate Authority / Intermediate');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>
@ -239,7 +234,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Web Statistics');?>
</td>
</tr>
@ -261,7 +256,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Statistics Authorization');?>
</td>
</tr>
@ -274,7 +269,7 @@
<td>
<table style="display:<?php if (empty($v_stats_user)) { echo 'none';} else {echo 'block';}?> ;" id="statstable" name="v-add-web-domain-stats-user">
<tr>
<td class="vst-text" style="padding: 9px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Username');?>
</td>
</tr>
@ -284,7 +279,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:WEBrandom();" class="generate"><?php print __('generate');?></a>
</td>
</tr>
@ -297,7 +292,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Additional FTP Account');?>
</td>
</tr>
@ -310,7 +305,7 @@
<td>
<table style="display:<?php if (empty($v_ftp_user)) { echo 'none';} else {echo 'block';}?> ;" id="ftptable" name="v_add_domain_ftp">
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Username');?><br>
<span style="font-size: 10pt; color:#777;"><?php print __('Prefix will be automaticaly added to username',$user."_");?></span>
</td>
@ -322,7 +317,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:FTPrandom();" class="generate" ><?php print __('generate');?></a>
</td>
</tr>
@ -332,7 +327,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Send FTP credentials to email');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing Cron Job');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing Cron Job');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,7 +26,7 @@
<form id="vstobjects" name="v_edit_cron" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -37,16 +37,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Minute');?>
</td>
</tr>
@ -56,7 +50,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Hour');?>
</td>
</tr>
@ -66,7 +60,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Day');?>
</td>
</tr>
@ -76,7 +70,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Month');?>
</td>
</tr>
@ -86,7 +80,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Day of week');?>
</td>
</tr>
@ -96,7 +90,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Command');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing Database');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing Database');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -47,7 +47,7 @@
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -58,15 +58,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Database');?>
</td>
</tr>
@ -77,7 +72,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('User');?>
</td>
</tr>
@ -88,7 +83,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:randomString();" class="generate"><?php print __('generate');?></a>
</td>
</tr>
@ -98,7 +93,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Type');?>
</td>
</tr>
@ -108,7 +103,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Host');?>
</td>
</tr>
@ -118,7 +113,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Charset');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing DNS Domain');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing DNS Domain');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,7 +26,7 @@
<form id="vstobjects" name="v_edit_dns" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -37,15 +37,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -55,7 +50,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('IP Address');?>
</td>
</tr>
@ -65,7 +60,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Template');?>
</td>
</tr>
@ -86,7 +81,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Expiration Date');?><span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('YYYY-MM-DD');?>)</span>
</td>
</tr>
@ -96,7 +91,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
SOA
</td>
</tr>
@ -106,7 +101,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
TTL
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing DNS Record');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing DNS Record');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,7 +26,7 @@
<form id="vstobjects" name="v_edit_dns_rec" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -37,15 +37,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -56,7 +51,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Record');?>
</td>
</tr>
@ -66,7 +61,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Type');?>
</td>
</tr>
@ -76,7 +71,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('IP or Value');?>
</td>
</tr>
@ -86,7 +81,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Priority');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>
@ -96,7 +91,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Record Number');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('internal');?>)</span>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing IP Address');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing IP Address');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -38,7 +38,7 @@
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -49,15 +49,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('IP address'); ?>
</td>
</tr>
@ -67,7 +62,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Netmask');?>
</td>
</tr>
@ -77,7 +72,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Interface'); ?>
</td>
</tr>
@ -87,7 +82,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Shared'); ?>
</td>
</tr>
@ -97,7 +92,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Assigned user'); ?>
</td>
</tr>
@ -115,7 +110,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Assigned domain');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>
@ -125,7 +120,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('NAT IP association');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing Mail Domain');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing Mail Domain');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,7 +26,7 @@
<form id="vstobjects" name="v_edit_mail" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -37,15 +37,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status); ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -55,7 +50,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('AntiSpam Support');?>
</td>
</tr>
@ -65,7 +60,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('AntiVirus Support');?>
</td>
</tr>
@ -75,7 +70,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('DKIM Support');?>
</td>
</tr>
@ -85,7 +80,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Catchall email');?>
</td>
</tr>

View file

@ -9,7 +9,7 @@
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing Mail Account');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing Mail Account');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -48,7 +48,7 @@
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -59,15 +59,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo $v_status ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<tr>
<td></td>
</tr>
</table>
<td class="data-dotted">
<table class="data-col2" width="600px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Account');?>
</td>
</tr>
@ -79,7 +74,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:randomString();" class="generate"><?php print __('generate');?></a>
</td>
</tr>
@ -89,8 +84,8 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<?php print __('Quota');?> <span style="padding: 0pt 0pt 0pt 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('in megabytes');?>)</span>
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Quota');?> <span style="padding: 0 0 0 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('in megabytes');?>)</span>
</td>
</tr>
<tr>
@ -99,8 +94,8 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<?php print __('Aliases');?> <span style="padding: 0pt 0pt 0pt 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('use local-part');?>)</span>
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Aliases');?> <span style="padding: 0 0 0 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('use local-part');?>)</span>
</td>
</tr>
<tr>
@ -109,8 +104,8 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<?php print __('Forward to');?> <span style="padding: 0pt 0pt 0pt 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('one or more email addresses');?>)</span>
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Forward to');?> <span style="padding: 0 0 0 6px; font-size: 10pt; color: rgb(85, 85, 85);">(<?php print __('one or more email addresses');?>)</span>
</td>
</tr>
<tr>
@ -119,7 +114,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Do not store forwarded mail');?>
</td>
</tr>
@ -129,7 +124,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Autoreply');?>
</td>
</tr>
@ -142,7 +137,7 @@
<td>
<table style="display:<?php if ($v_autoreply == 'no') { echo 'none';} else {echo 'block';}?> ;" id="autoreplytable">
<tr>
<td class="vst-text" style="padding: 9px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Message');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing Package');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing Package');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,7 +26,7 @@
<form id="vstobjects" name="v_edit_package" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -37,15 +37,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo $v_status ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Package Name');?>
</td>
</tr>
@ -56,7 +51,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Web Template');?>
</td>
</tr>
@ -79,7 +74,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Proxy Template');?>
</td>
</tr>
@ -102,7 +97,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('DNS Template');?>
</td>
</tr>
@ -125,7 +120,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSH Access');?>
</td>
</tr>
@ -148,7 +143,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Web Domains');?>
</td>
</tr>
@ -158,7 +153,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Web Aliases');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('per domain');?>)</span>
</td>
</tr>
@ -168,7 +163,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('DNS domains');?>
</td>
</tr>
@ -178,7 +173,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('DNS records');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('per domain');?>)</span>
</td>
</tr>
@ -188,7 +183,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Mail Domains');?>
</td>
</tr>
@ -198,7 +193,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Mail Accounts');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('per domain');?>)</span>
</td>
</tr>
@ -208,7 +203,7 @@
<td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Databases');?>
</td>
</tr>
@ -218,7 +213,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Cron Jobs');?>
</td>
</tr>
@ -228,7 +223,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Backups');?>
</td>
</tr>
@ -238,7 +233,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Quota');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('in megabytes');?>)</span>
</td>
</tr>
@ -248,7 +243,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Bandwidth');?> <span style="padding:0 0 0 6px; font-size: 10pt; color:#555;">(<?php print __('in megabytes');?>)</span>
</td>
</tr>
@ -258,7 +253,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Name Servers');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing User');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing User');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -38,7 +38,7 @@
</script>
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -49,16 +49,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status); ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 28px 0 0 0;">
<?php print __('Username');?>
</td>
</tr>
@ -68,7 +62,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:randomString();" class="generate"><?php print __('generate');?></a>
</td>
</tr>
@ -78,7 +72,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Email');?>
</td>
</tr>
@ -88,7 +82,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;" >
<td class="vst-text" style="padding: 12px 0 0 0;" >
<?php print __('Package');?>
</td>
</tr>
@ -109,7 +103,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;" >
<td class="vst-text" style="padding: 12px 0 0 0;" >
<?php print __('Language');?>
</td>
</tr>
@ -133,7 +127,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('First Name');?>
</td>
</tr>
@ -143,7 +137,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Last Name');?>
</td>
</tr>
@ -153,7 +147,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;" >
<td class="vst-text" style="padding: 12px 0 0 0;" >
<?php print __('SSH Access');?>
</td>
</tr>
@ -174,7 +168,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Default Name Servers');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Editing Domain');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Editing Domain');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -58,7 +58,7 @@
</script>
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -69,16 +69,10 @@
<tr><td class="data-<?php echo $v_status ?>"><b><?php echo __($v_status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -88,7 +82,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('IP Address');?>
</td>
</tr>
@ -111,7 +105,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Aliases');?>
</td>
</tr>
@ -121,7 +115,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Web Template');?>
</td>
</tr>
@ -142,7 +136,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Proxy Support');?>
</td>
</tr>
@ -155,7 +149,7 @@
<td>
<table style="display:<?php if (empty($v_proxy)) { echo 'none';} else {echo 'block';}?> ;" id="proxytable">
<tr>
<td class="vst-text" style="padding: 9px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Proxy Template');?>
</td>
</tr>
@ -179,7 +173,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Proxy Extensions');?>
</td>
</tr>
@ -192,7 +186,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Support');?> /
<a class="generate" target="_blank" href="/generate/ssl/?domain=<?php echo $v_domain ?>"><?php print __('Generate CSR') ?></a>
</td>
@ -206,7 +200,7 @@
<td>
<table style="display:<?php if ($v_ssl == 'no' ) { echo 'none';} else {echo 'block';}?> ;" id="ssltable">
<tr>
<td class="vst-text" style="padding: 9px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Home Directory');?>
</td>
</tr>
@ -224,7 +218,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Certificate');?>
</td>
</tr>
@ -234,7 +228,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Key');?>
</td>
</tr>
@ -244,7 +238,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Certificate Authority / Intermediate');?> <span class="optional">(<?php print __('optional');?>)</span>
</td>
</tr>
@ -257,7 +251,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Web Statistics');?>
</td>
</tr>
@ -279,7 +273,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Statistics Authorization');?>
</td>
</tr>
@ -292,7 +286,7 @@
<td>
<table style="display:<?php if (empty($v_stats_user)) { echo 'none';} else {echo 'block';}?> ;" id="statstable" name="v-add-web-domain-stats-user">
<tr>
<td class="vst-text" style="padding: 9px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Username');?>
</td>
</tr>
@ -302,7 +296,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:WEBrandom();" class="generate"><?php print __('generate');?></a>
</td>
</tr>
@ -315,7 +309,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Additional FTP Account');?>
</td>
</tr>
@ -328,7 +322,7 @@
<td>
<table style="display:<?php if (empty($v_ftp_user)) { echo 'none';} else {echo 'block';}?> ;" id="ftptable" name="v_add_domain_ftp">
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Username');?>
<?php if (empty($v_ftp_user)) echo '<br><span style="font-size: 10pt; color:#777;">' . __('Prefix will be automaticaly added to username',$user."_") . '</span>' ?>
</td>
@ -340,7 +334,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Password');?> / <a href="javascript:FTPrandom();" class="generate"><?php print __('generate');?></a>
</td>
</tr>
@ -354,7 +348,7 @@
echo '';
?>
<tr>
<td class="vst-text" style="padding: 10px 0 0 0;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Send FTP credentials to email');?>
</td>
</tr>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Generating CSR');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Generating CSR');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,7 +26,7 @@
<form id="vstobjects" name="v_generate_csr" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -34,15 +34,15 @@
</tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table>
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -52,7 +52,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Email');?>
</td>
</tr>
@ -62,7 +62,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Country'); ?>
<span class="optional">(<?php print __('2 letter code');?>)</span>
</td>
@ -73,7 +73,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('State / Province');?>
</td>
</tr>
@ -83,7 +83,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('City / Locality');?>
</td>
</tr>
@ -93,7 +93,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Organization');?>
</td>
</tr>

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/schedule/backup/'"> <?php print __('Create Backup');?> </button>
</div>
@ -78,25 +78,25 @@
<?php print __('download');?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=3 class="domain" style="padding: 0 0 0 4px;">
<td colspan=3 class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="chart1" style="padding: 10px 0 0px 2px"><?php print __('Backup Size');?>: <?php echo humanize_usage($data[$key]['SIZE']) ?>
<div style="width:160px; height:5px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['SIZE'],$panel[$user]['DISK_QUOTA']) ?>%; height:5px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<td class="chart1" style="padding: 4px 0 0 0"><?php print __('Backup Size');?>: <?php echo humanize_usage($data[$key]['SIZE']) ?>
<div style="width:160px; height:6px; font-size:0;background-color:#c7d5b3;">
<div style="width:100%; height:6px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="250">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name">
@ -106,19 +106,9 @@
<?php echo $data[$key]['TYPE'] ?>
</td>
</tr>
<tr>
<td class="counter-name">
<?php print __('Consistent');?>:
</td>
<td class="counter-value">
<a class="counter-value" title="<?php echo str_replace(',', ', ', $data[$key]['WEB']) ?>">
<?php print __($web) ?>
</a>
</td>
</tr>
</table>
</td>
<td rowspan=4 style="vertical-align:top;" width="300">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name">
@ -144,7 +134,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/schedule/restore/?backup=<?php echo $_GET['backup'] ?>'"> <?php print __('Restore All');?> </button>
</div>
@ -27,18 +27,15 @@
</div>
<div id="vstobjects">
<div style="height:10px; font-size:0;"></div>
<table class="data" style="background: #ebe9dc;">
<tr>
<td style="padding: 8px 2px 8px 0;">
<td style="padding: 10px 4px">
<a class="name" style="color: #555; font-size: 10pt;"><b><?php print __('Listing');?> <?php echo $_GET['backup'] ?> </b></a>
</td>
</tr>
</table>
<div style="height:10px; font-size:0;"></div>
<table class="data">
<?php
$backup = $_GET['backup'];
$web = explode(',',$data[$backup]['WEB']);
@ -52,19 +49,19 @@
<tr><td><input type="checkbox" class="ch-toggle" name="web[]" value="<?php echo $key ?>" ></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a href="/schedule/restore/?backup=<?php echo $backup ?>&type=web&object=<?php echo $key ?>" class="data-controls">
<span>
<img src="/images/restore.png" width="6px" height="8px">
<?php print __('restore');?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td class="cron" style="width: 170px; font-size: 14px;">
<td class="cron" width="239px">
<?php echo 'web ' . __('domain') ?>
</td>
<td class="domain" style="padding: 0 0 0 4px;">
<td class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
@ -89,19 +86,19 @@
<tr><td><input type="checkbox" class="ch-toggle" name="dns[]" value="<?php echo $key ?>" ></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a href="/schedule/restore/?backup=<?php echo $backup ?>&type=dns&object=<?php echo $key ?>" class="data-controls">
<span>
<img src="/images/restore.png" width="6px" height="8px">
<?php print __('restore');?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td class="cron" style="width: 170px; font-size: 14px;">
<td class="cron" width="239px">
<?php echo 'dns ' . __('domain') ?>
</td>
<td class="domain" style="padding: 0 0 0 4px;">
<td class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
@ -126,19 +123,19 @@
<tr><td><input type="checkbox" class="ch-toggle" name="mail[]" value="<?php echo $key ?>" ></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a href="/schedule/restore/?backup=<?php echo $backup ?>&type=mail&object=<?php echo $key ?>" class="data-controls">
<span>
<img src="/images/restore.png" width="6px" height="8px">
<?php print __('restore');?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td class="cron" style="width: 170px; font-size: 14px;">
<td class="cron" width="239px">
<?php echo 'mail ' . __('domain') ?>
</td>
<td class="domain" style="padding: 0 0 0 4px;">
<td class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
@ -163,19 +160,19 @@
<tr><td><input type="checkbox" class="ch-toggle" name="db[]" value="<?php echo $key ?>" ></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a href="/schedule/restore/?backup=<?php echo $backup ?>&type=db&object=<?php echo $key ?>" class="data-controls">
<span>
<img src="/images/restore.png" width="6px" height="8px">
<?php print __('restore');?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td class="cron" style="width: 170px; font-size: 14px;">
<td class="cron" width="239px">
<?php echo __('database') ?>
</td>
<td class="domain" style="padding: 0 0 0 4px;">
<td class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
@ -200,19 +197,19 @@
<tr><td><input type="checkbox" class="ch-toggle" name="cron[]" value="<?php echo 'yes' ?>" ></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a href="/schedule/restore/?backup=<?php echo $backup ?>&type=cron&object=records" class="data-controls">
<span>
<img src="/images/restore.png" width="6px" height="8px">
<?php print __('restore');?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td class="cron" style="width: 170px; font-size: 14px;">
<td class="cron" width="239px">
<?php echo __('cron') ?>
</td>
<td class="domain" style="padding: 0 0 0 4px;">
<td class="domain">
<b><?php echo 'cron ' . __('records') ?></b>
</td>
</tr>
@ -237,19 +234,19 @@
<tr><td><input type="checkbox" class="ch-toggle" name="udir[]" value="<?php echo $key ?>" ></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a href="/schedule/restore/?backup=<?php echo $backup ?>&type=udir&object=<?php echo $key ?>" class="data-controls">
<span>
<img src="/images/restore.png" width="6px" height="8px">
<?php print __('restore');?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td class="cron" style="width: 170px; font-size: 14px;">
<td class="cron" width="239px">
<?php echo __('user dir') ?>
</td>
<td class="domain" style="padding: 0 0 0 4px;">
<td class="domain">
<b><?php echo $key ?></b>
</td>
</tr>

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/cron/'"> <?php print __('Add Cron Job');?> </button>
</div>
@ -79,14 +79,14 @@
<?php print __('edit');?>
</span>
</a>
<table class="data-col2" width="800px">
<table class="data-col2">
<tr>
<td colspan=6 class="cron">
<b><?php echo htmlspecialchars($data[$key]['CMD'], ENT_NOQUOTES) ?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:80px">
<td style="vertical-align:top; padding: 4px 0 0 1px" width="118px">
<div class="cron-counter-name">
<?php print __('Min');?>
</div>
@ -94,7 +94,7 @@
<?php echo $data[$key]['MIN'] ?>
</div>
</td>
<td style="vertical-align:top; width:80px">
<td style="vertical-align:top; padding: 4px 0 0 0" width="120px">
<div class="cron-counter-name">
<?php print __('Hour');?>
</div>
@ -102,7 +102,7 @@
<?php echo $data[$key]['HOUR'] ?>
</div>
</td>
<td style="vertical-align:top; width:80px">
<td style="vertical-align:top; padding: 4px 0 0 0" width="120px">
<div class="cron-counter-name">
<?php print __('Day');?>
</div>
@ -110,7 +110,7 @@
<?php echo $data[$key]['DAY'] ?>
</div>
</td>
<td style="vertical-align:top; width:80px">
<td style="vertical-align:top; padding: 4px 0 0 0" width="119px">
<div class="cron-counter-name">
<?php print __('Month');?>
</div>
@ -118,7 +118,7 @@
<?php echo $data[$key]['MONTH'] ?>
</div>
</td>
<td style="vertical-align:top; width:80px">
<td style="vertical-align:top; padding: 4px 0 0 0" width="120px">
<div class="cron-counter-name">
<?php print __('Day of week');?>
</div>
@ -140,7 +140,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/db/'"> <?php print __('Add Database');?> </button>
</div>
@ -58,7 +58,7 @@
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status); ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
@ -91,25 +91,25 @@
<?php print __('open %s',$db_admin);?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=3 class="domain" style="padding: 0 0 0 4px;">
<td colspan=3 class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="chart1" style="padding: 10px 0 0px 2px"><?php print __('Disk');?>: <?php echo humanize_usage($data[$key]['U_DISK']) ?>
<div style="width:160px; height:5px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$panel[$user]['DISK_QUOTA']) ?>%; height:5px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<td class="chart1" style="padding: 4px 0 0 0"><?php print __('Disk');?>: <?php echo humanize_usage($data[$key]['U_DISK']) ?>
<div style="width:160px; height:6px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$panel[$user]['DISK_QUOTA']) ?>%; height:6px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="260">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name">
@ -129,7 +129,7 @@
</tr>
</table>
</td>
<td rowspan=4 style="vertical-align:top;" width="300">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name">
@ -161,7 +161,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/dns/'"> <?php print __('Add DNS Domain');?> </button>
</div>
@ -45,12 +45,12 @@
<tr class="data-row">
<td class="data-dotted">
<table class="data-col1">
<tr><td><input type="checkbox" class="ch-toggle" name="domain[]" value="<?php echo "$key" ?>" > </td></tr>
<tr><td><input type="checkbox" class="ch-toggle" name="domain[]" value="<?php echo $key ?>" ></td></tr>
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr>
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
@ -89,28 +89,28 @@
<?php print __('list records',$data[$key]['RECORDS']); ?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=3 class="domain" style="padding: 0 0 0 4px;">
<td colspan=3 class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-name" style="padding: 0 0 0 2px;">
<td class="counter-name">
<?php echo $data[$key]['IP'] ?>
</td>
</tr>
<tr>
<td class="counter-name" style="padding: 0 0 0 2px;">
<td class="counter-name">
<?php print $data[$key]['SRC'] ?>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="270">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name"><?php print __('Template') ?>:</td>
@ -122,7 +122,7 @@
</tr>
</table>
</td>
<td rowspan=4 style="vertical-align:top;" width="300">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name"><?php print __('TTL') ?>:</td>
@ -146,7 +146,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> <?php print __('Add DNS Record');?> </button>
</div>
@ -28,15 +28,13 @@
</div>
<div id="vstobjects">
<div style="height:10px; font-size:0;"></div>
<table class="data" style="background: #ebe9dc;">
<tr>
<td style="padding: 8px 2px 8px 0;">
<td style="padding: 10px 4px">
<a class="name" style="color: #555; font-size: 10pt;"><b><?php print __('Listing');?> <?php echo $_GET['domain'] ?></b></a>
</td>
</tr>
</table>
<div style="height:10px; font-size:0;"></div>
<table class="data">
<?php
foreach ($data as $key => $value) {
@ -58,7 +56,7 @@
<tr><td></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
@ -75,11 +73,11 @@
<?php print __('edit');?>
</span>
</a>
<table class="data-col5" width="806px">
<table class="data-col5">
<tr>
<td class="log" style="padding: 0 0 0 4px;" width="200"><b><?php echo $data[$key]['RECORD'] ?></b></td>
<td class="log-counter-value" width="80"><?php echo $data[$key]['TYPE'] ?></td>
<td class="log-counter-value" width="80"><?php echo $data[$key]['PRIORITY'] ?></td>
<td class="log" width="239px"><b><?php echo $data[$key]['RECORD'] ?></b></td>
<td class="log-counter-value" width="57px"><?php echo $data[$key]['TYPE'] ?></td>
<td class="log-counter-value" width="62px"><?php echo $data[$key]['PRIORITY'] ?></td>
<td class="log-counter-value" ><?php echo $data[$key]['VALUE'] ?></td>
</tr>
</table>
@ -87,12 +85,12 @@
</tr>
<?php
}
?>
?>
</table>
</form>
<table class="data-count">
<tr>
<td width="168px">
<td width="174px">
</td>
<td>
<?php

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/ip/'"> <?php print __('Add IP');?> </button>
</div>
@ -42,7 +42,7 @@
<tr><td class="data-active"><b><?php print __('active');?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
@ -60,16 +60,16 @@
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=3 class="domain" style="padding: 0 0 0 4px;">
<td colspan=3 class="domain">
<b><?php echo $key ?></b>
<?php if (!empty($data[$key]['NAT'])) echo ' → <b>' . $data[$key]['NAT'] . '</b>'; ?>
<a class="aliases" style="padding:0 0 0 8px;"><?php echo $data[$key]['NAME'] ?></a>
</td>
</tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-name">
@ -83,7 +83,7 @@
</tr>
</table>
</td>
<td style="vertical-align:top;" width="250">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name">
@ -103,7 +103,7 @@
</tr>
</table>
</td>
<td rowspan=4 style="vertical-align:top;" width="300">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name">
@ -137,7 +137,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-search-block">
<form action="/search/" method="get">
<input type="text" name="q" class="submenu-search-field">
@ -28,11 +28,11 @@
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo $data[$key]['TIME']?></a></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<div style="height:20px; width:20px;"></div>
<table class="data-col5" width="806px">
<table class="data-col5">
<tr>
<td class="username" style="padding: 0 0 20 0" >
<td class="username">
<?php echo $data[$key]['CMD'] ?>
</td>
</tr>
@ -48,7 +48,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/mail/'"> <?php print __('Add Mail Domain');?> </button>
</div>
@ -57,7 +57,7 @@
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status); ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
@ -102,26 +102,26 @@
<?php print __('list accounts',$data[$key]['ACCOUNTS']); ?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=3 class="domain" style="padding: 0 0 0 4px;">
<td colspan=3 class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="chart1" style="padding: 10px 0 2px 0">
<td class="chart1" style="padding: 4px 0 0 0">
<?php print __('Disk');?>: <?php echo humanize_usage($data[$key]['U_DISK']) ?>
<div style="width:160px; height:5px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$panel[$user]['DISK_QUOTA']) ?>%; height:5px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<div style="width:160px; height:6px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$panel[$user]['DISK_QUOTA']) ?>%; height:6px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="260">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name">
@ -141,7 +141,7 @@
</tr>
</table>
</td>
<td rowspan=4 style="vertical-align:top;" width="300">
<td style="vertical-align:top;" widht="200px">
<table>
<tr>
<td class="counter-name">
@ -172,7 +172,7 @@
</form>
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> <?php print __('Add Mail Account');?> </button>
</div>
@ -28,15 +28,13 @@
</div>
<div id="vstobjects">
<div style="height:10px; font-size:0;"></div>
<table class="data" style="background: #ebe9dc;">
<tr>
<td style="padding: 8px 2px 8px 0;">
<td style="padding: 10px 4px;">
<a class="name" style="color: #555; font-size: 10pt;"><b><?php print __('Listing');?> <?php echo $_GET['domain'] ?></b></a>
</td>
</tr>
</table>
<div style="height:10px; font-size:0;"></div>
<table class="data">
<?php
foreach ($data as $key => $value) {
@ -60,7 +58,7 @@
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status); ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
@ -87,25 +85,22 @@
<?php print __('edit');?>
</span>
</a>
<table class="data-col2" width="830px">
<tr><td colspan=3 class="domain" style="padding: 0 0 0 4px;"><b><?php echo $key."@".$_GET['domain'] ?></b> <a class="aliases" style="padding: 0 20px 0 4px"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></a></td></tr>
<table class="data-col2">
<tr><td colspan=3 class="domain"><b><?php echo $key."@".$_GET['domain'] ?></b> <a class="aliases"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></a></td></tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-name" style="padding: 4px 0 0 0;">
</td>
<tr>
<td class="chart1" style="padding: 2px 0 2px 0">
<td class="chart1" style="padding: 4px 0 0 0">
<?php print __('Disk');?>: <?php echo humanize_usage($data[$key]['U_DISK']) ?>
<div style="width:160px; height:5px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['QUOTA']) ?>%; height:5px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<div style="width:160px; height:6px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['QUOTA']) ?>%; height:6px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="200">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name">
@ -125,7 +120,7 @@
</tr>
</table>
</td>
<td rowspan=4 style="vertical-align:top;" width="350">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name">
@ -149,7 +144,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/package/'"> <?php print __('Add Package');?> </button>
</div>
@ -40,7 +40,7 @@
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px" >
@ -58,14 +58,14 @@
<?php print __('edit');?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=3 class="username" style="padding: 10px 0 0 4px;">
<td colspan=3 class="username">
<b><?php echo $key?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-name"><?php print __('Web Template');?>:</td>
@ -80,27 +80,27 @@
<td class="counter-value"><?php echo $data[$key]['DNS_TEMPLATE'] ?> </td>
</tr>
<tr>
<td class="chart1" colspan=2 style="padding: 8px 0 0 2px;">
<td class="chart1" colspan=2 style="padding: 8px 0 0 0">
<?php print __('Bandwidth');?>: <?php echo humanize_usage($data[$key]['BANDWIDTH']) ?>
<div style="width:160px; height:5px; font-size:0;background-color:#c7d5b3;">
<div style="width:0%; height:5px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<div style="width:160px; height:6px; font-size:0;background-color:#c7d5b3;">
<div style="width:0%; height:6px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
<tr>
<td class="chart1" colspan=2 style="padding: 0 0 0 2px;">
<td class="chart1" colspan=2>
<?php print __('Disk');?>: <?php echo humanize_usage($data[$key]['DISK_QUOTA']) ?>
<div style="width:160px; height:5px; font-size:0;background-color:#c7d5b3;">
<div style="width:0%; height:5px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<div style="width:160px; height:6px; font-size:0;background-color:#c7d5b3;">
<div style="width:0%; height:6px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="300">
<table width="300">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name" width="37%"><?php print __('Web Domains');?>:</td>
<td class="counter-name"><?php print __('Web Domains');?>:</td>
<td class="counter-value"><?php echo $data[$key]['WEB_DOMAINS'] ?> </td>
</tr>
<tr>
@ -117,14 +117,14 @@
</tr>
<tr>
<td class="counter-name"><?php print __('Name Servers');?>:</td>
<td class="counter-value"><?php echo str_replace(',', ', ',$data[$key]['NS']) ?> </td>
<td class="counter-value"><?php echo str_replace(',', '<br>',$data[$key]['NS']) ?> </td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="280">
<table class="data-col4" width="280">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name" width="48%"><?php print __('Mail Domains');?>:</td>
<td class="counter-name"><?php print __('Mail Domains');?>:</td>
<td class="counter-value"><?php echo $data[$key]['MAIL_DOMAINS'] ?> </td>
</tr>
<tr>
@ -161,7 +161,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 16px">
<div style="submenu-button-block">
<a class="vst<?php if ((empty($_GET['period'])) || ($_GET['period'] == 'daily')) echo "-selected" ?>" href="?period=daily"><?php print __('Daily');?></a>
<a class="vst<?php if ((!empty($_GET['period'])) && ($_GET['period'] == 'weekly')) echo "-selected" ?>" href="?period=weekly"><?php print __('Weekly');?></a>
@ -32,23 +32,23 @@
<tr class="data-row">
<td class="data-dotted">
<table class="data-col1" width="150">
<table class="data-col1">
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE']))?></a></td></tr>
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo $data[$key]['TIME']?></a></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a href="/rrd/<?php echo $data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png" ?>" target="_blank" class="data-controls">
<span>
<img src="/images/download.png" width="8px" height="8px">
<?php print __('download');?>
</span>
</a>
<table class="data-col2" width="830px">
<tr><td colspan=3 class="domain" style="padding: 0 0 4px 4px;"><b><?php echo __($data[$key]['TITLE']); ?></b></td></tr>
<table class="data-col2">
<tr><td colspan=3 class="domain"><b><?php echo __($data[$key]['TITLE']); ?></b></td></tr>
<tr>
<td style="vertical-align:top;" width="630px">
<table width="630px">
<td style="vertical-align:top; padding:4px 0 0 0;" width="630px">
<table>
</tr>
<td style="background: #7a766d;" width="630px" height="250px">
<img style="padding: 0 0 0 36px;" src="/rrd/<?php echo $data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png" ?>">

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div style="submenu-button-block">
<a style="float:left; font-size: 16pt; color: #555;"><b><?php print __('Search Results');?></b></a>
</div>
@ -37,12 +37,12 @@
<tr class="data-row">
<td class="data-dotted">
<table class="data-col1" width="150">
<table class="data-col1">
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE']))?></a></td></tr>
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status); ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<?php
if ($data[$key]['KEY'] == 'RECORD') {
$delete_lnk = '/delete/'.$data[$key]['TYPE'].'/?domain='.$data[$key]['PARENT'].'&record_id='.$data[$key]['LINK'].'&user='.$data[$key]['USER'];
@ -147,10 +147,10 @@
}
?>
<table class="data-col2" width="830px">
<tr><td colspan=3 class="domain" style="padding: 0 0 0 4px;"><b><?php echo $data[$key]['RESULT'] ?></b> <a class="aliases" style="padding: 0 20px 0 4px"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></a></td></tr>
<table class="data-col2">
<tr><td colspan=3 class="domain"><b><?php echo $data[$key]['RESULT'] ?></b> <a class="aliases"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></a></td></tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-value">
@ -159,7 +159,7 @@
</tr>
</table>
</td>
<td style="vertical-align:top;" width="200">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name">
@ -171,13 +171,13 @@
</tr>
</table>
</td>
<td style="vertical-align:top;" width="350">
<td style="vertical-align:top;">
<table >
<tr>
<td class="counter-name">
<?php print __('Status');?>:
</td>
<td class="counter-value" style="padding: 0 0 0 8px;">
<td class="counter-value">
<?php echo __($status); ?>
</td>
</tr>
@ -195,7 +195,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1){

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-search-block">
<form action="/search/" method="get">
<input type="text" name="q" class="submenu-search-field">
@ -33,21 +33,21 @@
<tr><td class="data-active"><b><?php print __('running') ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a href="/restart/system/?hostname=<?php echo $sys['sysinfo']['HOSTNAME'] ?>" class="data-controls">
<span>
<img src="/images/reload.png" width="6px" height="7px">
<?php print __('restart'); ?>
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=4 class="domain" style="padding: 0 0 0 4px;">
<td colspan=4 class="domain">
<b><?php echo $sys['sysinfo']['HOSTNAME'] ?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top;" width="354px">
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td>
@ -61,36 +61,26 @@
</tr>
</table>
</td>
<td style="vertical-align:top;" width="142px">
<td style="vertical-align:top;" width="358px">
<table>
<tr>
<td class="counter-name">
<?php print __('LoadAverage');?>:
</td>
<td>
<a class="counter-value"> <?php echo $sys['sysinfo']['LOADAVERAGE'] ?></a>
<td class="counter-value">
<?php echo $sys['sysinfo']['LOADAVERAGE'] ?>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="34px">
<table>
<tr>
<td class="counter-name">
</td>
<td>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" widht="280px">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name">
<?php print __('Uptime');?>:
</td>
<td>
<a class="counter-value"><?php echo humanize_time($sys['sysinfo']['UPTIME']) ?> </a>
<td class="counter-value">
<?php echo humanize_time($sys['sysinfo']['UPTIME']) ?>
</td>
</tr>
</table>
@ -139,42 +129,42 @@
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=4 class="domain" style="padding: 0 0 0 4px;">
<td colspan=4 class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top;" width="200px">
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-name" style="padding: 2px 0 0 0">
<td class="counter-name">
<?php echo __($data[$key]['SYSTEM']) ?>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="150px">
<td style="vertical-align:top;" width="119px">
<table>
<tr>
<td class="counter-name" widht="">
<td class="counter-name">
<?php print __('CPU');?>:
</td>
<td>
<a class="counter-value"> <?php echo $cpu ?>%</a>
<td class="counter-value">
<?php echo $cpu ?>%
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="180px">
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-name">
<?php print __('Memory');?>:
</td>
<td>
<a class="counter-value"><?php echo $data[$key]['MEM'] ?> <?php print __('mb');?></a>
<td class="counter-value">
<?php echo $data[$key]['MEM'] ?> <?php print __('mb');?>
</td>
</tr>
</table>
@ -185,8 +175,8 @@
<td class="counter-name">
<?php print __('Uptime');?>:
</td>
<td>
<a class="counter-value"><?php echo humanize_time($data[$key]['RTIME']) ?> </a>
<td class="counter-value">
<?php echo humanize_time($data[$key]['RTIME']) ?>
</td>
</tr>
</table>

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Generating CSR');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Generating CSR');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,7 +26,7 @@
<form id="vstobjects" name="v_generate_csr" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -34,15 +34,10 @@
</tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table class="data-col2">
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('SSL CSR');?>
</td>
</tr>
@ -52,7 +47,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;"><?php print __('SSL Certificate');?>
<td class="vst-text" style="padding: 12px 0 0 0;"><?php print __('SSL Certificate');?>
</td>
</tr>
<tr>
@ -61,7 +56,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('SSL Key');?>
</td>
</tr>

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-search-block">
<form action="/search/" method="get">
<input type="text" name="q" class="submenu-search-field">
@ -40,39 +40,39 @@
<tr class="data-row">
<td class="data-dotted">
<table class="data-col1" width="150">
<table class="data-col1">
<tr><td><a class="data-date" ><?php echo strftime("%d %b %Y", strtotime($key))?></a></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<div style="height:20px; width:20px;"></div>
<table class="data-col2" width="830px">
<td class="data-dotted">
<div style="height:19px"></div>
<table class="data-col2">
<tr>
<td colspan=3 class="username" style="padding: 0 0 0 4px">
<td colspan=3 class="username">
<b><?php echo strftime("%b %Y", strtotime($key))?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="chart1" colspan=2 style="padding: 4px 0 0 2px;">
<td class="chart1" colspan=2 style="padding: 14px 0 0 0px;">
<?php print __('Bandwidth');?>: <?php echo get_percentage($data[$key]['U_BANDWIDTH'],$data[$key]['BANDWIDTH']) ?>% (<?php echo humanize_usage($data[$key]['U_BANDWIDTH']) ?>)
<div style="width:160px; height:7px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_BANDWIDTH'],$data[$key]['BANDWIDTH']) ?>%; height:7px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<div style="width:<?php echo get_percentage($data[$key]['U_BANDWIDTH'],$data[$key]['BANDWIDTH']) ?>%; height:8px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
<tr>
<td class="chart1" colspan=2 style="padding: 0 0 0 2px;">
<td class="chart1" colspan=2>
<?php print __('Disk');?>: <?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['DISK_QUOTA']) ?>% (<?php echo humanize_usage($data[$key]['U_DISK']) ?>)
<div style="width:160px; height:7px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['DISK_QUOTA']) ?>%; height:7px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<div style="width:160px; height:8px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['DISK_QUOTA']) ?>%; height:8px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
<tr>
<td colspan=2>
<td class="chart1" colspan=2 style="padding: 4px 0 0 0;">
<table class="chart2">
<tr>
<td>
@ -95,10 +95,10 @@
</tr>
</table>
</td>
<td style="vertical-align:top;" width="280">
<table width="280">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name" width="37%">
<td class="counter-name">
<?php print __('Web Domains');?>:
</td>
<td class="counter-value">
@ -139,10 +139,10 @@
</tr>
</table>
</td>
<td style="vertical-align:top;" width="250">
<table class="data-col4" width="250">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name" width="50%">
<td class="counter-name">
<?php print __('Mail Domains');?>:
</td>
<td class="counter-value">
@ -196,7 +196,7 @@
<table class="data-count">
<tr>
<td width="168px"></td>
<td width="174px"></td>
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-search-block">
<form action="/search/" method="get">
<input type="text" name="q" class="submenu-search-field">
@ -44,10 +44,10 @@
<tr><td class="data-<?php echo $status ?>"><b><?php echo $upd_status ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<?php
if ($data[$key]['UPDATED'] == 'no') {
?>
?>
<a href="/update/vesta/?pkg=<?php echo $key ?>" class="data-controls">
<span>
<img src="/images/update.png" width="6px" height="7px">
@ -56,17 +56,17 @@
</a>
<?php
}
?>
<div style="height:20px; width:20px; float:right;"></div>
?>
<div style="height:20px;"></div>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=4 class="domain" style="padding: 0 0 0 4px;">
<td colspan=4 class="domain">
<b><?php echo $key ?></b>
</td>
</tr>
<tr>
<td style="vertical-align:top;" width="200px">
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-name" style="padding: 2px 0 0 0">
@ -75,38 +75,26 @@
</tr>
</table>
</td>
<td style="vertical-align:top;" width="180px">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name">
<?php print __('Version') ?>:
</td>
<td>
<a class="counter-value"> <?php echo $data[$key]['VERSION'] ?></a>
<td class="counter-value">
<?php echo $data[$key]['VERSION'] ?> (<?php echo $data[$key]['ARCH'] ?>)
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="170px">
<td style="vertical-align:top;">
<table>
<tr>
<td class="counter-name">
<?php print __('Release') ?>:
</td>
<td>
<a class="counter-value"><?php echo $data[$key]['RELEASE'] ?></a>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" >
<table>
<tr>
<td class="counter-name">
<?php print __('Architecture') ?>:
</td>
<td>
<a class="counter-value"><?php echo $data[$key]['ARCH'] ?> </a>
<td class="counter-value">
<?php echo $data[$key]['RELEASE'] ?>
</td>
</tr>
</table>

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<?php
if ($user == 'admin') {
@ -60,10 +60,10 @@
<table class="data-col1">
<tr><td><input type="checkbox" class="ch-toggle" name="user[]" value="<?php echo $key ?>" ></td></tr>
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE']))?></a></td></tr>
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status); ?></b></td></tr>
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
@ -131,47 +131,47 @@
</span>
</a>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=3 class="username" style="padding: 0 0 0 4px;"><b><?php echo $key ?></b><a class="fullname"><?php echo $data[$key]['FNAME']?> <?php echo $data[$key]['LNAME']?></a></td>
<td colspan=3 class="username"><b><?php echo $key ?></b><a class="fullname"><?php echo $data[$key]['FNAME']?> <?php echo $data[$key]['LNAME']?></a></td>
</tr>
<tr>
<td style="vertical-align:top;" width="260">
<td style="vertical-align:top;" width="239px">
<table>
<tr><td colspan=2 class="counter-name" style="padding: 0 0 0 2px;"><?php echo $data[$key]['CONTACT']?></td></tr>
<tr><td colspan=2 class="counter-name" style="padding: 0 0 8px 2px;">[<?php echo $data[$key]['PACKAGE']?>] <?php print __('package');?></td></tr>
<tr><td colspan=2 class="counter-name"><?php echo $data[$key]['CONTACT']?></td></tr>
<tr><td colspan=2 class="counter-name" style="padding: 2px 0 14px 0;">[<?php echo $data[$key]['PACKAGE']?>] <?php print __('package');?></td></tr>
<tr>
<td class="chart1" colspan=2 style="padding: 0 0 0 3px;"><?php print __('Bandwidth');?>: <?php echo get_percentage($data[$key]['U_BANDWIDTH'],$data[$key]['BANDWIDTH']) ?>% (<?php echo humanize_usage($data[$key]['U_BANDWIDTH']) ?>)
<td class="chart1" colspan=2><?php print __('Bandwidth');?>: <?php echo get_percentage($data[$key]['U_BANDWIDTH'],$data[$key]['BANDWIDTH']) ?>% (<?php echo humanize_usage($data[$key]['U_BANDWIDTH']) ?>)
<div style="width:160px; height:7px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_BANDWIDTH'],$data[$key]['BANDWIDTH']) ?>%; height:7px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
<tr>
<td class="chart1" colspan=2 style="padding: 0 0 0 3px;"><?php print __('Disk');?>: <?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['DISK_QUOTA']) ?>% (<?php echo humanize_usage($data[$key]['U_DISK']) ?>)
<td class="chart1" colspan=2 style="padding: 0px 0 0 0;"><?php print __('Disk');?>: <?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['DISK_QUOTA']) ?>% (<?php echo humanize_usage($data[$key]['U_DISK']) ?>)
<div style="width:160px; height:7px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$data[$key]['DISK_QUOTA']) ?>%; height:7px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
<tr>
<td colspan=2 style="padding: 2px 0 0 0;">
<td colspan=2 style="padding: 4px 0 0 0;">
<table class="chart2">
<tr>
<td>
<?php print __('Web');?>: <?php echo humanize_usage($data[$key]['U_DISK_WEB'])?>
<?php print __('Web');?>: <?php echo humanize_usage($data[$key]['U_DISK_WEB'])?>
</td>
<td style="padding: 0px 0px 0px 4px">
<?php print __('Databases');?>: <?php echo humanize_usage($data[$key]['U_DISK_DB'])?>
<td style="padding: 2px 0px 2px 4px">
<?php print __('Databases');?>: <?php echo humanize_usage($data[$key]['U_DISK_DB'])?>
</td>
</tr>
<tr>
<td>
<?php print __('Mail');?>: <?php echo humanize_usage($data[$key]['U_DISK_MAIL'])?>
<?php print __('Mail');?>: <?php echo humanize_usage($data[$key]['U_DISK_MAIL'])?>
</td>
<td style="padding: 0px 0px 0px 4px">
<?php print __('User Directories');?>: <?php echo humanize_usage($data[$key]['U_DISK_DIRS'])?>
<?php print __('User Directories');?>: <?php echo humanize_usage($data[$key]['U_DISK_DIRS'])?>
</td>
</tr>
</table>
@ -179,8 +179,8 @@
</tr>
</table>
</td>
<td style="vertical-align:top;" width="300">
<table width="290">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name"><?php print __('Web Domains');?>:</td>
<td class="counter-value"><?php echo $data[$key]['U_WEB_DOMAINS'] ?> / <?php echo $data[$key]['WEB_DOMAINS'] ?></td>
@ -203,12 +203,12 @@
</tr>
<tr>
<td class="counter-name"><?php print __('Name Servers');?>:<br></td>
<td class="counter-value"><?php echo str_replace(',', ', ',$data[$key]['NS']) ?></td>
<td class="counter-value"><?php echo str_replace(',', '<br>',$data[$key]['NS']) ?></td>
</tr>
</table>
</td>
<td style="vertical-align:top;">
<table class="data-col4">
<table>
<tr>
<td class="counter-name"><?php print __('Mail Domains');?>:</td>
<td class="counter-value"><?php echo $data[$key]['U_MAIL_DOMAINS'] ?> / <?php echo $data[$key]['MAIL_DOMAINS'] ?></td>
@ -251,7 +251,7 @@
<table class="data-count">
<tr>
<td width="168px">
<td width="174px">
<td>
<?php
if ( $i == 1) {

View file

@ -1,6 +1,6 @@
<table class="submenu">
<tr>
<td style="padding: 12px 8px">
<td style="padding: 14px 10px">
<div class="submenu-button-block">
<button class="submenu-button-main" onclick="location.href='/add/web/'"> <?php print __('Add Web Domain');?> </button>
</div>
@ -78,10 +78,10 @@
<table class="data-col1">
<tr><td><input type="checkbox" class="ch-toggle" name="domain[]" value="<?php echo $key ?>" ></td></tr>
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE'])) ?></a></td></tr>
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status); ?></b></td></tr>
<tr><td class="data-<?php echo $status ?>"><b><?php echo __($status) ?></b></td></tr>
</table>
</td>
<td class="data-dotted" width="830px">
<td class="data-dotted">
<a id="delete_link_<?php echo $i ?>" class="data-controls do_delete">
<span class="do_delete">
<img src="/images/delete.png" width="7px" height="7px">
@ -127,38 +127,38 @@
<?php
}
?>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td colspan=3 class="domain" style="padding: 0 0 0 4px;">
<b><?php echo $key ?></b> <a class="aliases" style="padding: 0 30px 0 8px"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></a>
<td colspan=3 class="domain">
<b><?php echo $key ?></b> <a class="aliases"><?php echo str_replace(',', ', ', $data[$key]['ALIAS']) ?></a>
</td>
</tr>
<tr>
<td style="vertical-align:top;" >
<td style="vertical-align:top;" width="239px">
<table>
<tr>
<td class="counter-name" style="padding: 0 0 0 2px">
<td class="counter-name">
<?php echo $data[$key]['IP'] ?>
</td>
<tr>
<tr>
<td class="chart1" style="padding: 4px 0 0 2px">
<td class="chart1" style="padding: 8px 0 0 0">
<?php print __('Bandwidth');?>: <?php echo humanize_usage($data[$key]['U_BANDWIDTH']) ?>
<div style="width:160px; height:5px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_BANDWIDTH'],$panel[$user]['BANDWIDTH']) ?>%; height:5px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<div style="width:160px; height:6px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_BANDWIDTH'],$panel[$user]['BANDWIDTH']) ?>%; height:6px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
<tr>
<td class="chart1" style="padding: 2px 0 0 2px"><?php print __('Disk');?>: <?php echo humanize_usage($data[$key]['U_DISK']) ?>
<div style="width:160px; height:5px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$panel[$user]['DISK_QUOTA']) ?>%; height:5px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
<td class="chart1" style="padding: 4px 0 0 0"><?php print __('Disk');?>: <?php echo humanize_usage($data[$key]['U_DISK']) ?>
<div style="width:160px; height:6px; font-size:0;background-color:#c7d5b3;">
<div style="width:<?php echo get_percentage($data[$key]['U_DISK'],$panel[$user]['DISK_QUOTA']) ?>%; height:6px; background-color:#9bbb62; border-right:1px #9bbb62 solid;"></div>
</div>
</td>
</tr>
</table>
</td>
<td style="vertical-align:top;" width="260">
<td style="vertical-align:top;" width="297px">
<table>
<tr>
<td class="counter-name"><?php print __('Web Template');?>:</td>
@ -179,7 +179,7 @@
</table>
</td>
<td rowspan=4 style="vertical-align:top;" width="300">
<td rowspan=4 style="vertical-align:top;">
<table>
<tr>
<td class="counter-name"><?php print __('Proxy Support');?>:</td>
@ -189,12 +189,10 @@
<td class="counter-name"><?php print __('Proxy Template');?>:</td>
<td class="counter-value"><?php echo $data[$key]['PROXY'];?></td>
</tr>
<tr>
<td class="counter-name"><?php print __('Proxy Extentions');?>:</td>
<td class="counter-value" <?php if (!empty($proxy_ext_title)) echo "title='".$proxy_ext_title."'" ?>><?php echo $proxy_ext ?></td>
</tr>
<tr>
<td class="counter-name"> <?php print __('Additional FTP Account');?>:</td>
<td class="counter-value"> <?php print __($ftp_user) ?></td>
@ -213,7 +211,7 @@
<table class="data-count">
<tr>
<td width="168px">
<td width="174px">
<td>
<?php
if ( $i == 1) {