header.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  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: #484243;
  30. color: #ebe2ae;
  31. padding: 0 10 0 0;
  32. margin-left: auto;
  33. margin-right: auto;
  34. width: 990px;
  35. font-family: Arial, Helvetica, sans-serif;
  36. font-size: 10pt;
  37. text-align: right;
  38. }
  39. .top-link {
  40. text-decoration: none;
  41. color: #dbdbdb;
  42. }
  43. .top-link:visited {
  44. text-decoration: none;
  45. color: #dbdbdb;
  46. }
  47. .top-link:hover {
  48. text-decoration: underline;
  49. color: white;
  50. }
  51. .top-link:active{
  52. text-decoration: underline;
  53. color: #e5a907;
  54. }
  55. .top-slink {
  56. text-decoration: none;
  57. color: #e5a907;
  58. }
  59. .bottom {
  60. background: #ebe9dc;
  61. color: #484243;
  62. color: #777;
  63. margin: 30 0 0 0;
  64. padding: 4 20 8 0;
  65. margin-left: auto;
  66. margin-right: auto;
  67. width: 990px;
  68. font-family: Arial, Helvetica, sans-serif;
  69. font-size: 8pt;
  70. text-align: center;
  71. vertical-align:top;
  72. line-height: 0.8em;
  73. border-top: 4px solid #d6d4c9;
  74. }
  75. .bottom a:link {
  76. font-size: 7pt;
  77. text-decoration: none;
  78. color: #555;
  79. }
  80. .bottom a:visited {
  81. font-size: 7pt;
  82. text-decoration: none;
  83. color: #555;
  84. }
  85. .bottom a:hover {
  86. font-size: 7pt;
  87. text-decoration: underline;
  88. color: #333;
  89. }
  90. .nav {
  91. background: #cce4f0;
  92. margin-left: auto;
  93. margin-right: auto;
  94. width: 990px;
  95. text-align: left;
  96. vertical-align:top;
  97. padding: 0;
  98. border-bottom: 8px solid #F5F3E6;
  99. }
  100. .nav td {
  101. text-align: left;
  102. vertical-align:top;
  103. margin: 0;
  104. padding: 0;
  105. }
  106. #nav-block {
  107. padding: 0;
  108. float: left;
  109. }
  110. #nav-block ul {
  111. margin-top: 0;
  112. }
  113. #nav-block li {
  114. display: inline;
  115. list-style: none outside none;
  116. float: left;
  117. height: 102px;
  118. width: 95px;
  119. padding: 20px 0 2px 15px;
  120. line-height: 1.0em;
  121. font-size: 9pt;
  122. font-family: Arial, Helvetica, sans-serif;
  123. color: #2d2d2d;
  124. background: url(/images/transparent-image.png) no-repeat;
  125. }
  126. #nav-block li:first-child {
  127. margin-left:-10px
  128. }
  129. #nav-block li:hover {
  130. background: #f6f6f6;
  131. color: black;
  132. }
  133. .nav-link {
  134. font-size: 16pt;
  135. color: #484243;
  136. font-family: 'Trebuchet MS';
  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. font-size: 16pt;
  148. color: #8b99a2;
  149. font-family: 'Trebuchet MS';
  150. text-decoration: none;
  151. }
  152. .sub-menu {
  153. margin-left: auto;
  154. margin-right: auto;
  155. width: 990px;
  156. font-family: Arial, Helvetica, sans-serif;
  157. font-size: 10pt;
  158. text-align: left;
  159. vertical-align:top;
  160. padding: 10px 10px 16px 0;
  161. }
  162. .add {
  163. padding: 0 8px 0 3px;
  164. margin: 0;
  165. font-family: Arial, Helvetica, sans-serif;
  166. text-decoration: none;
  167. color: #34536A;
  168. font-size: 12pt;
  169. }
  170. .add:hover {
  171. text-decoration: underline;
  172. }
  173. .add:active {
  174. color: #849322;
  175. }
  176. .counters {
  177. line-height: 1.4em;
  178. font-size: 9pt;
  179. font-family: Arial, Helvetica, sans-serif;
  180. color: #2d2d2d;
  181. padding: 6px 0 0 0;
  182. margin: 0;
  183. height:73px;
  184. }
  185. .hostname {
  186. font-size: 8pt;
  187. font-family: Arial, Helvetica, sans-serif;
  188. text-align: left;
  189. padding: 0 5;
  190. color: #cccccc;
  191. }
  192. .data {
  193. border-collapse:collapse;
  194. margin-left: auto;
  195. margin-right: auto;
  196. width: 990px;
  197. color: #e5a907;
  198. font-family: Georgia, serif;
  199. font-size: 12pt;
  200. text-align: left;
  201. vertical-align:top;
  202. margin: 0;
  203. }
  204. .data-row:hover {
  205. margin: 0;
  206. background-color: #f7f6ed;
  207. }
  208. .data-add {
  209. margin: 0;
  210. background-color: #f7f6ed;
  211. }
  212. .data-dotted {
  213. text-align: left;
  214. vertical-align:top;
  215. border-top:1px dotted #dce8f5;
  216. padding: 0 0 26px 0;
  217. margin: 0;
  218. }
  219. .data-dotted td {
  220. margin: 0;
  221. }
  222. .data-col1 {
  223. text-align: left;
  224. padding: 0;
  225. }
  226. .data-col2 {
  227. text-align: left;
  228. padding: 0;
  229. overflow: hidden;
  230. }
  231. .data-col5 {
  232. table-layout: fixed;
  233. text-align: left;
  234. padding: 0;
  235. overflow: hidden;
  236. white-space: nowrap;
  237. }
  238. .data-date {
  239. padding: 0 0 0 18;
  240. letter-spacing: 0.3em;
  241. font-size: 8pt;
  242. font-family: Tahoma;
  243. color: #6A6A6A
  244. }
  245. .data-active {
  246. font-size: 8pt;
  247. font-family: Georgia;
  248. letter-spacing: 0.1em;
  249. color: #80C376;
  250. padding: 0 0 13 18;
  251. }
  252. .data-suspended {
  253. font-size: 8pt;
  254. font-family: Georgia;
  255. letter-spacing: 0.1em;
  256. color: #de6c5d;
  257. padding: 0 0 13 18;
  258. }
  259. .data-controls {
  260. border-left: 1px solid #E6E6E6;
  261. font-size: 8pt;
  262. font-family: Arial, Helvetica, sans-serif;
  263. padding: 2 5 0 5;
  264. letter-spacing: 0.1em;
  265. }
  266. .data-controls:hover {
  267. background: #f79b44;
  268. }
  269. .data-controls a:link {
  270. color: #34536A;
  271. text-decoration: none;
  272. }
  273. .data-controls a:visited {
  274. color: #34536A;
  275. text-decoration: none;
  276. }
  277. .data-controls a:hover {
  278. color: #ffffff;
  279. text-decoration: none;
  280. }
  281. .data-controls a:active {
  282. color: #433832;
  283. text-decoration: none;
  284. }
  285. .data-count {
  286. background: #EBE9DC;
  287. color: #c69c6d;
  288. font-size:18 pt;
  289. font-family: Georgia;
  290. margin: 22px 0 0 0;
  291. padding: 0 12px 0 163px;
  292. }
  293. .chart1 {
  294. font-family: Arial, Helvetica, sans-serif;
  295. font-size: 10pt;
  296. }
  297. .chart2 {
  298. color: #484243;
  299. font-family: Arial, Helvetica, sans-serif;
  300. font-size: 8pt;
  301. }
  302. .username {
  303. font-family: Arial, Helvetica, sans-serif;
  304. font-size: 16pt;
  305. line-height: 0.8em;
  306. }
  307. .domain {
  308. font-family: Arial, Helvetica, sans-serif;
  309. font-size: 16pt;
  310. line-height: 0.8em;
  311. }
  312. .cron {
  313. font-family: Arial, Helvetica, sans-serif;
  314. font-size: 14pt;
  315. }
  316. .log {
  317. font-family: Arial, Helvetica, sans-serif;
  318. font-size: 12pt;
  319. }
  320. .aliases {
  321. font-family: Georgia;
  322. font-size: 12pt;
  323. color: #5c4d45;
  324. padding: 0 0 0 8px;
  325. }
  326. .nginx-ext {
  327. color: black;
  328. vertical-align:top;
  329. font-family: Arial, Helvetica, sans-serif;
  330. font-size: 10pt;
  331. line-height: 1.2em;
  332. }
  333. .fullname {
  334. font-family: Georgia;
  335. font-size: 14pt;
  336. color: #5c4d45;
  337. padding: 0 0 0 8px;
  338. }
  339. .counter-name {
  340. vertical-align:top;
  341. line-height: 1em;
  342. font-family: Arial, Helvetica, sans-serif;
  343. font-size: 10pt;
  344. color: #484243;
  345. }
  346. .cron-counter-name {
  347. vertical-align:top;
  348. line-height: 0.8em;
  349. font-family: Arial, Helvetica, sans-serif;
  350. font-size: 8pt;
  351. padding: 4 0 0 0;
  352. color: #484243;
  353. }
  354. .counter-value {
  355. vertical-align:top;
  356. line-height: 1.2em;
  357. font-family: Arial, Helvetica, sans-serif;
  358. font-size: 10pt;
  359. color: black;
  360. }
  361. .log-counter-value {
  362. vertical-align:top;
  363. font-family: Arial, Helvetica, sans-serif;
  364. font-size: 12pt;
  365. color: #484243;
  366. }
  367. .cron-counter-value {
  368. vertical-align:top;
  369. line-height: 1.2em;
  370. font-family: Arial, Helvetica, sans-serif;
  371. font-size: 12pt;
  372. color: #484243;
  373. }
  374. .add-name {
  375. font-family: Georgia;
  376. font-size: 14pt;
  377. color: #5c4d45;
  378. padding: 0 0 0 28px;
  379. }
  380. .add-ok {
  381. font-family: Georgia;
  382. font-size: 14pt;
  383. color: #80C376;
  384. padding: 0 0 0 6px;
  385. }
  386. .add-error {
  387. font-family: Georgia;
  388. font-size: 14pt;
  389. color: #de6c5d;
  390. padding: 0 0 0 6px;
  391. }
  392. .add-text {
  393. font-family: Arial, Helvetica, sans-serif;
  394. font-size: 12pt;
  395. }
  396. .add-input {
  397. width: 280px;
  398. padding: 4px;
  399. font-size: 14pt;
  400. color: #555;
  401. font-family: Arial, Helvetica, sans-serif;
  402. }
  403. .add-list {
  404. padding: 4px;
  405. font-size: 12pt;
  406. color: #555;
  407. }
  408. .add-checkbox {
  409. padding: 4px;
  410. font-size: 12pt;
  411. }
  412. .add-button {
  413. padding: 4px;
  414. margin: 0 6px 0 0;
  415. font-size: 12pt;
  416. }
  417. .genpass {
  418. color: #34536A;
  419. font-size: 8pt;
  420. font-family: Arial, Helvetica, sans-serif;
  421. padding: 0 5px 0 8px;
  422. letter-spacing: 0.1em;
  423. }
  424. .genpass:hover {
  425. color: #80C376;
  426. }
  427. .add-advanced {
  428. color: #34536A;
  429. font-size: 10pt;
  430. font-family: Arial, Helvetica, sans-serif;
  431. letter-spacing: 0.1em;
  432. }
  433. .add-advanced:hover {
  434. color: #80C376;
  435. }
  436. </style>
  437. <link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
  438. <script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
  439. <script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>
  440. <script language="JavaScript">
  441. function checkAll(bx) {
  442. var cbs = document.getElementsByTagName('input');
  443. for(var i=0; i < cbs.length; i++) {
  444. if(cbs[i].type == 'checkbox') {
  445. cbs[i].checked = bx.checked;
  446. }
  447. }
  448. }
  449. </script>
  450. </head>
  451. <body>
  452. <center>