header.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. <html>
  2. <head>
  3. <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
  4. <title>Vesta - <?php echo "$TAB"; ?> </title>
  5. <style type="text/css">
  6. img {
  7. border: none;
  8. }
  9. body {
  10. margin: 0;
  11. margin-left: auto;
  12. margin-right: auto;
  13. background-image: url(/images/b.png);
  14. behavior: url(/css/csshover3.htc)
  15. }
  16. .main {
  17. background: #ffffff;
  18. border-left: 1px solid #cccccc;
  19. border-right: 1px solid #cccccc;
  20. box-shadow: 0 0 8px 8px #d7d7d7;
  21. <?php
  22. if (!empty($_SESSION['look'])) {
  23. echo " border-left: 2px solid #f79b44;";
  24. echo " border-right: 2px solid #f79b44;";
  25. }
  26. ?>
  27. }
  28. .top {
  29. background: #555;
  30. color: #cce4f0;
  31. padding: 0 10 0 0;
  32. margin-left: auto;
  33. margin-right: auto;
  34. width: 990px;
  35. font-family: Arial, sans-serif;
  36. font-size: 10pt;
  37. text-align: right;
  38. line-height: 1.2em;
  39. }
  40. .top-link {
  41. font-family: Arial, sans-serif;
  42. text-decoration: none;
  43. color: #e6e6e6;
  44. }
  45. .top-link:visited {
  46. text-decoration: none;
  47. color: #e6e6e6;
  48. }
  49. .top-link:hover {
  50. text-decoration: underline;
  51. color: white;
  52. }
  53. .top-link:active{
  54. text-decoration: underline;
  55. color: #f5edb6;
  56. }
  57. .top-slink {
  58. text-decoration: none;
  59. color: #f5edb6;
  60. }
  61. .bottom {
  62. background: #ebe9dc;
  63. color: #777;
  64. margin: 30 0 0 0;
  65. padding: 4 20 8 0;
  66. margin-left: auto;
  67. margin-right: auto;
  68. width: 990px;
  69. font-family: Arial, sans-serif;
  70. font-size: 8pt;
  71. text-align: center;
  72. vertical-align:top;
  73. line-height: 0.8em;
  74. border-top: 4px solid #d6d4c9;
  75. }
  76. .bottom a:link {
  77. font-size: 8pt;
  78. text-decoration: none;
  79. color: #777;
  80. }
  81. .bottom a:visited {
  82. text-decoration: none;
  83. color: #777;
  84. }
  85. .bottom a:hover {
  86. text-decoration: underline;
  87. color: #333;
  88. }
  89. .nav {
  90. background: #ebe9dc;
  91. margin-left: auto;
  92. margin-right: auto;
  93. width: 990px;
  94. text-align: left;
  95. vertical-align:top;
  96. padding: 0;
  97. border-bottom: 8px solid #F7F6ED;
  98. }
  99. .nav td {
  100. text-align: left;
  101. vertical-align:top;
  102. margin: 0;
  103. padding: 0;
  104. }
  105. #nav-block {
  106. padding: 0;
  107. float: left;
  108. }
  109. #nav-block ul {
  110. margin-top: 0;
  111. }
  112. #nav-block li {
  113. display: inline;
  114. list-style: none outside none;
  115. float: left;
  116. height: 102px;
  117. width: 95px;
  118. padding: 20px 0 2px 15px;
  119. line-height: 1.0em;
  120. font-size: 9pt;
  121. font-family: Arial, sans-serif;
  122. color: #2d2d2d;
  123. background: url(/images/transparent-image.png) no-repeat;
  124. }
  125. #nav-block li:first-child {
  126. margin-left:-10px
  127. }
  128. #nav-block li:hover {
  129. background: #f6f6f6;
  130. color: black;
  131. }
  132. .nav-link {
  133. letter-spacing: -1.2px;
  134. font-size: 16pt;
  135. color: #555;
  136. font-family: Arial, sans-serif;
  137. text-decoration: none;
  138. }
  139. .nav-link:hover {
  140. text-decoration: underline;
  141. }
  142. .nav-link:active {
  143. color: #68797d;
  144. text-decoration: underline;
  145. }
  146. .nav-slink {
  147. letter-spacing: -1.2px;
  148. font-size: 16pt;
  149. color: #7ba1aa;
  150. font-family: Arial, sans-serif;
  151. text-decoration: none;
  152. }
  153. .nav-slink:active {
  154. color: #68797d;
  155. text-decoration: underline;
  156. }
  157. .sub-menu {
  158. margin-left: auto;
  159. margin-right: auto;
  160. width: 990px;
  161. font-family: Arial, sans-serif;
  162. font-size: 10pt;
  163. text-align: left;
  164. vertical-align:top;
  165. padding: 10px 10px 16px 0;
  166. }
  167. .select-controls {
  168. color: #6A6A6A;
  169. font-size: 8pt;
  170. font-family: Arial, sans-serif;
  171. letter-spacing: 0.1em;
  172. text-decoration: none;
  173. }
  174. .select-controls:hover {
  175. text-decoration: underline;
  176. }
  177. .add {
  178. padding: 0 8px 0 3px;
  179. margin: 0;
  180. font-family: Arial, sans-serif;
  181. text-decoration: none;
  182. color: #8B99A2;
  183. font-size: 12pt;
  184. }
  185. .add:hover {
  186. text-decoration: underline;
  187. }
  188. .add:active {
  189. color: #34536A;
  190. }
  191. .counters {
  192. line-height: 1.4em;
  193. font-size: 9pt;
  194. font-family: Arial, sans-serif;
  195. color: #2d2d2d;
  196. padding: 6px 0 0 0;
  197. margin: 0;
  198. height:73px;
  199. }
  200. .hostname {
  201. font-size: 8pt;
  202. font-family: Arial, sans-serif;
  203. text-align: left;
  204. padding: 0 5;
  205. color: #cccccc;
  206. }
  207. .data {
  208. border-collapse:collapse;
  209. margin-left: auto;
  210. margin-right: auto;
  211. width: 990px;
  212. color: #e5a907;
  213. font-family: Arial, serif;
  214. font-size: 12pt;
  215. text-align: left;
  216. vertical-align:top;
  217. margin: 0;
  218. }
  219. .data-row:hover {
  220. margin: 0;
  221. background-color: #f7f6ed;
  222. }
  223. .data-null {
  224. margin: 0;
  225. width: 990px;
  226. height: 10px;
  227. border-top:1px dotted #dce8f5;
  228. }
  229. .data-spacer {
  230. margin: 0;
  231. width: 990px;
  232. }
  233. .data-add {
  234. margin: 0;
  235. background-color: #f7f6ed;
  236. }
  237. .data-dotted {
  238. text-align: left;
  239. vertical-align:top;
  240. border-top:1px dotted #dce8f5;
  241. padding: 0 0 26px 0;
  242. margin: 0;
  243. }
  244. .data-dotted td {
  245. margin: 0;
  246. }
  247. .data-col1 {
  248. text-align: left;
  249. padding: 0;
  250. }
  251. .data-col2 {
  252. text-align: left;
  253. padding: 0;
  254. overflow: hidden;
  255. }
  256. .data-col5 {
  257. table-layout: fixed;
  258. text-align: left;
  259. padding: 0;
  260. overflow: hidden;
  261. white-space: nowrap;
  262. }
  263. .data-date {
  264. padding: 0 0 0 18;
  265. letter-spacing: 0.3em;
  266. font-size: 8pt;
  267. font-family: Tahoma;
  268. color: #6A6A6A
  269. }
  270. .data-active {
  271. font-size: 8pt;
  272. font-family: Arial;
  273. letter-spacing: 0.1em;
  274. color: #9ba68c;
  275. padding: 0 0 13 18;
  276. }
  277. .data-suspended {
  278. font-size: 8pt;
  279. font-family: Arial;
  280. letter-spacing: 0.1em;
  281. color: #de6c5d;
  282. padding: 0 0 13 18;
  283. }
  284. .data-controls {
  285. border-left: 1px solid #E6E6E6;
  286. font-size: 8pt;
  287. font-family: Arial, sans-serif;
  288. padding: 2 5 0 5;
  289. letter-spacing: 0.1em;
  290. }
  291. .data-controls:hover {
  292. background: #f79b44;
  293. }
  294. .data-controls a:link {
  295. color: #34536A;
  296. text-decoration: none;
  297. }
  298. .data-controls a:visited {
  299. color: #34536A;
  300. text-decoration: none;
  301. }
  302. .data-controls a:hover {
  303. color: #ffffff;
  304. text-decoration: none;
  305. }
  306. .data-controls a:active {
  307. color: #433832;
  308. text-decoration: none;
  309. }
  310. .data-count {
  311. background: #ebe9dc;
  312. color: #555;
  313. font-size: 10pt;
  314. font-family: Arial;
  315. margin: 22px 0 0 0;
  316. padding: 0 12px 0 163px;
  317. }
  318. .chart1 {
  319. font-family: Arial, sans-serif;
  320. font-size: 10pt;
  321. }
  322. .chart2 {
  323. color: #484243;
  324. font-family: Arial, sans-serif;
  325. font-size: 8pt;
  326. }
  327. .username {
  328. color: #555555;
  329. font-family: Arial, sans-serif;
  330. font-size: 16pt;
  331. line-height: 0.8em;
  332. }
  333. .domain {
  334. color: #555555;
  335. font-family: Arial, sans-serif;
  336. font-size: 16pt;
  337. line-height: 0.8em;
  338. }
  339. .cron {
  340. color: #555555;
  341. font-family: Arial, sans-serif;
  342. font-size: 14pt;
  343. }
  344. .log {
  345. color: #555555;
  346. font-family: Arial, sans-serif;
  347. font-size: 12pt;
  348. }
  349. .aliases {
  350. font-family: Arial;
  351. font-size: 12pt;
  352. color: #99a7af;
  353. padding: 0 0 0 8px;
  354. }
  355. .nginx-ext {
  356. color: black;
  357. vertical-align:top;
  358. font-family: Arial, sans-serif;
  359. font-size: 10pt;
  360. }
  361. .fullname {
  362. font-family: Arial;
  363. font-size: 14pt;
  364. color: #99a7af;
  365. padding: 0 0 0 8px;
  366. }
  367. .counter-name {
  368. vertical-align:top;
  369. line-height: 1.2em;
  370. font-family: Arial, sans-serif;
  371. font-size: 10pt;
  372. color: #484243;
  373. color: #5c5455;
  374. }
  375. .cron-counter-name {
  376. vertical-align:top;
  377. line-height: 0.8em;
  378. font-family: Arial, sans-serif;
  379. font-size: 8pt;
  380. padding: 4 0 0 0;
  381. color: #484243;
  382. color: #5c5455;
  383. }
  384. .counter-value {
  385. vertical-align:top;
  386. line-height: 1.2em;
  387. font-family: Arial, sans-serif;
  388. font-size: 10pt;
  389. color: black;
  390. }
  391. .log-counter-value {
  392. vertical-align:top;
  393. font-family: Arial, sans-serif;
  394. font-size: 12pt;
  395. color: #484243;
  396. }
  397. .cron-counter-value {
  398. vertical-align:top;
  399. line-height: 1.2em;
  400. font-family: Arial, sans-serif;
  401. font-size: 12pt;
  402. color: #484243;
  403. }
  404. .add-name {
  405. font-family: Arial;
  406. font-size: 16pt;
  407. color: #777;
  408. padding: 0 0 0 28px;
  409. }
  410. .add-ok {
  411. font-family: Arial;
  412. font-size: 14pt;
  413. color: #80C376;
  414. padding: 0 0 0 6px;
  415. }
  416. .add-error {
  417. font-family: Arial;
  418. font-size: 14pt;
  419. color: #de6c5d;
  420. padding: 0 0 0 6px;
  421. }
  422. .add-text {
  423. font-family: Arial, sans-serif;
  424. font-size: 12pt;
  425. }
  426. .add-textinput {
  427. background-color: #FFFFFF;
  428. border: 1px solid #999999;
  429. border-radius: 3px 3px 3px 3px;
  430. color: #555555;
  431. font-family: Arial,sans-serif;
  432. font-size: 14pt;
  433. padding: 6px;
  434. width: 360px;
  435. height: 120px;
  436. }
  437. .add-textinput:disabled {
  438. background-color: #F1F1F1;
  439. }
  440. .add-input {
  441. background-color: #FFFFFF;
  442. border: 1px solid #999999;
  443. border-radius: 3px 3px 3px 3px;
  444. color: #555555;
  445. font-family: Arial,sans-serif;
  446. font-size: 14pt;
  447. padding: 6px;
  448. width: 360px;
  449. }
  450. .add-input:disabled {
  451. background-color: #F1F1F1;
  452. }
  453. .add-list {
  454. padding: 4px;
  455. font-size: 12pt;
  456. color: #555;
  457. }
  458. .add-checkbox {
  459. padding: 4px;
  460. font-size: 12pt;
  461. }
  462. .add-button {
  463. cursor: pointer;
  464. background-color: #f6f6f6;
  465. border: 1px solid #ACACAC;
  466. border-radius: 3px 3px 3px 3px;
  467. color: #555555;
  468. font-size: 12px;
  469. font-weight: bold;
  470. padding: 3px 16px;
  471. width: 105px;
  472. padding: 4px;
  473. margin: 0 6px 0 0;
  474. }
  475. .add-button:hover {
  476. background-color: #f0f0f0;
  477. }
  478. .add-button:active {
  479. background-color: #EBE9DC;
  480. }
  481. button {
  482. cursor: pointer;
  483. color: #333333;
  484. background-color: #f6f6f6;
  485. border: 1px solid #ACACAC;
  486. border-radius: 3px 3px 3px 3px;
  487. font-size: 12px;
  488. padding: 3px 16px;
  489. width: 105px;
  490. }
  491. button:hover {
  492. background-color: #f0f0f0;
  493. }
  494. button:active {
  495. background-color: #EBE9DC;
  496. }
  497. .genpass {
  498. color: #34536A;
  499. font-size: 8pt;
  500. font-family: Arial, sans-serif;
  501. padding: 0 5px 0 8px;
  502. letter-spacing: 0.1em;
  503. text-decoration: underline;
  504. }
  505. .genpass:hover {
  506. color: #9ba68c;
  507. }
  508. .add-advanced {
  509. color: #34536A;
  510. font-size: 10pt;
  511. font-family: Arial, sans-serif;
  512. letter-spacing: 0.1em;
  513. }
  514. .add-advanced:hover {
  515. color: #9ba68c;
  516. }
  517. </style>
  518. <link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
  519. <script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
  520. <script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>
  521. <script language="JavaScript">
  522. var checked=false;
  523. var frmname='';
  524. function checkedAll(frmname) {
  525. var valus= document.getElementById(frmname);
  526. if (checked==false) {
  527. checked=true;
  528. } else {
  529. checked = false;
  530. }
  531. for (var i =0; i < valus.elements.length; i++) {
  532. valus.elements[i].checked=checked;
  533. }
  534. }
  535. </script>
  536. </head>
  537. <body>
  538. <center>