header.html 18 KB

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