header.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  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-bottom: 1px solid #d3d3d3;
  305. }
  306. .data-dotted {
  307. text-align: left;
  308. vertical-align:top;
  309. border-top:1px dotted #d3d3d3;
  310. padding: 0 0 26px 0;
  311. margin: 0;
  312. }
  313. .data-dotted td {
  314. margin: 0;
  315. }
  316. .data-col1 {
  317. text-align: left;
  318. padding:0;
  319. }
  320. .data-col1 tr td {
  321. padding:0 0 0 20px;
  322. }
  323. .data-col1 tr:first-child td {
  324. padding:23px 0 0 20px;
  325. }
  326. .data-col2 {
  327. text-align: left;
  328. padding: 0;
  329. overflow: hidden;
  330. }
  331. .data-col2 a:visited {
  332. color: green;
  333. }
  334. .data-col5 {
  335. table-layout: fixed;
  336. text-align: left;
  337. padding: 0;
  338. overflow: hidden;
  339. white-space: nowrap;
  340. }
  341. .data-date {
  342. padding: 0 0 0 18;
  343. letter-spacing: 0.3em;
  344. font-size: 8pt;
  345. color: #6A6A6A
  346. }
  347. .data-active {
  348. font-size: 8pt;
  349. letter-spacing: 0.1em;
  350. color: #81a64f;
  351. padding: 0 0 13 18;
  352. }
  353. .data-suspended {
  354. font-size: 8pt;
  355. letter-spacing: 0.1em;
  356. color: #de5543;
  357. padding: 0 0 13 18;
  358. }
  359. .data-controls {
  360. float: right;
  361. height: 16px;
  362. border-left: 1px solid #d3d3d3;
  363. font-size: 8pt;
  364. padding: 2px 12px 1px 6px;
  365. letter-spacing: 0.1em;
  366. color: #174f82;
  367. text-decoration: none;
  368. cursor: pointer;
  369. }
  370. .data-controls:hover {
  371. color: #ffffff;
  372. background: #f79b44;
  373. }
  374. .data-controls img {
  375. border: 0px;
  376. }
  377. .data-count {
  378. font-family: Arial, Helvetica, sans-serif;
  379. background: #f3f3f3;
  380. color: #555;
  381. font-size: 8pt;
  382. margin: 18px 0 0 0;
  383. text-align:right;
  384. padding: 0 16px 0 0;
  385. }
  386. .chart1 {
  387. color:#000;
  388. font-size: 10pt;
  389. }
  390. .chart2 {
  391. color: #484243;
  392. font-size: 8pt;
  393. }
  394. .username {
  395. color: #323232;
  396. font-size: 16pt;
  397. line-height: 1.2em;
  398. }
  399. .domain {
  400. color: #323232;
  401. font-size: 16pt;
  402. line-height: 0.8em;
  403. }
  404. .cron {
  405. color: #323232;
  406. font-size: 18px;
  407. }
  408. .log {
  409. color: #323232;
  410. font-size: 12pt;
  411. }
  412. .aliases {
  413. font-size: 12pt;
  414. color: #99a7af;
  415. padding: 0 0 0 8px;
  416. }
  417. .nginx-ext {
  418. color: black;
  419. vertical-align:top;
  420. font-size: 10pt;
  421. }
  422. .fullname {
  423. font-size: 18px;
  424. color: #99a7af;
  425. padding: 0 0 0 8px;
  426. }
  427. .counter-name {
  428. vertical-align:top;
  429. line-height: 1.2em;
  430. font-size: 10pt;
  431. color: #484243;
  432. color: #5c5455;
  433. }
  434. .cron-counter-name {
  435. vertical-align:top;
  436. line-height: 0.8em;
  437. font-size: 8pt;
  438. padding: 4 0 0 0;
  439. color: #484243;
  440. color: #5c5455;
  441. }
  442. .counter-value {
  443. vertical-align:top;
  444. line-height: 1.2em;
  445. font-size: 10pt;
  446. color: black;
  447. padding: 0 0 0 4px;
  448. }
  449. .log-counter-value {
  450. vertical-align:top;
  451. font-size: 12pt;
  452. color: #484243;
  453. }
  454. .cron-counter-value {
  455. vertical-align:top;
  456. line-height: 1.2em;
  457. font-size: 12pt;
  458. color: #484243;
  459. }
  460. .name {
  461. font-size: 16pt;
  462. color: #777;
  463. padding: 0 0 0 10px;
  464. }
  465. .vst-ok {
  466. font-size: 18px;
  467. color: #62a358;
  468. padding: 0 0 0 6px;
  469. }
  470. .vst-ok a{
  471. color: #58934f;
  472. text-decoration: none;
  473. }
  474. .vst-ok a:hover{
  475. text-decoration: underline;
  476. }
  477. .vst-error {
  478. font-size: 18px;
  479. color: #de6c5d;
  480. padding: 0 0 0 6px;
  481. }
  482. .vst-text {
  483. color: #333;
  484. font-size: 12pt;
  485. }
  486. .vst-textinput {
  487. background-color: #fff;
  488. border: 1px solid #d3d3d3;
  489. border-radius: 3px 3px 3px 3px;
  490. color: #555;
  491. font-size: 18px;
  492. padding: 5px;
  493. width: 360px;
  494. height: 120px;
  495. }
  496. .vst-textinput:hover {
  497. border: 1px solid #f79b44;
  498. }
  499. .vst-textinput:disabled {
  500. background-color: #f1f1f1;
  501. }
  502. .vst-input {
  503. background-color: #fff;
  504. border: 1px solid #d3d3d3;
  505. border-radius: 3px 3px 3px 3px;
  506. color: #555;
  507. font-size: 14pt;
  508. padding: 5px;
  509. width: 360px;
  510. height: 30px;
  511. }
  512. .vst-input:hover {
  513. border: 1px solid #f79b44;
  514. }
  515. .vst-input:disabled {
  516. background-color: #f1f1f1;
  517. }
  518. .vst-list {
  519. font-family:Arial, Helvetica, sans-serif;
  520. font-size: 12pt;
  521. color: #555;
  522. height: 30px;
  523. width: 120px;
  524. }
  525. @-moz-document url-prefix() {
  526. .vst-list {
  527. padding-top: 2px;
  528. }
  529. }
  530. .vst-checkbox {
  531. padding: 5px;
  532. font-size: 12pt;
  533. }
  534. .vst-checkbox:hover {
  535. border: 1px solid #f79b44;
  536. }
  537. .button {
  538. filter:chroma(color=#000000);
  539. cursor: pointer;
  540. color: #333;
  541. background-color: #fafafa;
  542. border: 1px solid #d3d3d3;
  543. border-radius: 3px 3px 3px 3px;
  544. font-size: 14px;
  545. padding: 2px 16px;
  546. width: 108px;
  547. height: 34px;
  548. }
  549. .button:hover {
  550. background-color: #f0f0f0;
  551. }
  552. .button:active {
  553. background-color: #e6e6e6;
  554. }
  555. .genpass {
  556. color: #34536a;
  557. font-size: 8pt;
  558. padding: 0 5px 0 8px;
  559. letter-spacing: 0.1em;
  560. text-decoration: underline;
  561. }
  562. .genpass:hover {
  563. color: #7fa1cb;
  564. }
  565. .vst-advanced {
  566. color: #34536a;
  567. font-size: 10pt;
  568. letter-spacing: 0.1em;
  569. text-decoration: none;
  570. border-bottom: 1px solid #f79b44;
  571. }
  572. .vst-advanced:hover {
  573. color: #7fa1cb;
  574. }
  575. .fixed{
  576. position: fixed;
  577. border: none;
  578. top: -3px;
  579. border-bottom: 1px solid #d3d3d3;
  580. background-color: #fff;
  581. }
  582. *html .fixed{
  583. position:absolute;
  584. position:fixed;
  585. _position:absolute;
  586. top:0;
  587. _top:expression( eval(document.body.scrollTop) + 'px' );
  588. }
  589. #vstobjects{
  590. padding-top: 192px;
  591. width: 996px;
  592. padding-left: 3px;
  593. min-height: 370px;
  594. }
  595. .login {
  596. font-family:Arial, Helvetica, sans-serif;
  597. margin: 80px 0 80px 0;
  598. padding: 0;
  599. background: #fff;
  600. text-align: left;
  601. vertical-align:top;
  602. width: 500px;
  603. }
  604. .login-box {
  605. text-align: left;
  606. vertical-align:top;
  607. color: #323232;
  608. }
  609. .login-bottom {
  610. color: #ebe9dc;
  611. text-align: right;
  612. vertical-align:top;
  613. width: 500px;
  614. height: 50px;
  615. background: #ebe9dc;
  616. padding: 0 8px 0 0;
  617. margin: 0;
  618. }
  619. .vestacp{
  620. font-size: 8pt;
  621. color: #323232;
  622. text-align: right;
  623. padding: 20px 0 0 0;
  624. }
  625. .error {
  626. font-size: 10pt;
  627. color: #dE6c5d;
  628. }
  629. </style>
  630. <!--[if IE]>
  631. <style type="text/css">
  632. html, body, div, span, applet, object, iframe {
  633. margin: 0;
  634. padding: 0;
  635. border: 0;
  636. font-size: 100%;
  637. font: inherit;
  638. vertical-align: baseline;
  639. }
  640. .fixed {
  641. margin-top: 0px;
  642. }
  643. .vst-advanced {
  644. text-decoration: underline;
  645. }
  646. #vstobjects{
  647. padding-top: 195px;
  648. min-height: 370px;
  649. height: auto !important;
  650. height: 370px;
  651. width: 996px;
  652. }
  653. .nav-block {
  654. margin: 0;
  655. height:109px;
  656. width: 118px;
  657. float:left;
  658. cursor: pointer;
  659. border-bottom: 2px solid #d3d3d3;
  660. }
  661. .nav-block:hover {
  662. height:109px;
  663. border-bottom: 4px solid #f79b44;
  664. }
  665. .nav-selected-block {
  666. margin: 0;
  667. color: #174f82;
  668. height: 109px;
  669. width: 118px;
  670. float: left;
  671. background: #fff;
  672. border-bottom: 4px solid #777;
  673. cursor: pointer;
  674. }
  675. .nav-selected-block:hover {
  676. height:109px;
  677. border-bottom: 4px solid #f79b44;
  678. }
  679. </style>
  680. <![endif]-->
  681. <!--[if IE 7]>
  682. <style type="text/css">
  683. .data-col1 a {
  684. white-space: nowrap;
  685. }
  686. .submenu-button-block {
  687. width: 120px;
  688. }
  689. .submenu-search-block {
  690. width:369px;
  691. }
  692. .submenu-select-block {
  693. width:239px;
  694. }
  695. .submenu-select-dropdown {
  696. position: relative;
  697. top: 2px;
  698. }
  699. </style>
  700. <![endif]-->
  701. <link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
  702. <script type="text/javascript" src="/js/events.js"></script>
  703. <script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
  704. <script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>
  705. <script language="JavaScript">
  706. var checked=false;
  707. var frmname='';
  708. function checkedAll(frmname) {
  709. var valus= document.getElementById(frmname);
  710. if (checked==false) {
  711. checked=true;
  712. } else {
  713. checked = false;
  714. }
  715. for (var i =0; i < valus.elements.length; i++) {
  716. valus.elements[i].checked=checked;
  717. }
  718. }
  719. </script>
  720. </head>
  721. <body>