header.html 19 KB

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