header.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. <html>
  2. <head>
  3. <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
  4. <title>Vesta - <?php echo "$TAB"; ?> </title>
  5. <style type="text/css">
  6. body {
  7. margin: 0;
  8. margin-left: auto;
  9. margin-right: auto;
  10. background-image: url(/images/b.png);
  11. }
  12. form {
  13. margin: 0;
  14. }
  15. .main {
  16. background: #ffffff;
  17. box-shadow: 0 0 2px 2px #d7d7d7;
  18. border-right: 1px solid #cccccc;
  19. <?php
  20. if (!empty($_SESSION['look'])) {
  21. echo " border-left: 2px solid #f79b44;\n";
  22. echo " border-right: 2px solid #f79b44;\n";
  23. }
  24. ?>
  25. }
  26. .top {
  27. background: #555;
  28. color: #cce4f0;
  29. padding: 0;
  30. margin-left: auto;
  31. margin-right: auto;
  32. width: 990px;
  33. font-family: Arial, sans-serif;
  34. font-size: 10pt;
  35. text-align: left;
  36. line-height: 1.2em;
  37. border-top: 3px solid white;
  38. }
  39. .top-link {
  40. text-decoration: none;
  41. color: #e6e6e6;
  42. }
  43. .top-link:hover {
  44. text-decoration: underline;
  45. color: white;
  46. }
  47. .top-link:active{
  48. text-decoration: underline;
  49. color: #f5edb6;
  50. }
  51. .top-slink {
  52. text-decoration: none;
  53. color: #f5edb6;
  54. }
  55. .bottom {
  56. background: #ebe9dc;
  57. color: #555;
  58. margin: 30 0 0 0;
  59. padding: 4 20 8 0;
  60. margin-left: auto;
  61. margin-right: auto;
  62. width: 990px;
  63. font-family: Arial, sans-serif;
  64. font-size: 8pt;
  65. text-align: center;
  66. vertical-align:top;
  67. line-height: 0.8em;
  68. border-top: 4px solid #d6d4c9;
  69. }
  70. .bottom a:link {
  71. font-size: 8pt;
  72. text-decoration: none;
  73. color: #555;
  74. }
  75. .bottom a:visited {
  76. text-decoration: none;
  77. color: #555;
  78. }
  79. .bottom a:hover {
  80. text-decoration: underline;
  81. color: #7fa1cb;
  82. }
  83. .nav {
  84. background: #ebe9dc;
  85. margin-left: auto;
  86. margin-right: auto;
  87. width: 990px;
  88. text-align: left;
  89. vertical-align:top;
  90. padding: 0;
  91. border-bottom: 8px solid #F7F6ED;
  92. }
  93. .nav td {
  94. text-align: left;
  95. vertical-align:top;
  96. margin: 0;
  97. padding: 0;
  98. width: 103px;
  99. }
  100. #nav-block {
  101. padding: 0;
  102. }
  103. .logotd{
  104. width: 152px !important;
  105. }
  106. .logotd:hover{
  107. background: #ebe9dc !important;
  108. }
  109. #nav-block td {
  110. display: inline;
  111. list-style: none outside none;
  112. float: left;
  113. padding: 16px 7 2px 8px;
  114. line-height: 1.0em;
  115. font-size: 9pt;
  116. font-family: Arial, sans-serif;
  117. color: #2d2d2d;
  118. background: url(/images/transparent-image.png) no-repeat;
  119. }
  120. #nav-block td:hover {
  121. background: #fafafa;
  122. color: black;
  123. }
  124. .nav-active{
  125. background: #fafafa !important;
  126. }
  127. .nav-link {
  128. letter-spacing: -1.0px;
  129. font-size: 16pt;
  130. color: #555;
  131. font-family: Arial, sans-serif;
  132. text-decoration: none;
  133. }
  134. .nav-link:hover {
  135. color: #333;
  136. text-decoration: underline;
  137. }
  138. .nav-link:active {
  139. color: #ccc;
  140. text-decoration: underline;
  141. }
  142. .nav-slink {
  143. letter-spacing: -1.0px;
  144. font-size: 16pt;
  145. color: #7fa1cb;
  146. font-family: Arial, sans-serif;
  147. text-decoration: none;
  148. }
  149. .nav-slink:active {
  150. color: #ccc;
  151. text-decoration: underline;
  152. }
  153. .sub-menu {
  154. margin-left: auto;
  155. margin-right: auto;
  156. width: 990px;
  157. font-family: Arial, sans-serif;
  158. font-size: 10pt;
  159. text-align: left;
  160. vertical-align:top;
  161. padding: 0px 10px 0px 0;
  162. }
  163. .select-controls {
  164. color: #6A6A6A;
  165. font-size: 8pt;
  166. font-family: Arial, sans-serif;
  167. letter-spacing: 0.1em;
  168. text-decoration: none;
  169. }
  170. .select-controls:hover {
  171. text-decoration: underline;
  172. }
  173. .add {
  174. padding: 0 8px 0 3px;
  175. margin: 0;
  176. font-family: Arial, sans-serif;
  177. text-decoration: none;
  178. color: #8B99A2;
  179. font-size: 12pt;
  180. }
  181. .add:hover {
  182. text-decoration: underline;
  183. }
  184. .add:active {
  185. color: #34536A;
  186. }
  187. .counters {
  188. height: 58px;
  189. line-height: 1.4em;
  190. font-size: 9pt;
  191. font-family: Arial, sans-serif;
  192. color: #555;
  193. padding: 8px 0 4px 0;
  194. margin: 0;
  195. }
  196. .data {
  197. border-collapse:collapse;
  198. margin-left: auto;
  199. margin-right: auto;
  200. width: 990px;
  201. color: #e5a907;
  202. font-family: Arial, serif;
  203. font-size: 12pt;
  204. text-align: left;
  205. vertical-align:top;
  206. margin: 0;
  207. behavior:url("/css/csshover3.htc");
  208. }
  209. .data-row:hover {
  210. margin: 0;
  211. background-color: #f7f6ed;
  212. }
  213. .datarowhover {
  214. margin: 0;
  215. background-color: #f7f6ed;
  216. }
  217. .data-null {
  218. margin: 0;
  219. width: 990px;
  220. height: 10px;
  221. border-top:1px dotted #dce8f5;
  222. }
  223. .data-spacer {
  224. margin: 0;
  225. width: 990px;
  226. }
  227. .data-add {
  228. margin: 0;
  229. background-color: #f7f6ed;
  230. }
  231. .data-dotted {
  232. text-align: left;
  233. vertical-align:top;
  234. border-top:1px dotted #dce8f5;
  235. padding: 0 0 26px 0;
  236. margin: 0;
  237. }
  238. .data-dotted td {
  239. margin: 0;
  240. }
  241. .data-col1 {
  242. text-align: left;
  243. padding: 0;
  244. }
  245. .data-col2 {
  246. text-align: left;
  247. padding: 0;
  248. overflow: hidden;
  249. }
  250. .data-col5 {
  251. table-layout: fixed;
  252. text-align: left;
  253. padding: 0;
  254. overflow: hidden;
  255. white-space: nowrap;
  256. }
  257. .data-date {
  258. padding: 0 0 0 18;
  259. letter-spacing: 0.3em;
  260. font-size: 8pt;
  261. font-family: Tahoma;
  262. color: #6A6A6A
  263. }
  264. .data-active {
  265. font-size: 8pt;
  266. font-family: Arial;
  267. letter-spacing: 0.1em;
  268. color: #9ba68c;
  269. padding: 0 0 13 18;
  270. }
  271. .data-suspended {
  272. font-size: 8pt;
  273. font-family: Arial;
  274. letter-spacing: 0.1em;
  275. color: #de6c5d;
  276. padding: 0 0 13 18;
  277. }
  278. .data-controls {
  279. border-left: 1px solid #E6E6E6;
  280. font-size: 8pt;
  281. font-family: Arial, sans-serif;
  282. padding: 2 5 0 5;
  283. letter-spacing: 0.1em;
  284. }
  285. .data-controls:hover {
  286. background: #f79b44;
  287. }
  288. .data-controls a:link {
  289. color: #34536A;
  290. text-decoration: none;
  291. }
  292. .data-controls a:visited {
  293. color: #34536A;
  294. text-decoration: none;
  295. }
  296. .data-controls a:hover {
  297. color: #ffffff;
  298. text-decoration: none;
  299. }
  300. .data-controls a:active {
  301. color: #433832;
  302. text-decoration: none;
  303. }
  304. .data-count {
  305. background: #ebe9dc;
  306. color: #555;
  307. font-size: 8pt;
  308. font-family: Arial;
  309. margin: 18px 0 0 0;
  310. text-align:right;
  311. padding: 0 16px 0 0;
  312. }
  313. .chart1 {
  314. font-family: Arial, sans-serif;
  315. font-size: 10pt;
  316. }
  317. .chart2 {
  318. color: #484243;
  319. font-family: Arial, sans-serif;
  320. font-size: 8pt;
  321. }
  322. .username {
  323. color: #555555;
  324. font-family: Arial, sans-serif;
  325. font-size: 16pt;
  326. line-height: 1.2em;
  327. }
  328. .domain {
  329. color: #555555;
  330. font-family: Arial, sans-serif;
  331. font-size: 16pt;
  332. line-height: 0.8em;
  333. }
  334. .cron {
  335. color: #555555;
  336. font-family: Arial, sans-serif;
  337. font-size: 14pt;
  338. }
  339. .log {
  340. color: #555555;
  341. font-family: Arial, sans-serif;
  342. font-size: 12pt;
  343. }
  344. .aliases {
  345. font-family: Arial;
  346. font-size: 12pt;
  347. color: #99a7af;
  348. padding: 0 0 0 8px;
  349. }
  350. .nginx-ext {
  351. color: black;
  352. vertical-align:top;
  353. font-family: Arial, sans-serif;
  354. font-size: 10pt;
  355. }
  356. .fullname {
  357. font-family: Arial;
  358. font-size: 14pt;
  359. color: #99a7af;
  360. padding: 0 0 0 8px;
  361. }
  362. .counter-name {
  363. vertical-align:top;
  364. line-height: 1.2em;
  365. font-family: Arial, sans-serif;
  366. font-size: 10pt;
  367. color: #484243;
  368. color: #5c5455;
  369. }
  370. .cron-counter-name {
  371. vertical-align:top;
  372. line-height: 0.8em;
  373. font-family: Arial, sans-serif;
  374. font-size: 8pt;
  375. padding: 4 0 0 0;
  376. color: #484243;
  377. color: #5c5455;
  378. }
  379. .counter-value {
  380. vertical-align:top;
  381. line-height: 1.2em;
  382. font-family: Arial, sans-serif;
  383. font-size: 10pt;
  384. color: black;
  385. }
  386. .log-counter-value {
  387. vertical-align:top;
  388. font-family: Arial, sans-serif;
  389. font-size: 12pt;
  390. color: #484243;
  391. }
  392. .cron-counter-value {
  393. vertical-align:top;
  394. line-height: 1.2em;
  395. font-family: Arial, sans-serif;
  396. font-size: 12pt;
  397. color: #484243;
  398. }
  399. .add-name {
  400. font-family: Arial;
  401. font-size: 16pt;
  402. color: #777;
  403. padding: 0 0 0 10px;
  404. }
  405. .add-ok {
  406. font-family: Arial;
  407. font-size: 14pt;
  408. color: #62a358;
  409. padding: 0 0 0 6px;
  410. }
  411. .add-error {
  412. font-family: Arial;
  413. font-size: 14pt;
  414. color: #de6c5d;
  415. padding: 0 0 0 6px;
  416. }
  417. .add-text {
  418. font-family: Arial, sans-serif;
  419. font-size: 12pt;
  420. }
  421. .add-textinput {
  422. background-color: #FFFFFF;
  423. border: 1px solid #999999;
  424. border-radius: 3px 3px 3px 3px;
  425. color: #555555;
  426. font-family: Arial,sans-serif;
  427. font-size: 14pt;
  428. padding: 6px;
  429. width: 360px;
  430. height: 120px;
  431. }
  432. .add-textinput:hover {
  433. border: 1px solid #e5a907;
  434. }
  435. .add-textinput:disabled {
  436. background-color: #F1F1F1;
  437. }
  438. .add-input {
  439. background-color: #FFFFFF;
  440. border: 1px solid #999999;
  441. border-radius: 3px 3px 3px 3px;
  442. color: #555555;
  443. font-family: Arial,sans-serif;
  444. font-size: 14pt;
  445. padding: 6px;
  446. width: 360px;
  447. }
  448. .add-input:hover {
  449. border: 1px solid #e5a907;
  450. }
  451. .add-input:disabled {
  452. background-color: #f1f1f1;
  453. }
  454. .add-list {
  455. padding: 4px;
  456. font-size: 12pt;
  457. color: #555;
  458. border-radius: 3px 3px 3px 3px;
  459. border: 1px solid #999999;
  460. }
  461. .add-list:hover {
  462. border: 1px solid #e5a907;
  463. }
  464. .add-checkbox {
  465. padding: 4px;
  466. font-size: 12pt;
  467. }
  468. .add-checkbox:hover {
  469. border: 1px solid #e5a907;
  470. }
  471. button {
  472. cursor: pointer;
  473. color: #333;
  474. background-color: #fafafa;
  475. border: 1px solid #ACACAC;
  476. border-radius: 3px 3px 3px 3px;
  477. font-size: 12px;
  478. padding: 2px 16px;
  479. width: 108px;
  480. }
  481. button:hover {
  482. background-color: #f0f0f0;
  483. }
  484. button:active {
  485. background-color: #EBE9DC;
  486. }
  487. .button {
  488. filter:chroma(color=#000000);
  489. cursor: pointer;
  490. color: #333;
  491. background-color: #fafafa;
  492. border: 1px solid #ACACAC;
  493. border-radius: 3px 3px 3px 3px;
  494. font-size: 14px;
  495. padding: 2px 16px;
  496. width: 108px;
  497. }
  498. .button:hover {
  499. background-color: #f0f0f0;
  500. }
  501. .button:active {
  502. background-color: #EBE9DC;
  503. }
  504. .genpass {
  505. color: #34536a;
  506. font-size: 8pt;
  507. font-family: Arial, sans-serif;
  508. padding: 0 5px 0 8px;
  509. letter-spacing: 0.1em;
  510. text-decoration: underline;
  511. }
  512. .genpass:hover {
  513. color: #7fa1cb;
  514. }
  515. .add-advanced {
  516. color: #34536a;
  517. font-size: 10pt;
  518. font-family: Arial, sans-serif;
  519. letter-spacing: 0.1em;
  520. text-decoration: none;
  521. border-bottom: 1px solid #f79b44;
  522. }
  523. .add-advanced:hover {
  524. color: #7fa1cb;
  525. }
  526. /* fixed header */
  527. .fixed{
  528. position: fixed;
  529. border: none;
  530. top: -3px;
  531. }
  532. *html .fixed{
  533. position:absolute;
  534. position:fixed; _position:absolute; top:0; _top:expression( eval(document.body.scrollTop) + 'px' );
  535. }
  536. #vstobjects{
  537. padding-top: 192px;
  538. width: 996px;
  539. padding-left: 3px;
  540. min-height: 370px;
  541. }
  542. </style>
  543. <!--[if IE]>
  544. <style type="text/css">
  545. html, body, div, span, applet, object, iframe {
  546. margin: 0;
  547. padding: 0;
  548. border: 0;
  549. font-size: 100%;
  550. font: inherit;
  551. vertical-align: baseline;
  552. }
  553. .top {
  554. border-top: 5px solid white;
  555. }
  556. .fixed {
  557. margin-top: -3px;
  558. }
  559. #vstobjects{
  560. padding-top: 192px;
  561. min-height: 370px;
  562. height: auto !important;
  563. height: 370px;
  564. width: 996px;
  565. }
  566. #nav-block td {
  567. display: inline;
  568. list-style: none outside none;
  569. float: left;
  570. height: 94px;
  571. padding: 20px 11px 12px 13px;
  572. line-height: 1.0em;
  573. font-size: 9pt;
  574. font-family: Arial, sans-serif;
  575. color: #2d2d2d;
  576. background: url(/images/transparent-image.png) no-repeat;
  577. }
  578. </style>
  579. <![endif]-->
  580. <link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
  581. <script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
  582. <script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>
  583. <script language="JavaScript">
  584. var checked=false;
  585. var frmname='';
  586. function checkedAll(frmname) {
  587. var valus= document.getElementById(frmname);
  588. if (checked==false) {
  589. checked=true;
  590. } else {
  591. checked = false;
  592. }
  593. for (var i =0; i < valus.elements.length; i++) {
  594. valus.elements[i].checked=checked;
  595. }
  596. }
  597. </script>
  598. </head>
  599. <body>
  600. <center>
  601. <table class="main">
  602. <tr>
  603. <td>
  604. <table class="fixed" >
  605. <tr>
  606. <td>