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