| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526 |
- <html>
- <head>
- <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
- <title>Vesta - <?php echo "$TAB"; ?> </title>
- <style type="text/css">
- img {
- border: none;
- }
- body {
- margin: 0;
- margin-left: auto;
- margin-right: auto;
- background-image: url(/images/b.png);
- behavior: url(/css/csshover3.htc)
- }
- .main {
- background: #ffffff;
- border-left: 1px solid #cccccc;
- border-right: 1px solid #cccccc;
- box-shadow: 0 0 8px 8px #d7d7d7;
- <?php
- if (!empty($_SESSION['look'])) {
- echo " border-left: 2px solid #f79b44;";
- echo " border-right: 2px solid #f79b44;";
- }
- ?>
- }
- .top {
- background: #484243;
- color: #ebe2ae;
- padding: 0 10 0 0;
- margin-left: auto;
- margin-right: auto;
- width: 990px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10pt;
- text-align: right;
- }
- .top-link {
- text-decoration: none;
- color: #dbdbdb;
- }
- .top-link:visited {
- text-decoration: none;
- color: #dbdbdb;
- }
- .top-link:hover {
- text-decoration: underline;
- color: white;
- }
- .top-link:active{
- text-decoration: underline;
- color: #e5a907;
- }
- .top-slink {
- text-decoration: none;
- color: #e5a907;
- }
- .bottom {
- background: #ebe9dc;
- color: #484243;
- color: #777;
- margin: 30 0 0 0;
- padding: 4 20 8 0;
- margin-left: auto;
- margin-right: auto;
- width: 990px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 8pt;
- text-align: center;
- vertical-align:top;
- line-height: 0.8em;
- border-top: 4px solid #d6d4c9;
- }
- .bottom a:link {
- font-size: 7pt;
- text-decoration: none;
- color: #555;
- }
- .bottom a:visited {
- font-size: 7pt;
- text-decoration: none;
- color: #555;
- }
- .bottom a:hover {
- font-size: 7pt;
- text-decoration: underline;
- color: #333;
- }
- .nav {
- background: #cce4f0;
- margin-left: auto;
- margin-right: auto;
- width: 990px;
- text-align: left;
- vertical-align:top;
- padding: 0;
- border-bottom: 8px solid #F5F3E6;
- }
- .nav td {
- text-align: left;
- vertical-align:top;
- margin: 0;
- padding: 0;
- }
- #nav-block {
- padding: 0;
- float: left;
- }
- #nav-block ul {
- margin-top: 0;
- }
- #nav-block li {
- display: inline;
- list-style: none outside none;
- float: left;
- height: 102px;
- width: 95px;
- padding: 20px 0 2px 15px;
- line-height: 1.0em;
- font-size: 9pt;
- font-family: Arial, Helvetica, sans-serif;
- color: #2d2d2d;
- background: url(/images/transparent-image.png) no-repeat;
- }
- #nav-block li:first-child {
- margin-left:-10px
- }
- #nav-block li:hover {
- background: #f6f6f6;
- color: black;
- }
- .nav-link {
- font-size: 16pt;
- color: #484243;
- font-family: 'Trebuchet MS';
- text-decoration: none;
- }
- .nav-link:hover {
- text-decoration: underline;
- }
- .nav-link:active {
- color: #68797d;
- text-decoration: underline;
- }
- .nav-slink {
- font-size: 16pt;
- color: #8b99a2;
- font-family: 'Trebuchet MS';
- text-decoration: none;
- }
- .sub-menu {
- margin-left: auto;
- margin-right: auto;
- width: 990px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10pt;
- text-align: left;
- vertical-align:top;
- padding: 10px 10px 16px 0;
- }
- .add {
- padding: 0 8px 0 3px;
- margin: 0;
- font-family: Arial, Helvetica, sans-serif;
- text-decoration: none;
- color: #34536A;
- font-size: 12pt;
- }
- .add:hover {
- text-decoration: underline;
- }
- .add:active {
- color: #849322;
- }
- .counters {
- line-height: 1.4em;
- font-size: 9pt;
- font-family: Arial, Helvetica, sans-serif;
- color: #2d2d2d;
- padding: 6px 0 0 0;
- margin: 0;
- height:73px;
- }
- .hostname {
- font-size: 8pt;
- font-family: Arial, Helvetica, sans-serif;
- text-align: left;
- padding: 0 5;
- color: #cccccc;
- }
- .data {
- border-collapse:collapse;
- margin-left: auto;
- margin-right: auto;
- width: 990px;
- color: #e5a907;
- font-family: Georgia, serif;
- font-size: 12pt;
- text-align: left;
- vertical-align:top;
- margin: 0;
- }
- .data-row:hover {
- margin: 0;
- background-color: #f7f6ed;
- }
- .data-add {
- margin: 0;
- background-color: #f7f6ed;
- }
- .data-dotted {
- text-align: left;
- vertical-align:top;
- border-top:1px dotted #dce8f5;
- padding: 0 0 26px 0;
- margin: 0;
- }
- .data-dotted td {
- margin: 0;
- }
- .data-col1 {
- text-align: left;
- padding: 0;
- }
- .data-col2 {
- text-align: left;
- padding: 0;
- overflow: hidden;
- }
- .data-col5 {
- table-layout: fixed;
- text-align: left;
- padding: 0;
- overflow: hidden;
- white-space: nowrap;
- }
- .data-date {
- padding: 0 0 0 18;
- letter-spacing: 0.3em;
- font-size: 8pt;
- font-family: Tahoma;
- color: #6A6A6A
- }
- .data-active {
- font-size: 8pt;
- font-family: Georgia;
- letter-spacing: 0.1em;
- color: #80C376;
- padding: 0 0 13 18;
- }
- .data-suspended {
- font-size: 8pt;
- font-family: Georgia;
- letter-spacing: 0.1em;
- color: #de6c5d;
- padding: 0 0 13 18;
- }
- .data-controls {
- border-left: 1px solid #E6E6E6;
- font-size: 8pt;
- font-family: Arial, Helvetica, sans-serif;
- padding: 2 5 0 5;
- letter-spacing: 0.1em;
- }
- .data-controls:hover {
- background: #f79b44;
- }
- .data-controls a:link {
- color: #34536A;
- text-decoration: none;
- }
- .data-controls a:visited {
- color: #34536A;
- text-decoration: none;
- }
- .data-controls a:hover {
- color: #ffffff;
- text-decoration: none;
- }
- .data-controls a:active {
- color: #433832;
- text-decoration: none;
- }
- .data-count {
- background: #EBE9DC;
- color: #c69c6d;
- font-size:18 pt;
- font-family: Georgia;
- margin: 22px 0 0 0;
- padding: 0 12px 0 163px;
- }
- .chart1 {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10pt;
- }
- .chart2 {
- color: #484243;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 8pt;
- }
- .username {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16pt;
- line-height: 0.8em;
- }
- .domain {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 16pt;
- line-height: 0.8em;
- }
- .cron {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14pt;
- }
- .log {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12pt;
- }
- .aliases {
- font-family: Georgia;
- font-size: 12pt;
- color: #5c4d45;
- padding: 0 0 0 8px;
- }
- .nginx-ext {
- color: black;
- vertical-align:top;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10pt;
- line-height: 1.2em;
- }
- .fullname {
- font-family: Georgia;
- font-size: 14pt;
- color: #5c4d45;
- padding: 0 0 0 8px;
- }
- .counter-name {
- vertical-align:top;
- line-height: 1em;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10pt;
- color: #484243;
- }
- .cron-counter-name {
- vertical-align:top;
- line-height: 0.8em;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 8pt;
- padding: 4 0 0 0;
- color: #484243;
- }
- .counter-value {
- vertical-align:top;
- line-height: 1.2em;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10pt;
- color: black;
- }
- .log-counter-value {
- vertical-align:top;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12pt;
- color: #484243;
- }
- .cron-counter-value {
- vertical-align:top;
- line-height: 1.2em;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12pt;
- color: #484243;
- }
- .add-name {
- font-family: Georgia;
- font-size: 14pt;
- color: #5c4d45;
- padding: 0 0 0 28px;
- }
- .add-ok {
- font-family: Georgia;
- font-size: 14pt;
- color: #80C376;
- padding: 0 0 0 6px;
- }
- .add-error {
- font-family: Georgia;
- font-size: 14pt;
- color: #de6c5d;
- padding: 0 0 0 6px;
- }
- .add-text {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12pt;
- }
- .add-input {
- width: 280px;
- padding: 4px;
- font-size: 14pt;
- color: #555;
- font-family: Arial, Helvetica, sans-serif;
- }
- .add-list {
- padding: 4px;
- font-size: 12pt;
- color: #555;
- }
- .add-checkbox {
- padding: 4px;
- font-size: 12pt;
- }
- .add-button {
- padding: 4px;
- margin: 0 6px 0 0;
- font-size: 12pt;
- }
- .genpass {
- color: #34536A;
- font-size: 8pt;
- font-family: Arial, Helvetica, sans-serif;
- padding: 0 5px 0 8px;
- letter-spacing: 0.1em;
- }
- .genpass:hover {
- color: #80C376;
- }
- .add-advanced {
- color: #34536A;
- font-size: 10pt;
- font-family: Arial, Helvetica, sans-serif;
- letter-spacing: 0.1em;
- }
- .add-advanced:hover {
- color: #80C376;
- }
- </style>
- <link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
- <script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
- <script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>
- <script language="JavaScript">
- function checkAll(bx) {
- var cbs = document.getElementsByTagName('input');
- for(var i=0; i < cbs.length; i++) {
- if(cbs[i].type == 'checkbox') {
- cbs[i].checked = bx.checked;
- }
- }
- }
- </script>
- </head>
- <body>
- <center>
|