mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
new html code for submenu
This commit is contained in:
parent
bec58a9b34
commit
0d9e7d06ec
55 changed files with 692 additions and 620 deletions
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding Cron Job');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding database');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding DNS Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding DNS Record'); ?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding IP address');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding Mail Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding Mail Account');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding Package');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding User');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing Cron Job');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing Database');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing DNS Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing DNS Record');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing IP Address');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing Mail Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing Mail Account');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing Package');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing User');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -1,24 +1,23 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" > <?php print _('Create Backup');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" > <?php print _('Create Backup');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="Search" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/backup/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/cron/'"> <?php print _('Add Cron Job');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/cron/'"> <?php print _('Add Cron Job');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="Search" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/cron/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('suspend');?></option>
|
||||
<option><?php print _('unsuspend');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,26 +1,25 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/db/'"> <?php print _('Add Database');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/db/'"> <?php print _('Add Database');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="Search" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/db/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('suspend');?></option>
|
||||
<option><?php print _('unsuspend');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/'"> <?php print _('Add DNS Domain');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/dns/'"> <?php print _('Add DNS Domain');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/dns/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('suspend');?></option>
|
||||
<option><?php print _('unsuspend');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> <?php print _('Add DNS Record');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> <?php print _('Add DNS Record');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/dns/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('suspend');?></option>
|
||||
<option><?php print _('unsuspend');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,25 +1,24 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/ip/'"> <?php print _('Add IP');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/ip/'"> <?php print _('Add IP');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/ip/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('reread IP');?></option>
|
||||
<option><?php print _('reread IP');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_msg'])) {
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 0 16px">
|
||||
<div style="float:left">
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/'"> <?php print _('Add Mail Domain');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/mail/'"> <?php print _('Add Mail Domain');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/mail/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('suspend');?></option>
|
||||
<option><?php print _('unsuspend');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> <?php print _('Add Mail Account');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> <?php print _('Add Mail Account');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/mail/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('suspend');?></option>
|
||||
<option><?php print _('unsuspend');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,24 +1,23 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/package/'"> <?php print _('Add Package');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/package/'"> <?php print _('Add Package');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/package/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 0 16px">
|
||||
<div style="float:left">
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div style="submenu-button-block">
|
||||
<a class="vst" <?php if ((empty($_GET['period'])) || ($_GET['period'] == 'daily')) echo "style='color: #174f82'" ?> href="?period=daily"><?php print _('Daily');?></a>
|
||||
<a class="vst" <?php if ((!empty($_GET['period'])) && ($_GET['period'] == 'weekly')) echo "style='color: #174f82'" ?> href="?period=weekly"><?php print _('Weekly');?></a>
|
||||
<a class="vst" <?php if ((!empty($_GET['period'])) && ($_GET['period'] == 'monthly')) echo "style='color: #174f82'" ?> href="?period=monthly"><?php print _('Monthly');?></a>
|
||||
<a class="vst" <?php if ((!empty($_GET['period'])) && ($_GET['period'] == 'yearly')) echo "style='color: #174f82'" ?> href="?period=yearly"><?php print _('Yearly');?></a>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<a class="name" style="padding: 0;"><b><?php print _('Search Results');?></b></a>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div style="submenu-button-block">
|
||||
<a style="float:left; font-size: 16pt; color: #777;"><b><?php print _('Search Results');?></b></a>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 0px;">
|
||||
<div class="submenu-button-block">
|
||||
<form action="/bulk/service/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option<?php print _('stop');?>></option>
|
||||
<option><?php print _('start');?></option>
|
||||
<option><?php print _('restart');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_srv'])) {
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 0 16px">
|
||||
<div style="float:left">
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<form action="/list/stats/" method="get" id="objects">
|
||||
<a class="vst" <?php if (empty($_GET['user'])) echo "style='color: #174f82'"; ?> href='/list/stats/'><?php print _('Overall Statistics');?></a>
|
||||
<span style="padding: 0 8px;"></span>
|
||||
<select style="margin:0 2px 0 0px;" name="user">
|
||||
<div class="submenu-select-block">
|
||||
<select class="submenu-select-dropdown" name="user">
|
||||
<option value=''><?php print _('show per user');?></option>
|
||||
<?php
|
||||
foreach ($users as $key => $value) {
|
||||
|
@ -18,14 +17,16 @@
|
|||
}
|
||||
?>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<input type="submit" name="list" value="›" class="button" style="width: 37px;font-size: 12px; height: 24px;">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search') ?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 0px;">
|
||||
<div class="submenu-button-block">
|
||||
<form action="/bulk/vesta/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all') ?></a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected') ?></option>
|
||||
<option><?php print _('update') ?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_upd'])) {
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<?php
|
||||
if ($user == 'admin') {
|
||||
echo "<button style=\"width:120px; padding: 2px 0px;\" onclick=\"location.href='/add/user/'\">" . _('Add User') . "</button>";
|
||||
echo "<button class=\"submenu-button\" onclick=\"location.href='/add/user/'\">" . _('Add User') . "</button>";
|
||||
} else {
|
||||
echo "<button style=\"width:120px; padding: 2px 0px;\" onclick=\"location.href='/add/web/'\">" . _('Add Web Domain') . "</button>";
|
||||
echo "<button class=\"submenu-button\" onclick=\"location.href='/add/web/'\">" . _('Add Web Domain') . "</button>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/user/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('rebuild');?></option>
|
||||
<option><?php print _('rebuild web');?></option>
|
||||
|
@ -33,7 +33,7 @@
|
|||
<option><?php print _('unsuspend');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; height: 24px;font-size: 12px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,26 +1,25 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/web/'"> <?php print _('Add Web Domain');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/web/'"> <?php print _('Add Web Domain');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/web/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('suspend');?></option>
|
||||
<option><?php print _('unsuspend');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px;font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -6,122 +6,109 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table class="top">
|
||||
<tr>
|
||||
<td style="border-bottom: 1px solid #c4c4c4; height: 26px; border-left: 1px solid #c4c4c4; padding: 0 0 0 0px">
|
||||
<b><a class="top-<?php if($TAB == 'PACKAGE' ) echo 'selected-' ?>link" href="/list/package/">
|
||||
<?php print _('Packages') ?>
|
||||
</a></b>
|
||||
<b><a class="top-<?php if($TAB == 'IP' ) echo 'selected-' ?>link" href="/list/ip/">
|
||||
<?php print _('IP') ?>
|
||||
</a></b>
|
||||
<b><a class="top-<?php if($TAB == 'RRD' ) echo 'selected-' ?>link" href="/list/rrd/">
|
||||
<?php print _('Graphics') ?>
|
||||
</a></b>
|
||||
<b><a class="top-<?php if($TAB == 'STATS' ) echo 'selected-' ?>link" href="/list/stats/">
|
||||
<?php print _('Statistics') ?>
|
||||
</a></b>
|
||||
<b><a class="top-<?php if($TAB == 'LOG' ) echo 'selected-' ?>link" href="/list/log/">
|
||||
<?php print _('Log') ?>
|
||||
</a></b>
|
||||
<b><a class="top-<?php if($TAB == 'SERVICES' ) echo 'selected-' ?>link" href="/list/services/">
|
||||
<?php print _('Services') ?>
|
||||
</a></b>
|
||||
|
||||
<b><a class="top-<?php if($TAB == 'UPDATES' ) echo 'selected-' ?>link" href="/list/updates/">
|
||||
<?php print _('Updates') ?>
|
||||
</a></b>
|
||||
</td>
|
||||
<td style="border-bottom: 1px solid #c4c4c4; height: 26px; text-align: right; border-right: 1px solid #c4c4c4; padding: 0 24px 0 0px; weight:120px">
|
||||
<b><?php if($user != $_SESSION['user']) echo 'admin / ' ?><?php echo $user ?></b>
|
||||
<a class="top-link" style="padding: 5px 0px 5px 2px; border:0px" href="/logout/">
|
||||
<?php print _('Log out') ?>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="7" style="background: #fff;">
|
||||
<span class="nav-logo">
|
||||
<img style="margin: 28px 0 0 6px;" src="/images/logo.png">
|
||||
</span>
|
||||
<a class="nav-lnk" href="/list/user/">
|
||||
<span class="nav-<?php if($TAB == 'USER' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'USER' ) echo 'selected-' ?>header">
|
||||
<?php print _('USER');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('users');?>: <? echo $panel[$user]['U_USERS'] ?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_USERS']?>
|
||||
</p>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>
|
||||
<b><a class="top-<?php if($TAB == 'PACKAGE' ) echo 'selected-' ?>link" href="/list/package/"> <?php print _('Packages') ?> </a></b>
|
||||
<b><a class="top-<?php if($TAB == 'IP' ) echo 'selected-' ?>link" href="/list/ip/"> <?php print _('IP') ?> </a></b>
|
||||
<b><a class="top-<?php if($TAB == 'RRD' ) echo 'selected-' ?>link" href="/list/rrd/"> <?php print _('Graphics') ?> </a></b>
|
||||
<b><a class="top-<?php if($TAB == 'STATS' ) echo 'selected-' ?>link" href="/list/stats/"> <?php print _('Statistics') ?> </a></b>
|
||||
<b><a class="top-<?php if($TAB == 'LOG' ) echo 'selected-' ?>link" href="/list/log/"> <?php print _('Log') ?> </a></b>
|
||||
<b><a class="top-<?php if($TAB == 'SERVICES' ) echo 'selected-' ?>link" href="/list/services/"> <?php print _('Services') ?> </a></b>
|
||||
<b><a class="top-<?php if($TAB == 'UPDATES' ) echo 'selected-' ?>link" href="/list/updates/"> <?php print _('Updates') ?> </a></b>
|
||||
</td>
|
||||
<td>
|
||||
<b><?php if($user != $_SESSION['user']) echo 'admin / ' ?><?php echo $user ?></b>
|
||||
<a class="top-link" style="padding: 5px 0px 5px 2px; border:0px" href="/logout/"> <?php print _('Log out') ?> </a>
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="7" style="background: #fff;">
|
||||
<span class="nav-logo">
|
||||
<img style="margin: 28px 0 0 6px;" src="/images/logo.png">
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/web/">
|
||||
<span class="nav-<?php if($TAB == 'WEB' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'WEB' ) echo 'selected-' ?>header">
|
||||
<?php print _('WEB');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_WEB_DOMAINS']?><br>
|
||||
<?php print _('aliases');?>: <? echo $panel[$user]['U_WEB_ALIASES']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_WEB']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/dns/">
|
||||
<span class="nav-<?php if($TAB == 'DNS' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'DNS' ) echo 'selected-' ?>header">
|
||||
<?php print _('DNS');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_DNS_DOMAINS']?><br>
|
||||
<?php print _('records');?>: <? echo $panel[$user]['U_DNS_RECORDS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_DNS']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/mail/">
|
||||
<span class="nav-<?php if($TAB == 'MAIL' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'MAIL' ) echo 'selected-' ?>header">
|
||||
<?php print _('MAIL');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_MAIL_DOMAINS']?><br>
|
||||
<?php print _('accounts');?>: <? echo $panel[$user]['U_MAIL_ACCOUNTS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_MAIL']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/db/">
|
||||
<span class="nav-<?php if($TAB == 'DB' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'DB' ) echo 'selected-' ?>header">
|
||||
<?php print _('DB');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('databases');?>: <? echo $panel[$user]['U_DATABASES']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_DB']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/cron/">
|
||||
<span class="nav-<?php if($TAB == 'CRON' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'CRON' ) echo 'selected-' ?>header">
|
||||
<?php print _('CRON');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('jobs');?>: <? echo $panel[$user]['U_CRON_JOBS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_CRON']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/backup/">
|
||||
<span class="nav-<?php if($TAB == 'BACKUP' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'BACKUP' ) echo 'selected-' ?>header">
|
||||
<?php print _('BACKUP');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('backups');?>: <? echo $panel[$user]['U_BACKUPS']?><br>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<a class="nav-lnk" href="/list/user/">
|
||||
<span class="nav-<?php if($TAB == 'USER' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'USER' ) echo 'selected-' ?>header">
|
||||
<?php print _('USER');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('users');?>: <? echo $panel[$user]['U_USERS'] ?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_USERS']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/web/">
|
||||
<span class="nav-<?php if($TAB == 'WEB' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'WEB' ) echo 'selected-' ?>header">
|
||||
<?php print _('WEB');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_WEB_DOMAINS']?><br>
|
||||
<?php print _('aliases');?>: <? echo $panel[$user]['U_WEB_ALIASES']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_WEB']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/dns/">
|
||||
<span class="nav-<?php if($TAB == 'DNS' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'DNS' ) echo 'selected-' ?>header">
|
||||
<?php print _('DNS');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_DNS_DOMAINS']?><br>
|
||||
<?php print _('records');?>: <? echo $panel[$user]['U_DNS_RECORDS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_DNS']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/mail/">
|
||||
<span class="nav-<?php if($TAB == 'MAIL' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'MAIL' ) echo 'selected-' ?>header">
|
||||
<?php print _('MAIL');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_MAIL_DOMAINS']?><br>
|
||||
<?php print _('accounts');?>: <? echo $panel[$user]['U_MAIL_ACCOUNTS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_MAIL']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/db/">
|
||||
<span class="nav-<?php if($TAB == 'DB' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'DB' ) echo 'selected-' ?>header">
|
||||
<?php print _('DB');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('databases');?>: <? echo $panel[$user]['U_DATABASES']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_DB']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/cron/">
|
||||
<span class="nav-<?php if($TAB == 'CRON' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'CRON' ) echo 'selected-' ?>header">
|
||||
<?php print _('CRON');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('jobs');?>: <? echo $panel[$user]['U_CRON_JOBS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_CRON']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/backup/">
|
||||
<span class="nav-<?php if($TAB == 'BACKUP' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'BACKUP' ) echo 'selected-' ?>header">
|
||||
<?php print _('BACKUP');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('backups');?>: <? echo $panel[$user]['U_BACKUPS']?><br>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
|
||||
|
@ -9,7 +10,7 @@
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-image: url(/images/b.png);
|
||||
font-family: Arial, sans-serif;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
form {
|
||||
|
@ -27,19 +28,21 @@
|
|||
border-bottom: 1px solid #cccccc;
|
||||
border-left: 1px solid #cccccc;
|
||||
border-right: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
<?php
|
||||
if (!empty($_SESSION['look'])) {
|
||||
echo " border-left: 2px solid #f79b44;\n";
|
||||
echo " .main {";
|
||||
echo " border-left: 2px solid #f79b44;\n";
|
||||
echo " border-right: 2px solid #f79b44;\n";
|
||||
echo " }";
|
||||
}
|
||||
?>
|
||||
}
|
||||
|
||||
|
||||
.top {
|
||||
background: #ebe9dc;
|
||||
color: #825117;
|
||||
padding: 0;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
width: 990px;
|
||||
font-size: 10pt;
|
||||
|
@ -48,8 +51,26 @@
|
|||
border-collapse:collapse;
|
||||
}
|
||||
|
||||
.top thead td {
|
||||
background: #ebe9dc;
|
||||
border-bottom: 1px solid #c4c4c4;
|
||||
border-right: 1px solid #c4c4c4;
|
||||
height: 25px;
|
||||
text-align: right;
|
||||
padding: 0 24px 0 0px;
|
||||
weight:120px;
|
||||
}
|
||||
|
||||
.top thead td:first-child{
|
||||
border-left: 1px solid #c4c4c4;
|
||||
border-right:none;
|
||||
text-align:left;
|
||||
padding: 0 0 0 0;
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.top-link {
|
||||
padding: 5px 22px;
|
||||
padding: 5px 22px 4px;
|
||||
text-decoration: none;
|
||||
color: #323232;
|
||||
border-right: 1px solid #c4c4c4;
|
||||
|
@ -154,12 +175,14 @@
|
|||
line-height: 1.4em;
|
||||
font-size: 9pt;
|
||||
color: #555;
|
||||
decoration: none;
|
||||
}
|
||||
|
||||
.sub-menu {
|
||||
.submenu {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 990px;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
height: 54px;
|
||||
font-size: 10pt;
|
||||
text-align: left;
|
||||
|
@ -168,17 +191,88 @@
|
|||
background: none repeat scroll 0% 0% white;
|
||||
}
|
||||
|
||||
.select-controls {
|
||||
color: #6A6A6A;
|
||||
font-size: 8pt;
|
||||
letter-spacing: 0.1em;
|
||||
text-decoration: none;
|
||||
.submenu td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.select-controls:hover {
|
||||
.submenu-button-block {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.submenu-button {
|
||||
width: 120px;
|
||||
height: 24px;
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
background-color: #fafafa;
|
||||
border: 1px solid #acacac;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
font-size: 12px;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.submenu-button {
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.submenu-button:hover {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
.submenu-button:active {
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
.submenu-select-block {
|
||||
float:left;
|
||||
padding-left: 28px;
|
||||
}
|
||||
|
||||
.submenu-select-link {
|
||||
color: #6A6A6A;
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 8pt;
|
||||
letter-spacing: 0.1em;
|
||||
margin: 6px 6px 0 0;
|
||||
text-decoration: none;
|
||||
padding: 0 4px 0 12px
|
||||
}
|
||||
|
||||
.submenu-select-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.submenu-select-dropdown {
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
color: #333333;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 24px;
|
||||
margin: 0 4px 0 0;
|
||||
min-width: 138px;
|
||||
}
|
||||
|
||||
.submenu-search-block {
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.submenu-search-field {
|
||||
border: 1px solid #acacac;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
background-color: #fff;
|
||||
float: left;
|
||||
padding: 0px 3px 0px 3px;
|
||||
height: 22px;
|
||||
width: 250px;
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
background: #ebe9dc;
|
||||
color: #555;
|
||||
|
@ -216,6 +310,7 @@
|
|||
text-decoration: none;
|
||||
color: #777;
|
||||
font-size: 12pt;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.vst:hover {
|
||||
|
@ -231,6 +326,7 @@
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 990px;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
color: #e5a907;
|
||||
font-size: 12pt;
|
||||
text-align: left;
|
||||
|
@ -285,7 +381,15 @@
|
|||
|
||||
.data-col1 {
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.data-col1 tr td {
|
||||
padding:0 0 0 20px;
|
||||
}
|
||||
|
||||
.data-col1 tr:first-child td {
|
||||
padding:23px 0 0 20px;
|
||||
}
|
||||
|
||||
.data-col2 {
|
||||
|
@ -297,6 +401,7 @@
|
|||
.data-col2 a:visited {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.data-col5 {
|
||||
table-layout: fixed;
|
||||
text-align: left;
|
||||
|
@ -357,6 +462,7 @@
|
|||
}
|
||||
|
||||
.chart1 {
|
||||
color:#000;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
|
@ -502,7 +608,7 @@
|
|||
font-size: 14pt;
|
||||
padding: 5px;
|
||||
width: 360px;
|
||||
height: 36px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.vst-input:hover {
|
||||
|
@ -514,15 +620,17 @@
|
|||
}
|
||||
|
||||
.vst-list {
|
||||
padding: 5px;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
color: #555;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
border: 1px solid #999999;
|
||||
height: 30px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.vst-list:hover {
|
||||
border: 1px solid #f79b44;
|
||||
@-moz-document url-prefix() {
|
||||
.vst-list {
|
||||
padding-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.vst-checkbox {
|
||||
|
@ -534,27 +642,6 @@
|
|||
border: 1px solid #f79b44;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
background-color: #fafafa;
|
||||
border: 1px solid #ACACAC;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
font-size: 12px;
|
||||
font-family: Arial, sans-serif;
|
||||
padding: 2px 16px;
|
||||
width: 108px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
.button {
|
||||
filter:chroma(color=#000000);
|
||||
cursor: pointer;
|
||||
|
@ -563,10 +650,9 @@
|
|||
border: 1px solid #ACACAC;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
font-size: 14px;
|
||||
font-family: Arial, sans-serif;
|
||||
padding: 2px 16px;
|
||||
width: 108px;
|
||||
height: 32px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
|
@ -601,8 +687,6 @@
|
|||
color: #7fa1cb;
|
||||
}
|
||||
|
||||
|
||||
/* fixed header */
|
||||
.fixed{
|
||||
position: fixed;
|
||||
border: none;
|
||||
|
@ -613,7 +697,10 @@
|
|||
|
||||
*html .fixed{
|
||||
position:absolute;
|
||||
position:fixed; _position:absolute; top:0; _top:expression( eval(document.body.scrollTop) + 'px' );
|
||||
position:fixed;
|
||||
_position:absolute;
|
||||
top:0;
|
||||
_top:expression( eval(document.body.scrollTop) + 'px' );
|
||||
}
|
||||
|
||||
#vstobjects{
|
||||
|
@ -624,6 +711,7 @@
|
|||
}
|
||||
|
||||
.login {
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
margin: 80px 0 80px 0;
|
||||
padding: 0;
|
||||
border-top: 1px solid #cccccc;
|
||||
|
@ -664,7 +752,6 @@
|
|||
font-size: 10pt;
|
||||
color: #dE6c5d;
|
||||
}
|
||||
|
||||
</style>
|
||||
<!--[if IE]>
|
||||
<style type="text/css">
|
||||
|
@ -678,7 +765,7 @@
|
|||
}
|
||||
|
||||
.fixed {
|
||||
margin-top: -3px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.vst-advanced {
|
||||
|
@ -686,14 +773,13 @@
|
|||
}
|
||||
|
||||
#vstobjects{
|
||||
padding-top: 192px;
|
||||
min-height: 557px;
|
||||
padding-top: 195px;
|
||||
min-height: 370px;
|
||||
height: auto !important;
|
||||
height: 557px;
|
||||
height: 370px;
|
||||
width: 996px;
|
||||
}
|
||||
|
||||
|
||||
.nav-block {
|
||||
margin: 0;
|
||||
height:109px;
|
||||
|
@ -723,10 +809,33 @@
|
|||
height:109px;
|
||||
border-bottom: 4px solid #f79b44;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<![endif]-->
|
||||
<!--[if IE 7]>
|
||||
<style type="text/css">
|
||||
.data-col1 a {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.submenu-button-block {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.submenu-search-block {
|
||||
width:369px;
|
||||
}
|
||||
|
||||
.submenu-select-block {
|
||||
width:239px;
|
||||
}
|
||||
|
||||
.submenu-select-dropdown {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
</style>
|
||||
<![endif]-->
|
||||
|
||||
<link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
|
||||
<script type="text/javascript" src="/js/events.js"></script>
|
||||
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding DNS Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Adding Web Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><a class="name"><b><?php print _('Adding Web Domain');?></b></a>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_msg'])) {
|
||||
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing DNS Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><a class="name"><b><?php print _('Editing DNS Domain');?></b></a>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_msg'])) {
|
||||
echo "<a class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing User');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><a class="name"><b><?php print _('Editing User');?></b></a>
|
||||
<?php
|
||||
if (!empty($_SESSION['error_msg'])) {
|
||||
echo "<a class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
}
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 10px 2px 10px 0;" ><a class="name"><b><?php print _('Editing Domain');?></b></a>
|
||||
<td style="padding: 0 2px 0 0;" ><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>";
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/cron/'"> <?php print _('Add Cron Job');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/cron/'"> <?php print _('Add Cron Job');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="Search" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/cron/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,24 +1,23 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/db/'"> <?php print _('Add Database');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/db/'"> <?php print _('Add Database');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="Search" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/db/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/'"> <?php print _('Add DNS Domain');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/dns/'"> <?php print _('Add DNS Domain');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/dns/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> <?php print _('Add DNS Record');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> <?php print _('Add DNS Record') ?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/dns/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/'"> <?php print _('Add Mail Domain');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/mail/'"> <?php print _('Add Mail Domain');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/mail/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -25,6 +25,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="vstobjects">
|
||||
<table class="data">
|
||||
<?php
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> <?php print _('Add Mail Account');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> <?php print _('Add Mail Account');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/mail/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -26,6 +26,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<div id="vstobjects">
|
||||
<div style="height:10px; font-size:0;"></div>
|
||||
<table class="data" style="background: #ebe9dc;">
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<a class="name" style="padding: 0;"><b><?php print _('Search Results');?></b></a>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div style="submenu-button-block">
|
||||
<a style="float:left; font-size: 16pt; color: #777;"><b><?php print _('Search Results');?></b></a>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 0 16px">
|
||||
<div style="float:left">
|
||||
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -1,24 +1,23 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/web/'"> <?php print _('Add Web Domain') ?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/web/'"> <?php print _('Add Web Domain') ?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/user/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('update counters');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px; height: 24px;font-size: 12px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,24 +1,23 @@
|
|||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<table class="submenu">
|
||||
<tr>
|
||||
<td style="padding: 12px 0 8px 6px">
|
||||
<div style="float:left">
|
||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/web/'"> <?php print _('Add Web Domain');?> </button>
|
||||
<td style="padding: 2px 0 0 6px">
|
||||
<div class="submenu-button-block">
|
||||
<button class="submenu-button" onclick="location.href='/add/web/'"> <?php print _('Add Web Domain');?> </button>
|
||||
</div>
|
||||
<div style="text-align: right; float: right;">
|
||||
<form action="/search/" method="get" >
|
||||
<input type="text" name="q" style="margin: 2px 2px 0px 0px; width: 250px; padding: 3px;" size="30">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="button" style="font-size: 12px; height: 24px;">
|
||||
<div class="submenu-search-block">
|
||||
<form action="/search/" method="get">
|
||||
<input type="text" name="q" class="submenu-search-field">
|
||||
<input type="submit" value="<?php print _('Search');?>" class="submenu-button" style="width: 96px;">
|
||||
</form>
|
||||
</div>
|
||||
<div style="float:left; padding-left: 26px;">
|
||||
<div class="submenu-select-block">
|
||||
<form action="/bulk/web/" method="post" id="objects">
|
||||
<a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select style="margin:0 2px 0 0px;" name="action">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="button" style="width: 37px;font-size: 12px; height: 24px;">
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -6,111 +6,104 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table class="top">
|
||||
<tr>
|
||||
<td style="border-bottom: 1px solid #c4c4c4; height: 26px; border-left: 1px solid #c4c4c4; padding: 0 0 0 0px">
|
||||
<b><a class="top-<?php if($TAB == 'STATS' ) echo 'selected-' ?>link" href="/list/stats/">
|
||||
<?php print _('Statistics') ?>
|
||||
</a></b>
|
||||
<b><a class="top-<?php if($TAB == 'LOG' ) echo 'selected-' ?>link" href="/list/log/">
|
||||
<?php print _('Log') ?>
|
||||
</a></b>
|
||||
</td>
|
||||
<td style="border-bottom: 1px solid #c4c4c4; height: 26px; text-align: right; border-right: 1px solid #c4c4c4; padding: 0 24px 0 0px; weight:120px">
|
||||
<b><?php if($user != $_SESSION['user']) echo 'admin / ' ?><?php echo $user ?></b>
|
||||
<a class="top-link" style="padding: 5px 0px 5px 2px; border:0px" href="/logout/">
|
||||
<?php print _('Log out') ?>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="7" style="background: #fff;">
|
||||
<span class="nav-logo">
|
||||
<img style="margin: 28px 0 0 6px;" src="/images/logo.png">
|
||||
</span>
|
||||
<a class="nav-lnk" href="/list/user/">
|
||||
<span class="nav-<?php if($TAB == 'USER' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'USER' ) echo 'selected-' ?>header">
|
||||
<?php print _('USER');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('disk');?>: <? echo humanize_usage($panel[$user]['U_DISK']) ?> <br>
|
||||
<?php print _('traffic');?>: <? echo humanize_usage($panel[$user]['U_BANDWIDTH']) ?><br>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>
|
||||
<b><a class="top-<?php if($TAB == 'STATS' ) echo 'selected-' ?>link" href="/list/stats/"> <?php print _('Statistics') ?> </a></b>
|
||||
<b><a class="top-<?php if($TAB == 'LOG' ) echo 'selected-' ?>link" href="/list/log/"> <?php print _('Log') ?> </a></b>
|
||||
</td>
|
||||
<td>
|
||||
<b><?php echo $user ?></b>
|
||||
<a class="top-link" style="padding: 5px 0px 5px 2px; border:0px" href="/logout/"> <?php print _('Log out') ?> </a>
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="7" style="background: #fff;">
|
||||
<span class="nav-logo">
|
||||
<img style="margin: 28px 0 0 6px;" src="/images/logo.png">
|
||||
</span>
|
||||
<a class="nav-lnk" href="/list/user/">
|
||||
<span class="nav-<?php if($TAB == 'USER' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'USER' ) echo 'selected-' ?>header">
|
||||
<?php print _('USER');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('disk');?>: <? echo humanize_usage($panel[$user]['U_DISK']) ?> <br>
|
||||
<?php print _('traffic');?>: <? echo humanize_usage($panel[$user]['U_BANDWIDTH']) ?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
<a class="nav-lnk" href="/list/web/">
|
||||
<span class="nav-<?php if($TAB == 'WEB' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'WEB' ) echo 'selected-' ?>header">
|
||||
<?php print _('WEB');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_WEB_DOMAINS']?><br>
|
||||
<?php print _('aliases');?>: <? echo $panel[$user]['U_WEB_ALIASES']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_WEB']?>
|
||||
</p>
|
||||
</span>
|
||||
<span class="nav-<?php if($TAB == 'WEB' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'WEB' ) echo 'selected-' ?>header">
|
||||
<?php print _('WEB');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_WEB_DOMAINS']?><br>
|
||||
<?php print _('aliases');?>: <? echo $panel[$user]['U_WEB_ALIASES']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_WEB']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a class="nav-lnk" href="/list/dns/">
|
||||
<span class="nav-<?php if($TAB == 'DNS' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'DNS' ) echo 'selected-' ?>header">
|
||||
<?php print _('DNS');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_DNS_DOMAINS']?><br>
|
||||
<?php print _('records');?>: <? echo $panel[$user]['U_DNS_RECORDS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_DNS']?>
|
||||
</p>
|
||||
</span>
|
||||
<span class="nav-<?php if($TAB == 'DNS' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'DNS' ) echo 'selected-' ?>header">
|
||||
<?php print _('DNS');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_DNS_DOMAINS']?><br>
|
||||
<?php print _('records');?>: <? echo $panel[$user]['U_DNS_RECORDS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_DNS']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a class="nav-lnk" href="/list/mail/">
|
||||
<span class="nav-<?php if($TAB == 'MAIL' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'MAIL' ) echo 'selected-' ?>header">
|
||||
<?php print _('MAIL');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_MAIL_DOMAINS']?><br>
|
||||
<?php print _('accounts');?>: <? echo $panel[$user]['U_MAIL_ACCOUNTS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_MAIL']?>
|
||||
</p>
|
||||
</span>
|
||||
<span class="nav-<?php if($TAB == 'MAIL' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'MAIL' ) echo 'selected-' ?>header">
|
||||
<?php print _('MAIL');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('domains');?>: <? echo $panel[$user]['U_MAIL_DOMAINS']?><br>
|
||||
<?php print _('accounts');?>: <? echo $panel[$user]['U_MAIL_ACCOUNTS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_MAIL']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a class="nav-lnk" href="/list/db/">
|
||||
<span class="nav-<?php if($TAB == 'DB' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'DB' ) echo 'selected-' ?>header">
|
||||
<?php print _('DB');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('databases');?>: <? echo $panel[$user]['U_DATABASES']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_DB']?>
|
||||
</p>
|
||||
</span>
|
||||
<span class="nav-<?php if($TAB == 'DB' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'DB' ) echo 'selected-' ?>header">
|
||||
<?php print _('DB');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('databases');?>: <? echo $panel[$user]['U_DATABASES']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_DB']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a class="nav-lnk" href="/list/cron/">
|
||||
<span class="nav-<?php if($TAB == 'CRON' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'CRON' ) echo 'selected-' ?>header">
|
||||
<?php print _('CRON');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('jobs');?>: <? echo $panel[$user]['U_CRON_JOBS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_CRON']?>
|
||||
</p>
|
||||
</span>
|
||||
<span class="nav-<?php if($TAB == 'CRON' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'CRON' ) echo 'selected-' ?>header">
|
||||
<?php print _('CRON');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('jobs');?>: <? echo $panel[$user]['U_CRON_JOBS']?><br>
|
||||
<?php print _('spnd');?>: <? echo $panel[$user]['SUSPENDED_CRON']?>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<a class="nav-lnk" href="/list/backup/">
|
||||
<span class="nav-<?php if($TAB == 'BACKUP' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'BACKUP' ) echo 'selected-' ?>header">
|
||||
<?php print _('BACKUP');?>
|
||||
</p>
|
||||
<p class="nav-counters" style="decoration: none;">
|
||||
<?php print _('backups');?>: <? echo $panel[$user]['U_BACKUPS']?><br>
|
||||
</p>
|
||||
</span>
|
||||
<span class="nav-<?php if($TAB == 'BACKUP' ) echo 'selected-' ?>block">
|
||||
<p class="nav-<?php if($TAB == 'BACKUP' ) echo 'selected-' ?>header">
|
||||
<?php print _('BACKUP');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print _('backups');?>: <? echo $panel[$user]['U_BACKUPS']?><br>
|
||||
</p>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue