header.html 22 KB

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