header.html 24 KB

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