header.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844
  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. height: 25px;
  39. text-align: right;
  40. padding: 0 24px 0 0px;
  41. weight:120px;
  42. }
  43. .top thead td:first-child{
  44. border-left: 1px solid #fff;
  45. border-right:none;
  46. text-align:left;
  47. padding: 0 0 0 0;
  48. width:auto;
  49. }
  50. .top-link {
  51. padding: 5px 22px 4px;
  52. text-decoration: none;
  53. color: #323232;
  54. border-right: 1px solid #fff;
  55. }
  56. .top-link:hover {
  57. color: #174f82;
  58. }
  59. .top-link:active{
  60. color: #ccc;
  61. }
  62. .top-selected-link {
  63. padding: 5px 22px;
  64. text-decoration: none;
  65. color: #174f82;
  66. background: #fff;
  67. border-right: 1px solid #fff;
  68. }
  69. .top-logout {
  70. text-decoration: none;
  71. color: #e6e6e6;
  72. padding: 0 0 0 2px;
  73. border: noner;
  74. }
  75. .top-logout:hover {
  76. color: white;
  77. }
  78. .nav-logo {
  79. float:left;
  80. height:109px;
  81. width:161px;
  82. margin: 0;
  83. border-bottom: 2px solid #d3d3d3;
  84. }
  85. .nav-lnk {
  86. text-decoration: none;
  87. color: #323232;
  88. float:left;
  89. }
  90. .nav-lnk:active {
  91. color: #ccc;
  92. }
  93. .nav-block {
  94. margin: 0;
  95. height:109px;
  96. width: 118px;
  97. float:left;
  98. cursor: pointer;
  99. border-bottom: 2px solid #d3d3d3;
  100. }
  101. .nav-block:hover {
  102. height:107px;
  103. border-bottom: 4px solid #f79b44;
  104. }
  105. .nav-selected-block {
  106. margin: 0;
  107. color: #174f82;
  108. height: 107px;
  109. width: 118px;
  110. float: left;
  111. background: #fff;
  112. border-bottom: 4px solid #777;
  113. cursor: pointer;
  114. }
  115. .nav-selected-block:hover {
  116. height:107px;
  117. border-bottom: 4px solid #f79b44;
  118. }
  119. .nav-header {
  120. padding: 14px 0 0 6px;
  121. margin: 0;
  122. letter-spacing: -1.0px;
  123. font-size: 16pt;
  124. font-weight: bold;
  125. }
  126. .nav-selected-header {
  127. padding: 14px 0 0 6px;
  128. margin: 0;
  129. letter-spacing: -1.0px;
  130. font-size: 16pt;
  131. font-weight: bold;
  132. }
  133. .nav-counters {
  134. padding: 1px 0 0 6px;
  135. margin: 0;
  136. height: 58px;
  137. line-height: 1.4em;
  138. font-size: 9pt;
  139. color: #555;
  140. decoration: none;
  141. }
  142. .submenu {
  143. margin-left: auto;
  144. margin-right: auto;
  145. width: 990px;
  146. font-family:Arial, Helvetica, sans-serif;
  147. height: 54px;
  148. font-size: 10pt;
  149. text-align: left;
  150. vertical-align:top;
  151. padding: 0px 10px 0px 0;
  152. background: none repeat scroll 0% 0% white;
  153. }
  154. .submenu td {
  155. vertical-align: middle;
  156. }
  157. .submenu-button-block {
  158. float: left;
  159. }
  160. .submenu-button {
  161. width: 120px;
  162. height: 24px;
  163. cursor: pointer;
  164. color: #333;
  165. background-color: #fafafa;
  166. border: 1px solid #d3d3d3;
  167. border-radius: 3px 3px 3px 3px;
  168. font-size: 12px;
  169. font-family:Arial, Helvetica, sans-serif;
  170. }
  171. @-moz-document url-prefix() {
  172. .submenu-button {
  173. padding-bottom: 2px;
  174. }
  175. }
  176. .submenu-button:hover {
  177. background-color: #f0f0f0;
  178. }
  179. .submenu-button:active {
  180. background-color: #e6e6e6;
  181. }
  182. .submenu-select-block {
  183. float:left;
  184. padding-left: 28px;
  185. }
  186. .submenu-select-link {
  187. color: #6A6A6A;
  188. display: block;
  189. float: left;
  190. font-size: 8pt;
  191. letter-spacing: 0.1em;
  192. margin: 6px 6px 0 0;
  193. text-decoration: none;
  194. padding: 0 4px 0 12px
  195. }
  196. .submenu-select-link:hover {
  197. text-decoration: underline;
  198. }
  199. .submenu-select-dropdown {
  200. font-family:Arial, Helvetica, sans-serif;
  201. color: #333333;
  202. display: block;
  203. float: left;
  204. height: 24px;
  205. margin: 0 4px 0 0;
  206. min-width: 138px;
  207. }
  208. .submenu-search-block {
  209. text-align: right;
  210. float: right;
  211. }
  212. .submenu-search-field {
  213. border: 1px solid #d3d3d3;
  214. border-radius: 3px 3px 3px 3px;
  215. color: #333;
  216. font-size: 14px;
  217. background-color: #fff;
  218. float: left;
  219. padding: 0px 3px 0px 3px;
  220. height: 22px;
  221. width: 250px;
  222. margin: 0 4px 0 0;
  223. }
  224. .bottom {
  225. background: #ebe9dc;
  226. color: #555;
  227. margin: 30px 0 0 0;
  228. padding: 4px 20px 8px 0;
  229. margin-left: auto;
  230. margin-right: auto;
  231. width: 990px;
  232. font-size: 8pt;
  233. text-align: center;
  234. vertical-align:top;
  235. line-height: 0.8em;
  236. border-top: 4px solid #d3d3d3;
  237. }
  238. .bottom a:link {
  239. font-size: 8pt;
  240. text-decoration: none;
  241. color: #555;
  242. }
  243. .bottom a:visited {
  244. text-decoration: none;
  245. color: #555;
  246. }
  247. .bottom a:hover {
  248. text-decoration: underline;
  249. color: #7fa1cb;
  250. }
  251. .vst {
  252. padding: 0 8px 0 0;
  253. margin: 0;
  254. text-decoration: none;
  255. color: #999;
  256. font-size: 12pt;
  257. float: left;
  258. }
  259. .vst:hover {
  260. text-decoration: underline;
  261. }
  262. .vst:active {
  263. color: #174f82;
  264. }
  265. .data {
  266. border-collapse:collapse;
  267. margin-left: auto;
  268. margin-right: auto;
  269. width: 990px;
  270. font-family:Arial, Helvetica, sans-serif;
  271. color: #e5a907;
  272. font-size: 12pt;
  273. text-align: left;
  274. vertical-align:top;
  275. margin: 0;
  276. behavior:url("/css/csshover3.htc");
  277. }
  278. .data a {
  279. text-decoration: none;
  280. }
  281. .data-row:hover {
  282. margin: 0;
  283. background-color: #f7f6ed;
  284. }
  285. .datarowhover {
  286. margin: 0;
  287. background-color: #f7f6ed;
  288. }
  289. .data-null {
  290. margin: 0;
  291. width: 990px;
  292. height: 10px;
  293. border-top:1px dotted #d3d3d3;
  294. }
  295. .data-spacer {
  296. margin: 0;
  297. width: 990px;
  298. }
  299. .data-add {
  300. margin: 0;
  301. background-color: #f7f6ed;
  302. border-left: 1px solid #e9e9e9;
  303. border-right: 1px solid #e9e9e9;
  304. border-bottom: 1px solid #e9e9e9;
  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: 28px;
  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>