diff --git a/web/css/ie.css b/web/css/ie.css new file mode 100644 index 00000000..6df370bb --- /dev/null +++ b/web/css/ie.css @@ -0,0 +1,20 @@ +html, body, div, span, applet, object, iframe { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} + +.vst-advanced { + text-decoration: underline; +} + +#vstobjects{ + padding-top: 182px; + min-height: 370px; + height: auto !important; + height: 370px; + width: 1000px; +} diff --git a/web/css/main.css b/web/css/main.css new file mode 100644 index 00000000..907741c8 --- /dev/null +++ b/web/css/main.css @@ -0,0 +1,813 @@ +body { + font-family: Arial, Helvetica, sans-serif; + background-color: #e5e5e5; + margin: 0; + padding: 0; + border: 0; +} + +form { + margin: 0; +} + +.hidden { + display: none; +} + +.top { + width: 1000px; + position: fixed; background: #fff; + border-bottom: 1px solid #e5e5e5; +} + +.top-menu { + height: 22px; + background-color: #505050; +} + +.top-link { + float: left; + color: #f0f0f0; + font-family: Arial, Helvetica, sans-serif; + font-size: 10pt; + font-weight: bold; + text-decoration: none; + line-height: 21px; + padding: 0 20px 1px; +} + +.top-link:hover { + color: #fff; + background-color: #999; +} + +.top-link:active{ + color: #fff; + background-color: #f79b44; +} + +.top-selected-link { + float: left; + color: #174f82; + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; + font-size: 10pt; + font-weight: bold; + text-decoration: none; + line-height: 21px; + padding: 0 20px 1px; +} + +.top-selected-link:hover { + color: #fff; + background-color: #999; +} + +.top-selected-link:active { + color: #fff; + background-color: #f79b44; +} + +.top-user { + float: left; + line-height: 21px; + padding: 0 4px 1px; + text-decoration: none; + color: #ffce4f; + font-size: 10pt; + font-weight: bold; + font-family: Arial, Helvetica, sans-serif; +} + +.top-user:hover { + color: #fff; +} + +.top-user:active{ + color: #fff; + background-color: #f79b44; +} + +.top-logout { + float: left; + color: #f0f0f0; + font-family: Arial, Helvetica, sans-serif; + font-size: 10pt; + font-weight: bold; + text-decoration: none; + line-height: 21px; + padding: 0 18px 1px 4px; +} + +.top-logout:hover { + color: #fff; + background-color: #999; +} + +.top-logout:active { + color: #fff; + background-color: #f79b44; +} + +.nav-logo { + float: left; + height: 105px; + width: 167px; + margin: 0; + border-bottom: 1px solid #e5e5e5; +} + +.nav-lnk { + text-decoration: none; + color: #222; + float:left; +} + +.nav-lnk:active { + color: #f79b44; +} + +.nav-block { + font-family: Arial, Helvetica, sans-serif; + margin: 0; + height: 105px; + width: 119px; + float:left; + cursor: pointer; + border-bottom: 1px solid #e5e5e5; +} + +.nav-block:hover { + height:102px; + border-bottom: 4px solid #f79b44; +} + +.nav-selected-block { + font-family: Arial, Helvetica, sans-serif; + margin: 0; + color: #174f82; + height: 102px; + width: 119px; + float: left; + border-bottom: 4px solid #777777; + cursor: pointer; +} + +.nav-selected-block:hover { + height:100px; + border-bottom: 4px solid #f79b44; +} + +.nav-selected-block:active { + color: #f79b44; +} + +.nav-header { + padding: 12px 0 0 6px; + margin: 0; + letter-spacing: -1.0px; + font-size: 16pt; + font-weight: bold; +} + +.nav-selected-header { + padding: 12px 0 0 6px; + margin: 0; + letter-spacing: -1.0px; + font-size: 16pt; + font-weight: bold; +} + +.nav-counters { + padding: 1px 0 0 6px; + margin: 0; + height: 58px; + line-height: 1.4em; + font-size: 9pt; + color: #333; + decoration: none; +} + +.submenu { + font-family:Arial, Helvetica, sans-serif; + vertical-align: middle; + float: left; + width: 1000px; +} + +.submenu-button-block { + float: left; +} + +.submenu-button { + width: 130px; + height: 26px; + cursor: pointer; + color: #555; + background-color: #fafafa; + border: 1px solid #ccc; + border-radius: 3px 3px 3px 3px; + padding: 0; + font-size: 9pt; + font-weight: bold; + font-family:Arial, Helvetica, sans-serif; +} + +@-moz-document url-prefix() { + .submenu-button { + padding-bottom: 2px; + } +} + +.submenu-button:hover { + border: 1px solid #f79b44; +} + +.submenu-button:active { + color: #fff; + border: 1px solid #f79b44; + background-color: #f79b44; +} +.submenu-select-block { + float:left; + padding-left: 18px; +} + +.submenu-select-link { + color: #6A6A6A; + display: block; + float: left; + font-size: 8pt; + letter-spacing: 0.1em; + margin: 7px 7px 0 0; + text-decoration: none; + padding: 0 4px 0 14px +} + +.submenu-select-link:hover { + text-decoration: underline; +} + +.submenu-select-link:active { + color: #fff; + background-color: #f79b44; + text-decoration: underline; +} + +.submenu-select-dropdown { + font-family:Arial, Helvetica, sans-serif; + font-size: 9pt; + color: #333333; + display: block; + float: left; + height: 26px; + margin: 0 4px 0 0; + min-width: 138px; +} +@-moz-document url-prefix() { + .submenu-select-dropdown { + padding-top: 3px; + } +} + +.submenu-search-block { + display: block; + text-align: right; + float: right; +} + +.submenu-search-field { + border: 1px solid #d3d3d3; + border-radius: 3px 3px 3px 3px; + color: #333; + font-size: 14px; + background-color: #fff; + float: left; + padding: 0px 3px 0px 3px; + height: 24px; + width: 250px; + margin: 0 4px 0 0; +} + +.bottom { + background-color: #ebe9dc; + color: #555; + margin: 30px 0 0 0; + padding: 4px 20px 8px 0; + margin-left: auto; + margin-right: auto; + font-size: 8pt; + text-align: center; + vertical-align:top; + line-height: 0.8em; + border-top: 4px solid #d3d3d3; +} + +.bottom a:link { + font-size: 8pt; + text-decoration: none; + color: #555; +} + +.bottom a:visited { + text-decoration: none; + color: #555; +} + +.bottom a:hover { + text-decoration: underline; + color: #7fa1cb; +} + +.vst { + padding: 0 4px 0 4px; + margin: 0; + text-decoration: none; + color: #999; + font-size: 12pt; + float: left; +} + +.vst:hover { + text-decoration: underline; +} + +.vst:active { + color: #fff; + background-color: #f79b44; +} + +.vst-selected { + padding: 0 4px 0 4px; + margin: 0; + text-decoration: none; + color: #174f82; + font-size: 12pt; + float: left; +} + +.vst-selected:hover { + text-decoration: underline; +} + +.vst-selected:active { + color: #fff; + background-color: #f79b44; +} + +.data { + width: 1000px; + border-collapse:collapse; + margin-left: auto; + margin-right: auto; + font-family:Arial, Helvetica, sans-serif; + color: #e5a907; + font-size: 12pt; + text-align: left; + vertical-align:top; + margin: 0; + behavior:url("/css/csshover3.htc"); +} + +.data a { + text-decoration: none; +} + +.data-row:hover { + margin: 0; + background-color: #f7f6ed; +} + +.data-row:active { + background-color: #f7f7d8; +} + +.datarowhover { + margin: 0; + background-color: #f7f6ed; +} + +.data-null { + margin: 0; + height: 10px; + border-top:1px dotted #d3d3d3; +} + +.data-spacer { + margin: 0; +} + +.data-add { + margin: 0; + background-color: #f7f6ed; + border-left: 1px solid #e9e9e9; + border-right: 1px solid #e9e9e9; + border-bottom: 1px solid #e9e9e9; +} + +.data-dotted { + text-align: left; + vertical-align:top; + border-top:1px dotted #d3d3d3; + padding: 0 0 26px 0; + margin: 0; + width: 167px; +} + +.data-dotted td { + margin: 0; +} + +.data-col1 { + text-align: left; + padding:0; +} + +.data-col1 tr td { + padding:0 0 6px 24px; +} + +.data-col1 tr:first-child td { + padding:22px 0 0 24px; +} + +.data-col2 { + text-align: left; + padding: 0; + overflow: hidden; +} + +.data-col2 a:visited { + color: green; +} + +.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; + color: #6A6A6A +} + +.data-active { + font-size: 8pt; + letter-spacing: 0.1em; + color: #81a64f; + padding: 0 0 13 18; +} + +.data-suspended { + font-size: 8pt; + letter-spacing: 0.1em; + color: #de5543; + padding: 0 0 13 18; +} + +.data-controls { + float: right; + height: 16px; + border-left: 1px solid #d3d3d3; + font-size: 8pt; + padding: 2px 12px 0 6px; + letter-spacing: 0.1em; + color: #174f82; + text-decoration: none; + cursor: pointer; +} + +.data-controls:hover { + color: #fff; + background-color: #f79b44; +} + +.data-controls:active { + background-color: #999 +} + +.data-controls img { + border: 0px; +} + +.data-count { + font-family: Arial, Helvetica, sans-serif; + background-color: #f3f3f3; + color: #555; + font-size: 8pt; + margin: 18px 0 0 0; + padding: 0 16px 0 0; +} + +.chart1 { + color:#000; + font-size: 10pt; +} + +.chart2 { + color: #484243; + font-size: 8pt; +} + +.username { + color: #222; + font-size: 16pt; +} + +.domain { + color: #222; + font-size: 16pt; +} + +.cron { + color: #222; + font-size: 18px; +} + +.log { + color: #222; + font-size: 12pt; +} + +.aliases { + font-size: 12pt; + color: #99a7af; + padding: 0 0 0 8px; +} + +.nginx-ext { + color: black; + vertical-align:top; + font-size: 10pt; +} + +.fullname { + font-size: 18px; + color: #99a7af; + padding: 0 0 0 8px; +} + +.counter-name { + white-space: nowrap; + vertical-align:top; + line-height: 1.3em; + font-size: 10pt; + color: #222; + padding: 0 4px 0 0; +} + +.cron-counter-name { + vertical-align:top; + line-height: 0.8em; + font-size: 8pt; + padding: 4 0 0 0; + color: #222; +} + +.counter-value { + vertical-align:top; + line-height: 1.2em; + font-size: 10pt; + color: #222; + padding: 0 0 0 4px; +} + +.log-counter-value { + vertical-align:top; + font-size: 12pt; + color: #484243; +} + +.cron-counter-value { + vertical-align:top; + line-height: 1.2em; + font-size: 12pt; + color: #484243; +} + +.name { + font-size: 12pt; + color: #777; + padding: 0 0 0 10px; +} + +.vst-ok { + font-size: 12pt; + color: #62a358; + padding: 4px; +} + +.vst-ok a{ + color: #58934f; + text-decoration: none; +} + +.vst-ok a:hover{ + text-decoration: underline; +} + +.vst-error { + font-size: 12pt; + color: #de6c5d; + padding: 4px; + font-weight: bold; +} + +.vst-text { + color: #222; + font-size: 12pt; +} + +.vst-textinput { + background-color: #fff; + border: 1px solid #c0c0c0; + border-radius: 3px 3px 3px 3px; + color: #555; + font-size: 18px; + padding: 5px; + width: 360px; + height: 120px; +} + +.vst-textinput:hover { + border: 1px solid #f79b44; +} + +.vst-textinput:focus { + border: 1px solid #f79b44; +} + +.vst-textinput:disabled { + background-color: #f1f1f1; +} + +.vst-input { + background-color: #fff; + border: 1px solid #c0c0c0; + border-radius: 3px 3px 3px 3px; + color: #555; + font-size: 14pt; + padding: 5px; + width: 360px; + height: 28px; +} + +.vst-input:hover { + border: 1px solid #f79b44; +} + +.vst-input:focus { + border: 1px solid #f79b44; +} + +.vst-input:disabled { + background-color: #f1f1f1; +} + +.vst-list { + font-family:Arial, Helvetica, sans-serif; + font-size: 12pt; + color: #555; + height: 30px; + min-width: 136px; +} + +@-moz-document url-prefix() { + .vst-list { + padding-top: 2px; + } +} + +.vst-checkbox { + padding: 5px; + font-size: 12pt; +} + +.vst-checkbox:hover { + border: 1px solid #f79b44; +} + +.button { + filter:chroma(color=#000000); + cursor: pointer; + color: #505050; + background-color: #fafafa; + border: 1px solid #c0c0c0; + border-radius: 3px 3px 3px 3px; + font-size: 14px; + font-weight: bold; + padding: 2px 16px; + width: 108px; + height: 34px; +} + +.button:hover { + border: 1px solid #f79b44; +} + +.button:active { + color: #fff; + border: 1px solid #f79b44; + background-color: #f79b44; +} + +.genpass { + color: #34536a; + font-size: 8pt; + padding: 0 5px; + letter-spacing: 0.1em; + text-decoration: underline; +} + +.genpass:hover { + color: #7fa1cb; +} + +.genpass:active { + background-color: #f79b44; + color: #fff; +} + +.vst-advanced { + color: #34536a; + font-size: 10pt; + letter-spacing: 0.1em; + text-decoration: none; + padding: 0 2px; + border-bottom: 1px solid #f79b44; +} + +.vst-advanced:hover { + color: #7fa1cb; +} + +.vst-advanced:active { + color: #fff; + background-color: #f79b44; +} + +.fixed{ + position: fixed; + border: none; + top: -3px; + border-bottom: 1px solid #d3d3d3; + background-color: #fff; +} + +*html .fixed{ + position:absolute; + position:fixed; + _position:absolute; + top:0; + _top:expression( eval(document.body.scrollTop) + 'px' ); +} + +#vstobjects{ + padding-top: 182px; + min-height: 370px; +} + +.login { + font-family:Arial, Helvetica, sans-serif; + margin: 80px 0 80px 0; + padding: 0; + background-color: #fff; + text-align: left; + vertical-align:top; + width: 500px; + box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); +} + +.login-box { + text-align: left; + vertical-align:top; + color: #222; +} + +.login-bottom { + color: #ebe9dc; + text-align: right; + vertical-align:top; + width: 500px; + height: 50px; + background-color: #ebe9dc; + padding: 0 8px 0 0; + margin: 0; +} + +.vestacp{ + font-size: 8pt; + color: #222; + text-align: right; + padding: 20px 0 0 0; +} + +.error { + font-size: 10pt; + color: #dE6c5d; +} diff --git a/web/templates/admin/add_cron.html b/web/templates/admin/add_cron.html index d7cd2d1d..17c88268 100644 --- a/web/templates/admin/add_cron.html +++ b/web/templates/admin/add_cron.html @@ -1,119 +1,115 @@ + + + + + + + - - - - - - - - - - - -
- - - - -
- - -
+ + + + + + +
+ + +
+
+ + + + +
+ + + - + + + + + + + + + + + + + + + + +
+ - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - -
- - -
- - -
- - -
- > -
- - - - - -
- - - -
+
+ + +
+ + +
+ + +
+ + +
+ + +
+ >
- + + + + + +
+ + + +
+
+ diff --git a/web/templates/admin/add_db.html b/web/templates/admin/add_db.html index 87b992ca..9e9a49b7 100644 --- a/web/templates/admin/add_db.html +++ b/web/templates/admin/add_db.html @@ -1,187 +1,184 @@ - - - - - - - -
- -
- - - - + +
- - -
+ ?> +
+ + + + + + + + + +
+ + +
+
+ + + + +
+ + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- - -
- - -
- -
- -
- -
- -
- -
- -
- -
- - - -
+
+ +
+ + +
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + +
+
+
diff --git a/web/templates/admin/add_dns.html b/web/templates/admin/add_dns.html index a33bd241..d0794b4a 100644 --- a/web/templates/admin/add_dns.html +++ b/web/templates/admin/add_dns.html @@ -1,146 +1,142 @@ - - - - - - - - - - - - -
- + ?> + + + + - - - - -
- - -
+ + + + + + + - -
+ + +
+
+ + + + +
+ + + - + +
+ - + + + + + + + + + - -
+ + +
+ + +
+ - - -
- - - - + +
- + + ()
- - + TTL
- - +
- - - - - - - - - - - - - + + + + + +
- () -
- - TTL -
- - -
-
- + + - +
+ +
+ + + +
+
+ diff --git a/web/templates/admin/add_dns_rec.html b/web/templates/admin/add_dns_rec.html index bc0b3885..36b4a385 100644 --- a/web/templates/admin/add_dns_rec.html +++ b/web/templates/admin/add_dns_rec.html @@ -1,122 +1,118 @@ + + + + + + + - - - - - - - -
- -
- - - - -
- - -
+ + + + + + +
+ + +
+
+ + + + +
+ + + - + + + + + + + + + + + + + + + + + + + + +
+ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - -
- -
- -
- - () -
- -
- - - -
+
+ + +
+ + +
+ +
+ +
+ + () +
+ +
+ + + +
+
+ diff --git a/web/templates/admin/add_ip.html b/web/templates/admin/add_ip.html index 35cbfd65..95b0a6c7 100644 --- a/web/templates/admin/add_ip.html +++ b/web/templates/admin/add_ip.html @@ -1,164 +1,160 @@ - - - - - - - - -
- -
- + ?> +
+ - - - + +
- - -
+ + + + + + + - -
+ + +
+
+ + + + +
+ + + - + +
+ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ onclick="javascript:elementHideShow('usrtable');"> +
+ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- + +
- - -
- - -
- $value) { + foreach ($users as $key => $value) { echo "\t\t\t\t\n"; } - ?> + ?>
- -
- onclick="javascript:elementHideShow('usrtable');"> -
- - - - - - - -
- -
- -
-
- () -
- - () -
- -
- - - -
+ () +
+ + () +
+ +
+ + + +
+
+ diff --git a/web/templates/admin/add_mail.html b/web/templates/admin/add_mail.html index ab421220..321536a5 100644 --- a/web/templates/admin/add_mail.html +++ b/web/templates/admin/add_mail.html @@ -1,99 +1,95 @@ + + + + + + + - - - - - - - -
- - - - - - -
- - -
+ + + + + + +
+ + +
+
+ + + + +
+ + + - + + + + + + + + + + + + + + + + +
+ - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- > -
- -
- > -
- -
- > -
- - - - - -
- - - -
+
+ + +
+ > +
+ +
+ > +
+ +
+ >
- + + + + + +
+ + + +
+
+ diff --git a/web/templates/admin/add_mail_acc.html b/web/templates/admin/add_mail_acc.html index 73658e29..f76f45e5 100644 --- a/web/templates/admin/add_mail_acc.html +++ b/web/templates/admin/add_mail_acc.html @@ -1,151 +1,147 @@ - - - - - - - - -
- -
- + ?> +
+ - - - - -
- - -
+ + + + + + + + +
+ + +
+
+ + + + +
+ + + -
+ - + + + + + + + + + + + + + + + -
+ + +
+ + +
+ +
+ +
+ - - -
- - - - - - - - - - - - - - - + -
- + + ()
- - -
- - -
- -
- -
- - - - - - - - - - - - - - - - -
- () -
- - () -
- -
- () -
- -
+
+ ()
- - - + + + + +
- + + - +
+ () +
+
+
+ + + + + +
+ + + +
+
diff --git a/web/templates/admin/add_package.html b/web/templates/admin/add_package.html index 2bde5cac..4e45053b 100644 --- a/web/templates/admin/add_package.html +++ b/web/templates/admin/add_package.html @@ -1,296 +1,293 @@ + - + + + + + + - - - - - -
- -
- - - + +
- - -
+ + + + + + +
+ + +
+
+ + + + +
+ + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -
- -
- -
- -
- -
- -
- -
- -
- - () -
- - -
- - () -
- - -
- - () -
- - -
- - -
- - -
- - () -
- - () -
- - -
- -
- - - -
+
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + () +
+ + +
+ + () +
+ + +
+ + () +
+ + +
+ + +
+ + +
+ + () +
+ + () +
+ + +
+ +
+ + + +
+
+ diff --git a/web/templates/admin/add_user.html b/web/templates/admin/add_user.html index bfb1d8fd..b99826c8 100644 --- a/web/templates/admin/add_user.html +++ b/web/templates/admin/add_user.html @@ -1,188 +1,184 @@ + + + + + + + - +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + +
+ + + + + + + + + + + + + + + + - -
+ +
+ + +
+ + +
+ + +
+
+ echo ">".$key."\n"; + } + ?> + +
+ +
+ +
+ +
+ + +
+ + +
+ +
+ + +
- - - - - - - - - -
- - -
-
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - -
- - -
- -
- -
- -
- -
- - -
- - -
- -
- - - -
-
-
+
+ diff --git a/web/templates/admin/add_web.html b/web/templates/admin/add_web.html index ff49af84..565eea05 100644 --- a/web/templates/admin/add_web.html +++ b/web/templates/admin/add_web.html @@ -1,363 +1,359 @@ + + + + + + + - +
+ + + + + + + +
+ + + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +
+ +
+ > +
+ +
+ > +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ onclick="javascript:elementHideShow('proxytable');"> +
+ - + + + + +
- → ".$_SESSION['error_msg'].""; - } else { - if (!empty($_SESSION['ok_msg'])) { - echo " → ".$_SESSION['ok_msg'].""; - } - } - ?> + + +
+ +
+
+ +
+ onclick="javascript:elementHideShow('ssltable');"> +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ () +
+ +
+
+ +
+ +
+ +
+ onclick="javascript:elementHideShow('statstable');"> +
+ + + + + + + + + + +
+ +
+ + +
+ +
+
+ +
+ onclick="javascript:elementHideShow('ftptable');"> +
+ + + + + + + + + + + + + +
+
+ +
+ + +
+ + +
+ - - - - - - -
- - - - -
+ + + - + +
+ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -
- -
- > -
- -
- > -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- onclick="javascript:elementHideShow('proxytable');"> -
- - - - - - - -
- -
- -
-
- -
- onclick="javascript:elementHideShow('ssltable');"> -
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- -
- -
- -
- () -
- -
-
- -
- -
- -
- onclick="javascript:elementHideShow('statstable');"> -
- - - - - - - - - - -
- -
- - -
- -
-
- -
- onclick="javascript:elementHideShow('ftptable');"> -
- - - - - - - - - - - - - - - -
-
- -
- - -
- - -
- -
- - - -
+
+
- +
+ diff --git a/web/templates/admin/edit_cron.html b/web/templates/admin/edit_cron.html index e1560f2f..9be88c14 100644 --- a/web/templates/admin/edit_cron.html +++ b/web/templates/admin/edit_cron.html @@ -1,126 +1,122 @@ + + + + + + + - - - - - - - -
- -
- - - - -
- - - - - -
-
- -
+ + + + + + +
+ + + - + +
+
+
- - - - -
+
+
+ + + + +
- - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - -
- - -
- - -
- - -
- > -
- - - - - -
- - - -
+ + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ >
- + + + + + +
+ + + +
+
+ diff --git a/web/templates/admin/edit_db.html b/web/templates/admin/edit_db.html index 08227dfa..7e5e70cb 100644 --- a/web/templates/admin/edit_db.html +++ b/web/templates/admin/edit_db.html @@ -1,145 +1,142 @@ - - - - - - - -
- -
- + ?> +
+ - - - - -
- - - - - -
-
- -
+ + + + + + + + +
+ + + - + +
+
+
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - -
- - -
- - -
- - -
- -
- - - -
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ +
+ + + +
+
+ diff --git a/web/templates/admin/edit_dns.html b/web/templates/admin/edit_dns.html index 9973a98a..9aeb9f30 100644 --- a/web/templates/admin/edit_dns.html +++ b/web/templates/admin/edit_dns.html @@ -1,135 +1,132 @@ - + + + + + + + - - - - - -
- -
- - - - -
- - - - - -
-
- -
+ + + + + + +
+ + + - + +
+
+
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - -
- -
- () -
- - SOA -
- - TTL -
- -
- - - -
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+ +
+ () +
+ + SOA +
+ + TTL +
+ +
+ + + +
+
+ diff --git a/web/templates/admin/edit_dns_rec.html b/web/templates/admin/edit_dns_rec.html index a9f6eeeb..121fadf3 100644 --- a/web/templates/admin/edit_dns_rec.html +++ b/web/templates/admin/edit_dns_rec.html @@ -1,127 +1,124 @@ - + + + + + + + - - - - - -
- -
- - - - -
- - - - - -
-
- -
+ + + + + + +
+ + + - + +
+
+
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - -
- - -
- > -
- () -
- - () -
- -
- - - -
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+ + +
+ > +
+ () +
+ + () +
+ +
+ + +
- + +
+ diff --git a/web/templates/admin/edit_ip.html b/web/templates/admin/edit_ip.html index a4c6c92c..9b94e7f2 100644 --- a/web/templates/admin/edit_ip.html +++ b/web/templates/admin/edit_ip.html @@ -1,155 +1,152 @@ - - - - - - - -
- -
- - + ?> +
+ - - - - -
- - - - - -
-
- -
+ + + + + + + + +
+ + + - +
+
+
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
- -
- - -
- - -
- - -
- -
- -
- -
- () -
- - () -
- ">
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - -
+ +
+ + +
+ + +
+ + +
+ +
+ +
+ +
+ () +
+ + () +
+ -
- - - -
+
+ + + +
+ + +
- +
+ diff --git a/web/templates/admin/edit_mail.html b/web/templates/admin/edit_mail.html index 5f09f264..60d9e0f3 100644 --- a/web/templates/admin/edit_mail.html +++ b/web/templates/admin/edit_mail.html @@ -1,114 +1,111 @@ - + + + + + + + - - - - - -
- -
- - - - -
- - - - - -
-
- -
+ + + + + + +
+ + + - + +
+
+
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- > -
- -
- > -
- -
- > -
- -
- -
- - - -
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ > +
+ +
+ > +
+ +
+ > +
+ +
+ +
+ + + +
+
+ diff --git a/web/templates/admin/edit_mail_acc.html b/web/templates/admin/edit_mail_acc.html index 2ddb5167..ecb1ea95 100644 --- a/web/templates/admin/edit_mail_acc.html +++ b/web/templates/admin/edit_mail_acc.html @@ -1,163 +1,161 @@ - + - - - - - -
- -
- + ?> +
+ - - - - -
- - - - - -
-
- -
+ + + + + + - -
+ + + - + + +
+
+
- - - - -
- + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ disabled > + + +
+ + () +
+ > +
+ () +
+ +
+ () +
+ +
+ +
+ onclick="javascript:elementHideShow('autoreplytable');"> +
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- + +
- disabled > - - -
- - () -
- > -
- () -
- -
- () -
- -
- -
- onclick="javascript:elementHideShow('autoreplytable');"> -
- - - - - - - -
- -
- -
-
- - - -
- - - +
- + + + + + +
+ + + +
+
+ diff --git a/web/templates/admin/edit_package.html b/web/templates/admin/edit_package.html index b4d41475..2c210d95 100644 --- a/web/templates/admin/edit_package.html +++ b/web/templates/admin/edit_package.html @@ -1,302 +1,299 @@ - + + + + + + + - - - - - -
- -
- - - - -
- - - - - -
-
- -
+ + + + + + +
+ + + - + +
+
+
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -
- -
- -
- -
- -
- -
- -
- -
- - () -
- - -
- - () -
- - -
- - () -
- - -
- - -
- - -
- - () -
- - () -
- - -
- -
- - - -
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + () +
+ + +
+ + () +
+ + +
+ + () +
+ + +
+ + +
+ + +
+ + () +
+ + () +
+ + +
+ +
+ + + +
+
+ diff --git a/web/templates/admin/edit_user.html b/web/templates/admin/edit_user.html index 7daafbed..871c2908 100644 --- a/web/templates/admin/edit_user.html +++ b/web/templates/admin/edit_user.html @@ -1,218 +1,215 @@ - - - - - - - -
- -
- - - - - + +
- - - - - -
-
- -
-
- - - - -
+ ?> +
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - -
- - -
- -
- -
- -
- -
- - -
- - -
- -
- -
- -
- - - -
+ + + + + + + +
+ + + + + +
+
+ +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+ + +
+ +
+ +
+ +
+ +
+ + +
+ + +
+ +
+ +
+ +
+ + + +
+
+
diff --git a/web/templates/admin/edit_web.html b/web/templates/admin/edit_web.html index ed562c88..3941fcbe 100644 --- a/web/templates/admin/edit_web.html +++ b/web/templates/admin/edit_web.html @@ -1,140 +1,174 @@ - - - - - - - -
- -
- - - - + +
- - - - - -
-
- -
+ ?> +
+ + + + + + + - -
+ + + - + - -
+
+
- + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - -
+ +
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ onclick="javascript:elementHideShow('proxytable');"> +
+ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- + +
- - -
- $value) { - $display_ip = $key; - if (!empty($value['NAT'])) $display_ip = $value['NAT']; - $skey = "'".$display_ip."'"; - echo "\n\t\t\t\t\t\t\t\t\t\t\t\t\n"; - } - ?> - -
- -
- -
- -
-
- + +
- onclick="javascript:elementHideShow('proxytable');"> -
- - - - - - - - - - - - - -
- -
- -
- -
- -
-
- -
- onclick="javascript:elementHideShow('ssltable');"> -
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- -
- -
- -
- () -
- -
-
- -
- -
- -
- onclick="javascript:elementHideShow('statstable');"> -
- - - - - - - - - - -
- -
- - -
- -
-
- -
- onclick="javascript:elementHideShow('ftptable');"> -
- - - - - - - - - - - - - -
- - ' . __('Prefix will be automaticaly added to username',$user."_") . '' ?> -
- - -
- - -
- -
- - - +
+ +
+ onclick="javascript:elementHideShow('ssltable');"> +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ () +
+ +
+
+ +
+ +
+ +
+ onclick="javascript:elementHideShow('statstable');"> +
+ + + + + + + + + + +
+ +
+ + +
+ +
+
+ +
+ onclick="javascript:elementHideShow('ftptable');"> +
+ + + + + + + + + + + + + + + +
+ + ' . __('Prefix will be automaticaly added to username',$user."_") . '' ?> +
+ + +
+ + +
+ +
+ + + +
+
+ diff --git a/web/templates/admin/list_backup.html b/web/templates/admin/list_backup.html index e5fb6754..5e106e9e 100644 --- a/web/templates/admin/list_backup.html +++ b/web/templates/admin/list_backup.html @@ -1,186 +1,184 @@ - - - - - -
- -
- - - $value) { - ++$i; - $web = __('no'); - $dns = __('no'); - $mail = __('no'); - $db = __('no'); - $cron = __('no'); - $udir = __('no'); - - if (!empty($data[$key]['WEB'])) $web = __('yes'); - if (!empty($data[$key]['DNS'])) $dns = __('yes'); - if (!empty($data[$key]['MAIL'])) $mail = __('yes'); - if (!empty($data[$key]['DB'])) $db = __('yes'); - if (!empty($data[$key]['CRON'])) $cron = __('yes'); - if (!empty($data[$key]['UDIR'])) $udir = __('yes'); - - ?> - - - - - - - - -
- - - - -
">
-
- - - - - " /> - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - -
: -
-
-
-
-
- - - - - - - - - -
- : - - -
- : - - - - -
-
- - - - - -
- : - - -
-
-
- - - - - - + + +
- +
+ + + + +
+ +
+

+
+
+ +
+
+ +
+ + + $value) { + ++$i; + $web = __('no'); + $dns = __('no'); + $mail = __('no'); + $db = __('no'); + $cron = __('no'); + $udir = __('no'); + + if (!empty($data[$key]['WEB'])) $web = __('yes'); + if (!empty($data[$key]['DNS'])) $dns = __('yes'); + if (!empty($data[$key]['MAIL'])) $mail = __('yes'); + if (!empty($data[$key]['DB'])) $db = __('yes'); + if (!empty($data[$key]['CRON'])) $cron = __('yes'); + if (!empty($data[$key]['UDIR'])) $udir = __('yes'); + + ?> + + + + + + + + +
+ + + + +
">
+
+ + + + + " /> + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
: +
+
+
+
+
+ + + + + + + + + +
+ : + + +
+ : + + + + +
+
+ + + + + +
+ : + + +
- +
+ + + + + + + +
+ +
+
diff --git a/web/templates/admin/list_backup_detail.html b/web/templates/admin/list_backup_detail.html index 7514c17c..9872c39f 100644 --- a/web/templates/admin/list_backup_detail.html +++ b/web/templates/admin/list_backup_detail.html @@ -1,296 +1,294 @@ - - - - - -
+ + + + + + -
-
- +
+
+
+ + + +
+ +
+
+ + + + + + + + - -
+ + +
+
+ + + + + + + - +
- + + + +
-
- + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - -
-
- - - - - - - - - - - -
- - - -
-
- - -
-
- - - - - - - - - - - -
- - - -
-
- - -
-
- - - - - - - - - - - -
- - - -
-
- - -
-
- - - - - - - - - - - -
- - - -
-
- - -
-
- - - - - - - - - - - -
- - - -
-
- - -
-
- - - - - - - - - - - -
- - - -
-
+ +
- +
+ + + + + + + + + + + +
+ + + +
+
+ + +
+
+ + + + + + + + + + + +
+ + + +
+
+ + +
+
+ + + + + + + + + + + +
+ + + +
+
+ + +
+
+ + + + + + + + + + + +
+ + + +
+
+ + +
+
+ + + + + + + + + + + +
+ + + +
+
+ + + diff --git a/web/templates/admin/list_cron.html b/web/templates/admin/list_cron.html index 0bc263e3..58643e2d 100644 --- a/web/templates/admin/list_cron.html +++ b/web/templates/admin/list_cron.html @@ -1,186 +1,184 @@ - - - - - -
+ + + + + +
-
- +
+
- $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend'; - $spnd_confirmation = 'UNSUSPEND_CRON_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend'; - $spnd_confirmation = 'SUSPEND_CRON_CONFIRMATION' ; - } - ?> + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend'; + $spnd_confirmation = 'UNSUSPEND_CRON_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend'; + $spnd_confirmation = 'SUSPEND_CRON_CONFIRMATION' ; + } + ?> - - - - - - + + - -
- - - - -
">
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - -
- -
- -
-
- - - - - - - -
- -
- -
-
- - - - - - - -
- -
- -
-
- - - - - - - -
- -
- -
-
- - - - - - - -
- -
- -
-
-
+ + + +
">
- - - + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + +
- + + +
+ + + + + + + +
+ +
+ +
+
+ + + + + + + +
+ +
+ +
+
+ + + + + + + +
+ +
+ +
+
+ + + + + + + +
+ +
+ +
+
+ + + + + + + +
+ +
+ +
- +
+ + + + + + + +
+ +
+ diff --git a/web/templates/admin/list_db.html b/web/templates/admin/list_db.html index 3a484248..ee6f77e7 100644 --- a/web/templates/admin/list_db.html +++ b/web/templates/admin/list_db.html @@ -1,175 +1,173 @@ - - - - - -
+ + + + + +
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - $spnd_confirmation = 'UNSUSPEND_DATABASE_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - $spnd_confirmation = 'SUSPEND_DATABASE_CONFIRMATION' ; - } - if ($data[$key]['HOST'] != 'localhost' ) $http_host = $data[$key]['HOST']; - if ($data[$key]['TYPE'] == 'mysql') $db_admin = "phpMyAdmin"; - if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpmyadmin/"; - if ($data[$key]['TYPE'] == 'pgsql') $db_admin = "phpPgAdmin"; - if ($data[$key]['TYPE'] == 'pgsql') $db_admin_link = "http://".$http_host."/phppgadmin/"; - ?> - - - - - +
+
- - - - -
">
-
- - - - - " /> - - - - - - - - " /> - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - -
: -
-
-
-
-
- - - - - - - - - -
- : - - -
- : - - -
-
- - - - - - - - - -
- : - - -
- : - - -
-
-
+ $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + $spnd_confirmation = 'UNSUSPEND_DATABASE_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + $spnd_confirmation = 'SUSPEND_DATABASE_CONFIRMATION' ; + } + if ($data[$key]['HOST'] != 'localhost' ) $http_host = $data[$key]['HOST']; + if ($data[$key]['TYPE'] == 'mysql') $db_admin = "phpMyAdmin"; + if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpmyadmin/"; + if ($data[$key]['TYPE'] == 'pgsql') $db_admin = "phpPgAdmin"; + if ($data[$key]['TYPE'] == 'pgsql') $db_admin_link = "http://".$http_host."/phppgadmin/"; + ?> + + - -
+ + + +
">
- - - + + + + +
+ + + + + " /> + + + + + + + + " /> + + + + + + + + + + + + + + + + - - + + + + +
- + + +
+ + + + +
: +
+
+
+
+
+ + + + + + + + + +
+ : + + +
+ : + + +
+
+ + + + + + + + + +
+ : + + +
+ : + + +
- +
+ + + + + + + +
+ +
+ diff --git a/web/templates/admin/list_dns.html b/web/templates/admin/list_dns.html index 42d49272..956cbdbd 100644 --- a/web/templates/admin/list_dns.html +++ b/web/templates/admin/list_dns.html @@ -1,162 +1,160 @@ - - - - - -
+ + + + + +
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION' ; - } - ?> - - - - - +
+
- - - - -
" >
">
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - -
- -
- -
-
- - - - - - - - - -
:
:
-
- - - - - - - - - -
:
:
-
-
+ $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION' ; + } + ?> + + - -
+ + + +
" >
">
- - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + +
- + + +
+ + + + + + + +
+ +
+ +
+
+ + + + + + + + + +
:
:
+
+ + + + + + + + + +
:
:
- +
+ + + + + + + +
+ +
+ diff --git a/web/templates/admin/list_dns_rec.html b/web/templates/admin/list_dns_rec.html index 93c8abc3..23bbc444 100644 --- a/web/templates/admin/list_dns_rec.html +++ b/web/templates/admin/list_dns_rec.html @@ -1,108 +1,107 @@ - - - - - -
-
-
- +
+ + + + +
+ +
+
+ + + + +
+ +
+
+ + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + $spnd_confirmation = 'UNSUSPEND_RECORD_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + $spnd_confirmation = 'UNSUSPEND_RECORD_CONFIRMATION' ; + } + ?> + + + + + +
+ + + +
+
+ + + + + + + + + + + + + + + - + + + +
- -
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - $spnd_confirmation = 'UNSUSPEND_RECORD_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - $spnd_confirmation = 'UNSUSPEND_RECORD_CONFIRMATION' ; - } - ?> - - - - - -
- - - -
-
- - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - -
- - -
- +
+ + + + + + +
+ + +
+
diff --git a/web/templates/admin/list_ip.html b/web/templates/admin/list_ip.html index 46a55d18..3b674e1d 100644 --- a/web/templates/admin/list_ip.html +++ b/web/templates/admin/list_ip.html @@ -1,178 +1,176 @@ - - - - - -
- -
- - - $value) { - ++$i; - ?> - - - - - - - -
- - - - -
">
-
- - - - - " /> - - - - - - - - - - - - - - - - - - - -
- - ' . $data[$key]['NAT'] . ''; ?> - -
- - - - - - - -
- -
- -
-
- - - - - - - - - -
- : - - -
- : - - -
-
- - - - - - - - - - -
- : - - -
- : - - -
-
-
- - - - - - + + +
- +
+ + + + +
+ +
+

+
+
+ +
+
+ +
+ + + $value) { + ++$i; + ?> + + + + + + + +
+ + + + +
">
+
+ + + + + " /> + + + + + + + + + + + + + + + + + +
+ + ' . $data[$key]['NAT'] . ''; ?> + +
+ + + + + + + +
+ +
+ +
+
+ + + + + + + + + +
+ : + + +
+ : + + +
+
+ + + + + + + + + + +
+ : + + +
+ : + + +
- +
+ + + + + + + +
+ +
+
diff --git a/web/templates/admin/list_log.html b/web/templates/admin/list_log.html index 0db33131..38101ecd 100644 --- a/web/templates/admin/list_log.html +++ b/web/templates/admin/list_log.html @@ -1,64 +1,62 @@ - - - - - -
+ + + + + + -
- +
+
- $value) { - ++$i; - ?> + $value) { + ++$i; + ?> - - - - - - - -
- - - -
">
">
-
-
- - - - -
- -
-
- - + + + + + + + +
+ + + +
">
">
+
+
+ - -
- + +
- +
+ + + + + + +
+ +
+
diff --git a/web/templates/admin/list_mail.html b/web/templates/admin/list_mail.html index 116d3a4e..3860fb89 100644 --- a/web/templates/admin/list_mail.html +++ b/web/templates/admin/list_mail.html @@ -1,184 +1,183 @@ - - - - - -
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; - } - if (empty($data[$key]['CATCHALL'])) { - $data[$key]['CATCHALL'] = '/dev/null'; - } - ?> - - - - - +
- - - - -
" >
">
-
- - - - - - - - - - - - - - - - - - - - - - - " target="_blank" class="data-controls"> - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - -
- : -
-
-
-
-
- - - - - - - - - -
- : - - -
- : - - -
-
- - - - - - - - - -
- : - - -
- : - - -
-
-
+ + + + +
+ +
+ + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; + } + if (empty($data[$key]['CATCHALL'])) { + $data[$key]['CATCHALL'] = '/dev/null'; + } + ?> + + - -
+ + + +
" >
">
- - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + " target="_blank" class="data-controls"> + + + + + + + + + + + + + + + + + + - - + + + + +
- + + +
+ + + + +
+ : +
+
+
+
+
+ + + + + + + + + +
+ : + + +
+ : + + +
+
+ + + + + + + + + +
+ : + + +
+ : + + +
- +
+ + + + + + +
+ +
+ diff --git a/web/templates/admin/list_mail_acc.html b/web/templates/admin/list_mail_acc.html index dcbc622f..0aad5f02 100644 --- a/web/templates/admin/list_mail_acc.html +++ b/web/templates/admin/list_mail_acc.html @@ -1,165 +1,163 @@ - - - - - -
+ + + + + +
-
-
- - - - +
+
+
- -
+ + + +
+ +
+
+ + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + $spnd_confirmation = 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend'; + $spnd_confirmation = 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' ; + } + ?> + + + - -
+ + + +
">
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - $spnd_confirmation = 'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend'; - $spnd_confirmation = 'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' ; - } - ?> - - - - -
- - - - + + - -
">
+ + + + + + + + + + + + + + + + + + + + + + + + + + - + + +
+ + + + + +
+
+ : +
+
+
+
- - - - - - - - - - - - - - - - - - - - - - - - + + -
+ - - - + + + + +
- - - - - - -
-
- : -
-
-
-
+
+ : - - - - - - - - - -
- : - - -
- : - - -
+
+ - - - - - -
- : - - -
+
+ : + + +
+
+ + + +
+ : + +
- +
+ - - - - - -
- -
- + + + + + +
+ +
+ diff --git a/web/templates/admin/list_packages.html b/web/templates/admin/list_packages.html index f3363aeb..ccc062ed 100644 --- a/web/templates/admin/list_packages.html +++ b/web/templates/admin/list_packages.html @@ -1,177 +1,175 @@ - - - - - -
+ + + + + + -
- +
+
- $value) { - ++$i; - ?> + $value) { + ++$i; + ?> - - - - - - + + + + + + +
- - - -
">
-
- - - - - " /> - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - - - - - - - - - - - - - -
:
:
:
- : -
-
-
-
- : -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - -
:
:
:
:
:
-
- - - - - - - - - - - - - - - - - - - - - - - - -
:
:
:
:
:
:
-
-
+ + +
">
- +
+ + + + + " /> + + + - + + + + + + +
- - + + + + +
- + + +
+ + + + + + + + + + + + + + + + + + + +
:
:
:
+ : +
+
+
+
+ : +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
:
:
:
:
:
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
:
:
:
:
:
:
- +
+ + + + + + + +
+ +
+
diff --git a/web/templates/admin/list_rrd.html b/web/templates/admin/list_rrd.html index 71c1296e..3eddb5a1 100644 --- a/web/templates/admin/list_rrd.html +++ b/web/templates/admin/list_rrd.html @@ -1,71 +1,69 @@ - - - - - -
+ + + + + + -
- - $value) { - ?> +
+
+ $value) { + ?> - - -
- - - -
">
">
-
- " target="_blank" class="data-controls"> - - - - - - - - - - + + + - -
- - - - -
- "> -
-
+
+ + + +
">
">
+
+ " target="_blank" class="data-controls"> + + + + + + + + + + +
+ + +
+ ">
+
+
- \ No newline at end of file + +
+
\ No newline at end of file diff --git a/web/templates/admin/list_search.html b/web/templates/admin/list_search.html index 1dfe625c..12acadc7 100644 --- a/web/templates/admin/list_search.html +++ b/web/templates/admin/list_search.html @@ -1,214 +1,212 @@ - - - - - -
+ + + + + +
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - } else { - $status = 'active'; - $spnd_action = 'suspend'; - } - if ($data[$key]['TYPE'] == 'db') { - $object = 'database'; - } else { - $object = strtolower($data[$key]['TYPE']." ".$data[$key]['KEY']); - } - ?> +
+
+ $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + } else { + $status = 'active'; + $spnd_action = 'suspend'; + } + if ($data[$key]['TYPE'] == 'db') { + $object = 'database'; + } else { + $object = strtolower($data[$key]['TYPE']." ".$data[$key]['KEY']); + } + ?> - - - -
- - - + + + - -
">
+ + + +
">
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + +
+ + + + +
+ : + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + -
+ - - - +
- - - - - -
- : - - -
+
+ : - - - - - -
- : - - -
+
+ - - - - - -
- : - - -
+
+
+ + + +
+ : + +
- +
+ - - - - - -
- -
- + + + + + +
+ +
+ diff --git a/web/templates/admin/list_services.html b/web/templates/admin/list_services.html index 94f582d0..d0f710f8 100644 --- a/web/templates/admin/list_services.html +++ b/web/templates/admin/list_services.html @@ -1,156 +1,154 @@ - - - - - -
+ + + + + + -
- +
+
- $value) { - ++$i; - if ($data[$key]['STATE'] == 'running') { - $status = 'active'; - $action = 'stop'; - } else { - $status = 'suspended'; - $action = 'start'; - } + $value) { + ++$i; + if ($data[$key]['STATE'] == 'running') { + $status = 'active'; + $action = 'stop'; + } else { + $status = 'suspended'; + $action = 'start'; + } - $cpu = $data[$key]['CPU'] / 10; - $cpu = number_format($cpu, 1); - if ($cpu == '0.0') $cpu = 0; - ?> + $cpu = $data[$key]['CPU'] / 10; + $cpu = number_format($cpu, 1); + if ($cpu == '0.0') $cpu = 0; + ?> - - + + - -
- - - -
+
+ + + +
+
+ + + + + + + + + + + + + + + + - + - + +
+ - - - - - - - - - - - - - - + + + + + + - -
+ - +
- + +
+
+ - - - +
- - - - -
- -
+
+ : - - - - - -
- : - - % -
+
+ % - - - - - -
- : - - -
+
+
+ + + - + +
+ : - - - - - -
- : - - -
+
+ +
+
+ + + +
+ : + +
- +
+ + + diff --git a/web/templates/admin/list_stats.html b/web/templates/admin/list_stats.html index 07834a87..0dd6661b 100644 --- a/web/templates/admin/list_stats.html +++ b/web/templates/admin/list_stats.html @@ -1,214 +1,211 @@ - - - - - -
- -
- - - $value) { - ++$i; - ?> - - - - - - +
- - -
-
-
- - - - - - - - - -
- -
- - - - - - - - - - -
- : % () -
-
-
-
- : % () -
-
-
-
- - - - - - - - - -
- : - - : -
- : - - : -
-
-
- - - - - - - - - - - - - - - - - - - - - -
- : - - -
- : - - -
- : - - -
- : - - -
- : - - -
-
- - - - - - - - - - - - - - - - - - - - - -
- : - - -
- : - - -
- : - - -
- : - - -
- : - - -
-
-
+ + + + +
+
+ + + $value) { + ++$i; + ?> + + + - -
+ +
- - + + + + + + +
+
+ - - + + + + +
- + + +
+ + + + + + + + + + +
+ : % () +
+
+
+
+ : % () +
+
+
+
+ + + + + + + + + +
+ : + + : +
+ : + + : +
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ : + + +
+ : + + +
+ : + + +
+ : + + +
+ : + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+ : + + +
+ : + + +
+ : + + +
+ : + + +
+ : + + +
- +
+ + + + + + +
+ +
+ diff --git a/web/templates/admin/list_updates.html b/web/templates/admin/list_updates.html index a39356dc..d4ff8864 100644 --- a/web/templates/admin/list_updates.html +++ b/web/templates/admin/list_updates.html @@ -1,150 +1,148 @@ - - - - - -
- -
- - - $value) { - ++$i; - if ($data[$key]['UPDATED'] == 'yes') { - $status = 'active'; - $upd_status = __('updated'); - } else { - $status = 'suspended'; - $upd_status = __('outdated'); - } - ?> - - - - + + +
- - - -
-
- - - - - - - - +
+ + + +
+ +
+

+
+
+ +
+
- +
+
+ + $value) { + ++$i; + if ($data[$key]['UPDATED'] == 'yes') { + $status = 'active'; + $upd_status = __('updated'); + } else { + $status = 'suspended'; + $upd_status = __('outdated'); + } + ?> + + + + + + + +
+ + + +
+
+ + + + + + + + +
+ + + + + + + + + + - -
+ +
+ - +
- + +
+
+ - - - +
- - - - -
- -
+
+ : - - - - - -
- : - - -
+
+ - - - - - -
- : - - -
+
+
+ + + - + +
+ : - - - - - -
- : - - -
+
+ +
+
+ + + +
+ : + +
- - +
+ +
diff --git a/web/templates/admin/list_user.html b/web/templates/admin/list_user.html index 89748d3b..f190bd94 100644 --- a/web/templates/admin/list_user.html +++ b/web/templates/admin/list_user.html @@ -1,268 +1,265 @@ - - - - - - -
- -
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - $spnd_confirmation = 'UNSUSPEND_USER_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - $spnd_confirmation = 'SUSPEND_USER_CONFIRMATION' ; - } - ?> - - - - +
- - - - -
">
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

-
- -
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
[]
: % () -
-
-
-
: % () -
-
-
-
- - - - - - - - - -
- : - - : -
- : - - - : -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
: /
:
:
: /
:
:
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
: /
:
: /
: /
:
:
: /
-
-
+ + - +
+ + + + + +
- +
+
+ $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + $spnd_confirmation = 'UNSUSPEND_USER_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + $spnd_confirmation = 'SUSPEND_USER_CONFIRMATION' ; + } + ?> + + + + + +
+ + + + +
">
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+
+ +
+ + + + + + + + - - + + + + +
- +
+ + + + + + + + + + + + +
[]
: % () +
+
+
+
: % () +
+
+
+
+ + + + + + + + + +
+ : + + : +
+ : + + + : +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
: /
:
:
: /
:
:
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
: /
:
: /
: /
:
:
: /
- +
+ + + + + + +
+ + +
+ diff --git a/web/templates/admin/list_web.html b/web/templates/admin/list_web.html index f012b749..42b73254 100644 --- a/web/templates/admin/list_web.html +++ b/web/templates/admin/list_web.html @@ -1,229 +1,227 @@ - - - - - - - - + + + + + + -
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION' ; - } - if (!empty($data[$key]['SSL_HOME'])) { - if ($data[$key]['SSL_HOME'] == 'same') { - $ssl_home = 'public_html'; - } else { - $ssl_home = 'public_shtml'; - } - } else { - $ssl_home = ''; - } - $web_stats='no'; - if (!empty($data[$key]['STATS'])) { - $web_stats=$data[$key]['STATS']; - } - $ftp_user='no'; - if (!empty($data[$key]['FTP_USER'])) { - $ftp_user=$data[$key]['FTP_USER']; - } - $proxy_support='no'; - if (!empty($data[$key]['PROXY'])) { - $proxy_support='yes'; - } - if (strlen($data[$key]['PROXY_EXT']) > 16 ) { - $proxy_ext_title = str_replace(',', ', ', $data[$key]['PROXY_EXT']); - $proxy_ext = substr($data[$key]['PROXY_EXT'], 0, 16); - $proxy_ext = trim($proxy_ext, ","); - $proxy_ext = str_replace(',', ', ', $proxy_ext); - $proxy_ext = $proxy_ext.", ..."; - } else { - $proxy_ext_title = ''; - $proxy_ext = str_replace(',', ', ', $data[$key]['PROXY_EXT']); - } - ?> - - - + + +
- - - - -
">
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION' ; + } + if (!empty($data[$key]['SSL_HOME'])) { + if ($data[$key]['SSL_HOME'] == 'same') { + $ssl_home = 'public_html'; + } else { + $ssl_home = 'public_shtml'; + } + } else { + $ssl_home = ''; + } + $web_stats='no'; + if (!empty($data[$key]['STATS'])) { + $web_stats=$data[$key]['STATS']; + } + $ftp_user='no'; + if (!empty($data[$key]['FTP_USER'])) { + $ftp_user=$data[$key]['FTP_USER']; + } + $proxy_support='no'; + if (!empty($data[$key]['PROXY'])) { + $proxy_support='yes'; + } + if (strlen($data[$key]['PROXY_EXT']) > 16 ) { + $proxy_ext_title = str_replace(',', ', ', $data[$key]['PROXY_EXT']); + $proxy_ext = substr($data[$key]['PROXY_EXT'], 0, 16); + $proxy_ext = trim($proxy_ext, ","); + $proxy_ext = str_replace(',', ', ', $proxy_ext); + $proxy_ext = $proxy_ext.", ..."; + } else { + $proxy_ext_title = ''; + $proxy_ext = str_replace(',', ', ', $data[$key]['PROXY_EXT']); + } + ?> + + + - - + + + + + + + -
+ + + + +
">
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - -
- -
- - - - - - - - - - -
- -
- : -
-
-
-
: -
-
-
-
-
- - - - - - - - - - - - - - - - - - -
:
:
:
:
-
- - - - - - - - - - - - - - - - - - - -
:
:
:>
:
-
-
- - - + ?> +
- + + + + +
- - + + +
+ + + + + + + + + + +
+ +
+ : +
+
+
+
: +
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
:
:
:
:
+
+ + + + + + + + + + + + + + + + + + + +
:
:
:>
:
-
+
+ + + + + + +
+ + +
+
diff --git a/web/templates/admin/list_weblog.html b/web/templates/admin/list_weblog.html index 3bcb5627..da0fa094 100644 --- a/web/templates/admin/list_weblog.html +++ b/web/templates/admin/list_weblog.html @@ -5,121 +5,121 @@ Web Log Manager - +
- "> - - + + "> + + - "> - - + "> + + - "> - - + "> + + - "> - - + "> + + -
diff --git a/web/templates/admin/panel.html b/web/templates/admin/panel.html index 25bef811..317f6df0 100644 --- a/web/templates/admin/panel.html +++ b/web/templates/admin/panel.html @@ -1,114 +1,108 @@ -
- - - - -
- - - - -
- - - - - - - - - - - - -
- - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+
+
+ + + + + + + + + + + + + +
+ diff --git a/web/templates/footer.html b/web/templates/footer.html index 6f792ab0..344e5a41 100644 --- a/web/templates/footer.html +++ b/web/templates/footer.html @@ -1,14 +1,10 @@ -
-
- - -
+ +
+ diff --git a/web/templates/header.html b/web/templates/header.html index 54ae88ff..1f50c960 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -4,902 +4,9 @@ Vesta - <?php echo "$TAB"; ?> - - + @@ -961,6 +67,5 @@ }); }); - diff --git a/web/templates/user/add_dns.html b/web/templates/user/add_dns.html index a33bd241..2de900fc 100644 --- a/web/templates/user/add_dns.html +++ b/web/templates/user/add_dns.html @@ -1,146 +1,143 @@ - - - - - - - - -
- -
- + ?> + + + + + - - -
- - -
+ + + + + + +
+ + +
+
+ + + + +
+ + + -
+ - + + + + + + + + +
+ + +
+ + +
+ - - -
- - - - + +
- + + ()
- - + TTL
- - +
- - - - - - - - - - - - - + + + + + +
- () -
- - TTL -
- - -
-
- + + - +
+ +
+ + + +
+
+ diff --git a/web/templates/user/add_web.html b/web/templates/user/add_web.html index 64478dd4..ae51b86f 100644 --- a/web/templates/user/add_web.html +++ b/web/templates/user/add_web.html @@ -1,363 +1,360 @@ + - + + + + + + +
+ + + + + +
+ + + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +
+ +
+ > +
+ +
+ > +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ onclick="javascript:elementHideShow('proxytable');"> +
+ - + + + + +
- → ".$_SESSION['error_msg'].""; - } else { - if (!empty($_SESSION['ok_msg'])) { - echo " → ".$_SESSION['ok_msg'].""; - } - } - ?> + + +
+ +
+
+ +
+ onclick="javascript:elementHideShow('ssltable');"> +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ () +
+ +
+
+ +
+ +
+ +
+ onclick="javascript:elementHideShow('statstable');"> +
+ + + + + + + + + + +
+ +
+ + +
+ +
+
+ +
+ onclick="javascript:elementHideShow('ftptable');"> +
+ + + + + + + + + + + + - -
+
+ +
+ + +
+ + +
+ - - - - - - -
- - - - -
+ + + - + +
+ - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -
- -
- > -
- -
- > -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- onclick="javascript:elementHideShow('proxytable');"> -
- - - - - - - -
- -
- -
-
- -
- onclick="javascript:elementHideShow('ssltable');"> -
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- -
- -
- -
- () -
- -
-
- -
- -
- -
- onclick="javascript:elementHideShow('statstable');"> -
- - - - - - - - - - -
- -
- - -
- -
-
- -
- onclick="javascript:elementHideShow('ftptable');"> -
- - - - - - - - - - - - - - - -
-
- -
- - -
- - -
- -
- - - -
+
+
- +
+ +
diff --git a/web/templates/user/edit_dns.html b/web/templates/user/edit_dns.html index 1f41cdbc..b5abc906 100644 --- a/web/templates/user/edit_dns.html +++ b/web/templates/user/edit_dns.html @@ -1,110 +1,108 @@ - + - - - - - -
+ + + + + + -
- - - - -
- - - - - -
-
- -
+ + + + + + +
+ + + - + +
+
+
- - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - -
- - () -
- - SOA -
- - TTL -
- - - -
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + () +
+ + SOA +
+ + TTL +
+ + +
- +
+ diff --git a/web/templates/user/edit_user.html b/web/templates/user/edit_user.html index 922e69c8..838d0a92 100644 --- a/web/templates/user/edit_user.html +++ b/web/templates/user/edit_user.html @@ -1,155 +1,153 @@ - + - - - - - -
- -
- - - - + +
- - - - - -
-
- -
+ ?> +
+ + + + + + + + + +
+ + + - + +
+
+
- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- - -
- - -
- -
- -
- -
- - - -
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+ + +
+ +
+ +
+ +
+ + + +
+
+
diff --git a/web/templates/user/edit_web.html b/web/templates/user/edit_web.html index 0b0e48f3..f8fd0a72 100644 --- a/web/templates/user/edit_web.html +++ b/web/templates/user/edit_web.html @@ -1,341 +1,339 @@ - + - - - - - -
- -
- - - - + +
- - - - - -
-
- -
+ ?> +
+ + + + + + +
+ + + - + - -
+
+
- + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + - -
+ +
+ + +
+ +
+ +
+ +
+ +
+ onclick="javascript:elementHideShow('proxytable');"> +
+ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- + +
- - -
- -
- -
- -
- -
- onclick="javascript:elementHideShow('proxytable');"> -
- - - - - - - -
- -
- -
-
- -
- onclick="javascript:elementHideShow('ssltable');"> -
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- -
- -
- -
- () -
- -
-
- -
- -
- -
- onclick="javascript:elementHideShow('statstable');"> -
- - - - - - - - - - -
- -
- - -
- -
-
- -
- onclick="javascript:elementHideShow('ftptable');"> -
- - - - - - - - - - - - - -
- - ' . __('Prefix will be automaticaly added to username',$user."_") . '' ?> -
- - -
- - -
- -
- - - +
+ +
+ onclick="javascript:elementHideShow('ssltable');"> +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ () +
+ +
+
+ +
+ +
+ +
+ onclick="javascript:elementHideShow('statstable');"> +
+ + + + + + + + + + +
+ +
+ + +
+ +
+
+ +
+ onclick="javascript:elementHideShow('ftptable');"> +
+ + + + + + + + + + + + + + + +
+ + ' . __('Prefix will be automaticaly added to username',$user."_") . '' ?> +
+ + +
+ + +
+ +
+ + + +
+
+ diff --git a/web/templates/user/list_cron.html b/web/templates/user/list_cron.html index c991a5f9..8cc02ebe 100644 --- a/web/templates/user/list_cron.html +++ b/web/templates/user/list_cron.html @@ -1,172 +1,170 @@ - - - - - -
+ + + + + + -
- +
+
- $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - } else { - $status = 'active'; - $spnd_action = 'suspend'; - } - ?> + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + } else { + $status = 'active'; + $spnd_action = 'suspend'; + } + ?> - - - - - - + + - -
- - - - -
">
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - -
- -
- -
-
- - - - - - - -
- -
- -
-
- - - - - - - -
- -
- -
-
- - - - - - - -
- -
- -
-
- - - - - - - -
- -
- -
-
-
+ + + +
">
- - - + + + + + +
+ + + + + + + + + + + + + + + - - + + + + + + +
- + + +
+ + + + + + + +
+ +
+ +
+
+ + + + + + + +
+ +
+ +
+
+ + + + + + + +
+ +
+ +
+
+ + + + + + + +
+ +
+ +
+
+ + + + + + + +
+ +
+ +
- +
+ + + + + + + +
+ +
+ diff --git a/web/templates/user/list_db.html b/web/templates/user/list_db.html index ff5dac84..4d2b0401 100644 --- a/web/templates/user/list_db.html +++ b/web/templates/user/list_db.html @@ -1,161 +1,159 @@ - - - - - -
+ + + + + +
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - } - if ($data[$key]['HOST'] != 'localhost' ) $http_host = $data[$key]['HOST']; - if ($data[$key]['TYPE'] == 'mysql') $db_admin = "phpMyAdmin"; - if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpmyadmin/"; - if ($data[$key]['TYPE'] == 'pgsql') $db_admin = "phpPgAdmin"; - if ($data[$key]['TYPE'] == 'pgsql') $db_admin_link = "http://".$http_host."/phppgadmin/"; - ?> - - - - - +
+
- - - - -
">
-
- - - - - " /> - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - -
: -
-
-
-
-
- - - - - - - - - -
- : - - -
- : - - -
-
- - - - - - - - - -
- : - - -
- : - - -
-
-
+ $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + } + if ($data[$key]['HOST'] != 'localhost' ) $http_host = $data[$key]['HOST']; + if ($data[$key]['TYPE'] == 'mysql') $db_admin = "phpMyAdmin"; + if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpmyadmin/"; + if ($data[$key]['TYPE'] == 'pgsql') $db_admin = "phpPgAdmin"; + if ($data[$key]['TYPE'] == 'pgsql') $db_admin_link = "http://".$http_host."/phppgadmin/"; + ?> + + - -
+ + + +
">
- - - + + + + +
+ + + + + " /> + + + + + + + + + + + + + + + + - - + + + + +
- + + +
+ + + + +
: +
+
+
+
+
+ + + + + + + + + +
+ : + + +
+ : + + +
+
+ + + + + + + + + +
+ : + + +
+ : + + +
- +
+ + + + + + + +
+ +
+ diff --git a/web/templates/user/list_dns.html b/web/templates/user/list_dns.html index 356a0321..b51a7003 100644 --- a/web/templates/user/list_dns.html +++ b/web/templates/user/list_dns.html @@ -1,148 +1,145 @@ - - - - - -
- -
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - } - ?> - - - - - +
- - - - -
" >
">
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - -
- -
- -
-
- - - - - - - - - -
:
:
-
- - - - - - - - - -
:
:
-
-
+ + + + +
+
+ + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + } + ?> + + - -
+ + + +
" >
">
- - - + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + +
- + + +
+ + + + + + + +
+ +
+ +
+
+ + + + + + + + + +
:
:
+
+ + + + + + + + + +
:
:
- +
+ + + + + + + +
+ +
+ diff --git a/web/templates/user/list_dns_rec.html b/web/templates/user/list_dns_rec.html index 54b0a4e7..6546677b 100644 --- a/web/templates/user/list_dns_rec.html +++ b/web/templates/user/list_dns_rec.html @@ -1,104 +1,103 @@ - - - - - -
-
-
- +
+ + + + +
+ +
+
+ + + + +
+ +
+
+ + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + } + ?> + + + + + +
+ + + +
+
+ + + + + + + + + + + + + + + - + + + +
- -
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - } - ?> - - - - - -
- - - -
-
- - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - -
- - -
- +
+ + + + + + +
+ + +
+
diff --git a/web/templates/user/list_mail.html b/web/templates/user/list_mail.html index fb9ca5c6..f8294ff0 100644 --- a/web/templates/user/list_mail.html +++ b/web/templates/user/list_mail.html @@ -1,171 +1,169 @@ - - - - - -
+ + + + + + -
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - } - if (empty($data[$key]['CATCHALL'])) { - $data[$key]['CATCHALL'] = '/dev/null'; - } - ?> - - - - - +
+
- - - - -
" >
">
-
- - - - - - - - - - - - - - - " target="_blank" class="data-controls"> - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - -
- : -
-
-
-
-
- - - - - - - - - -
- : - - -
- : - - -
-
- - - - - - - - - -
- : - - -
- : - - -
-
-
+ $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + } + if (empty($data[$key]['CATCHALL'])) { + $data[$key]['CATCHALL'] = '/dev/null'; + } + ?> + + - -
+ + + +
" >
">
- - + + + + +
+ + + + + + + + + + + + + + + " target="_blank" class="data-controls"> + + + + + + + + + + + + + + + + + + - - + + + + +
- + + +
+ + + + +
+ : +
+
+
+
+
+ + + + + + + + + +
+ : + + +
+ : + + +
+
+ + + + + + + + + +
+ : + + +
+ : + + +
- +
+ + + + + + +
+ +
+ diff --git a/web/templates/user/list_mail_acc.html b/web/templates/user/list_mail_acc.html index cc8b37d1..1bfeb0ba 100644 --- a/web/templates/user/list_mail_acc.html +++ b/web/templates/user/list_mail_acc.html @@ -1,153 +1,150 @@ - - - - - -
+ + + + + +
+
+
+ + + + +
+ +
+
+ + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + } else { + $status = 'active'; + $spnd_action = 'suspend'; + } + ?> -
-
-
- - - + +
- -
+ + + +
">
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - } else { - $status = 'active'; - $spnd_action = 'suspend'; - } - ?> - - -
- - - - + + - -
">
+ + + + + + + + + + + + + + + + + + - + + +
+ + + + + +
+ +
+ : +
+
+
+
- - - - - - - - - - - - - - - - + + -
+ - - - + + + + +
- - - - - - -
- -
- : -
-
-
-
+
+ : - - - - - - - - - -
- : - - -
- : - - -
+
+ - - - - - -
- : - - -
+
+ : + + +
+
+ + + +
+ : + +
- +
+ - - - - - -
- -
- + + + + + +
+ +
+ diff --git a/web/templates/user/list_search.html b/web/templates/user/list_search.html index 831225d4..5038e03f 100644 --- a/web/templates/user/list_search.html +++ b/web/templates/user/list_search.html @@ -1,167 +1,165 @@ - - - - - -
+ + + + + + -
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - } else { - $status = 'active'; - $spnd_action = 'suspend'; - } - if ($data[$key]['TYPE'] == 'db') { - $object = 'database'; - } else { - $object = strtolower($data[$key]['TYPE']." ".$data[$key]['KEY']); - } - ?> +
+
+ $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + } else { + $status = 'active'; + $spnd_action = 'suspend'; + } + if ($data[$key]['TYPE'] == 'db') { + $object = 'database'; + } else { + $object = strtolower($data[$key]['TYPE']." ".$data[$key]['KEY']); + } + ?> - - + + +
- - - + + + - -
">
+ + + +
">
+
+ + + + + + + + + + + + + + + + + + + + + + - + + +
+ + + + +
+ : + + +
- - - - - - - - - - - - - - - - - - - - + + -
+ - - - +
- - - - - -
- : - - -
+
+ : - - - - - -
- : - - -
+
+ - - - - - -
- : - - -
+
+
+ + + +
+ : + +
- +
+ - - - - - -
- -
- + + + + + +
+ +
+ diff --git a/web/templates/user/list_stats.html b/web/templates/user/list_stats.html index 339d590a..664482d8 100644 --- a/web/templates/user/list_stats.html +++ b/web/templates/user/list_stats.html @@ -1,196 +1,194 @@ - - - - - -
+ + + + + + -
- +
+
- $value) { - ++$i; - ?> - - - - - - - + $value) { + ++$i; + ?> + + - -
- - -
-
-
- - - - - - - - - -
- -
- - - - - - - - - - -
- : % () -
-
-
-
- : % () -
-
-
-
- - - - - - - - - -
- : - - : -
- : - - : -
-
-
- - - - - - - - - - - - - - - - - - - - - -
- : - - -
- : - - -
- : - - -
- : - - -
- : - - -
-
- - - - - - - - - - - - - - - - - - - - - -
- : - - -
- : - - -
- : - - -
- : - - -
- : - - -
-
-
+ +
- - + + + + + + +
+
+ - - + + + + +
- + + +
+ + + + + + + + + + +
+ : % () +
+
+
+
+ : % () +
+
+
+
+ + + + + + + + + +
+ : + + : +
+ : + + : +
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ : + + +
+ : + + +
+ : + + +
+ : + + +
+ : + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+ : + + +
+ : + + +
+ : + + +
+ : + + +
+ : + + +
- +
+ + + + + + +
+ +
+ diff --git a/web/templates/user/list_user.html b/web/templates/user/list_user.html index e7f5a06c..928c7150 100644 --- a/web/templates/user/list_user.html +++ b/web/templates/user/list_user.html @@ -1,190 +1,187 @@ - - - - - -
+ + + + + +
+
+ + $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + } + ?> -
-
- $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - } - ?> - - - - - - + + - -
- - - - -
">
-
- " class="data-controls"> - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
[]
: % () -
-
-
-
: % () -
-
-
-
- - - - - - - - - -
- : - - : -
- : - - - : -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
: /
:
:
: /
:
:
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
: /
:
: /
: /
:
:
: /
-
-
+ + + +
">
- - - + + + + +
+ " class="data-controls"> + + + + + + - - + + + + +
- +
+ + + + + + + + + + + + +
[]
: % () +
+
+
+
: % () +
+
+
+
+ + + + + + + + + +
+ : + + : +
+ : + + + : +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
: /
:
:
: /
:
:
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
: /
:
: /
: /
:
:
: /
- +
+ + + + + + + +
+ +
+ diff --git a/web/templates/user/list_web.html b/web/templates/user/list_web.html index 59042b3a..e736e244 100644 --- a/web/templates/user/list_web.html +++ b/web/templates/user/list_web.html @@ -1,216 +1,214 @@ - - - - - -
+ + + + + +
-
- - $value) { - ++$i; - if ($data[$key]['SUSPENDED'] == 'yes') { - $status = 'suspended'; - $spnd_action = 'unsuspend' ; - $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; - } else { - $status = 'active'; - $spnd_action = 'suspend' ; - $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION' ; - } - if (!empty($data[$key]['SSL_HOME'])) { - if ($data[$key]['SSL_HOME'] == 'same') { - $ssl_home = 'public_html'; - } else { - $ssl_home = 'public_shtml'; - } - } else { - $ssl_home = ''; - } - $web_stats='no'; - if (!empty($data[$key]['STATS'])) { - $web_stats=$data[$key]['STATS']; - } - $ftp_user='no'; - if (!empty($data[$key]['FTP_USER'])) { - $ftp_user=$data[$key]['FTP_USER']; - } - $proxy_support='no'; - if (!empty($data[$key]['PROXY'])) { - $proxy_support='yes'; - } - if (strlen($data[$key]['PROXY_EXT']) > 16 ) { - $proxy_ext_title = str_replace(',', ', ', $data[$key]['PROXY_EXT']); - $proxy_ext = substr($data[$key]['PROXY_EXT'], 0, 16); - $proxy_ext = trim($proxy_ext, ","); - $proxy_ext = str_replace(',', ', ', $proxy_ext); - $proxy_ext = $proxy_ext.", ..."; - } else { - $proxy_ext_title = ''; - $proxy_ext = str_replace(',', ', ', $data[$key]['PROXY_EXT']); - } - ?> - - - - - +
- - - - -
">
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - - - - -
- -
- : -
-
-
-
: -
-
-
-
-
- - - - - - - - - - - - - - - - - - -
:
:
:
:
-
- - - - - - - - - - - - - - - - - - - -
:
:
:>
:
-
-
+ $value) { + ++$i; + if ($data[$key]['SUSPENDED'] == 'yes') { + $status = 'suspended'; + $spnd_action = 'unsuspend' ; + $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION' ; + } else { + $status = 'active'; + $spnd_action = 'suspend' ; + $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION' ; + } + if (!empty($data[$key]['SSL_HOME'])) { + if ($data[$key]['SSL_HOME'] == 'same') { + $ssl_home = 'public_html'; + } else { + $ssl_home = 'public_shtml'; + } + } else { + $ssl_home = ''; + } + $web_stats='no'; + if (!empty($data[$key]['STATS'])) { + $web_stats=$data[$key]['STATS']; + } + $ftp_user='no'; + if (!empty($data[$key]['FTP_USER'])) { + $ftp_user=$data[$key]['FTP_USER']; + } + $proxy_support='no'; + if (!empty($data[$key]['PROXY'])) { + $proxy_support='yes'; + } + if (strlen($data[$key]['PROXY_EXT']) > 16 ) { + $proxy_ext_title = str_replace(',', ', ', $data[$key]['PROXY_EXT']); + $proxy_ext = substr($data[$key]['PROXY_EXT'], 0, 16); + $proxy_ext = trim($proxy_ext, ","); + $proxy_ext = str_replace(',', ', ', $proxy_ext); + $proxy_ext = $proxy_ext.", ..."; + } else { + $proxy_ext_title = ''; + $proxy_ext = str_replace(',', ', ', $data[$key]['PROXY_EXT']); + } + ?> + + +
+ + + + +
">
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- - - + ?> +
- + + + + +
- - + + +
+ + + + + + + + + + +
+ +
+ : +
+
+
+
: +
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
:
:
:
:
+
+ + + + + + + + + + + + + + + + + + + +
:
:
:>
:
-
+
+ + + + + + +
+ + +
+
diff --git a/web/templates/user/panel.html b/web/templates/user/panel.html index e01fc5ca..37981217 100644 --- a/web/templates/user/panel.html +++ b/web/templates/user/panel.html @@ -1,109 +1,103 @@ -
- - -
- - -
- - - - - - - - - - - - -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+