header.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  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 #F5F3E6;
  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: #8B99A2;
  150. font-family: Arial, sans-serif;
  151. text-decoration: none;
  152. }
  153. .sub-menu {
  154. margin-left: auto;
  155. margin-right: auto;
  156. width: 990px;
  157. font-family: Arial, sans-serif;
  158. font-size: 10pt;
  159. text-align: left;
  160. vertical-align:top;
  161. padding: 10px 10px 16px 0;
  162. }
  163. .select-controls {
  164. color: #6A6A6A;
  165. font-size: 8pt;
  166. font-family: Arial, sans-serif;
  167. letter-spacing: 0.1em;
  168. text-decoration: none;
  169. }
  170. .select-controls:hover {
  171. text-decoration: underline;
  172. }
  173. .add {
  174. padding: 0 8px 0 3px;
  175. margin: 0;
  176. font-family: Arial, sans-serif;
  177. text-decoration: none;
  178. color: #8B99A2;
  179. font-size: 12pt;
  180. }
  181. .add:hover {
  182. text-decoration: underline;
  183. }
  184. .add:active {
  185. color: #34536A;
  186. }
  187. .counters {
  188. line-height: 1.4em;
  189. font-size: 9pt;
  190. font-family: Arial, sans-serif;
  191. color: #2d2d2d;
  192. padding: 6px 0 0 0;
  193. margin: 0;
  194. height:73px;
  195. }
  196. .hostname {
  197. font-size: 8pt;
  198. font-family: Arial, sans-serif;
  199. text-align: left;
  200. padding: 0 5;
  201. color: #cccccc;
  202. }
  203. .data {
  204. border-collapse:collapse;
  205. margin-left: auto;
  206. margin-right: auto;
  207. width: 990px;
  208. color: #e5a907;
  209. font-family: Arial, serif;
  210. font-size: 12pt;
  211. text-align: left;
  212. vertical-align:top;
  213. margin: 0;
  214. }
  215. .data-row:hover {
  216. margin: 0;
  217. background-color: #f7f6ed;
  218. }
  219. .data-add {
  220. margin: 0;
  221. background-color: #f7f6ed;
  222. }
  223. .data-dotted {
  224. text-align: left;
  225. vertical-align:top;
  226. border-top:1px dotted #dce8f5;
  227. padding: 0 0 26px 0;
  228. margin: 0;
  229. }
  230. .data-dotted td {
  231. margin: 0;
  232. }
  233. .data-col1 {
  234. text-align: left;
  235. padding: 0;
  236. }
  237. .data-col2 {
  238. text-align: left;
  239. padding: 0;
  240. overflow: hidden;
  241. }
  242. .data-col5 {
  243. table-layout: fixed;
  244. text-align: left;
  245. padding: 0;
  246. overflow: hidden;
  247. white-space: nowrap;
  248. }
  249. .data-date {
  250. padding: 0 0 0 18;
  251. letter-spacing: 0.3em;
  252. font-size: 8pt;
  253. font-family: Tahoma;
  254. color: #6A6A6A
  255. }
  256. .data-active {
  257. font-size: 8pt;
  258. font-family: Arial;
  259. letter-spacing: 0.1em;
  260. color: #9ba68c;
  261. padding: 0 0 13 18;
  262. }
  263. .data-suspended {
  264. font-size: 8pt;
  265. font-family: Arial;
  266. letter-spacing: 0.1em;
  267. color: #de6c5d;
  268. padding: 0 0 13 18;
  269. }
  270. .data-controls {
  271. border-left: 1px solid #E6E6E6;
  272. font-size: 8pt;
  273. font-family: Arial, sans-serif;
  274. padding: 2 5 0 5;
  275. letter-spacing: 0.1em;
  276. }
  277. .data-controls:hover {
  278. background: #f79b44;
  279. }
  280. .data-controls a:link {
  281. color: #34536A;
  282. text-decoration: none;
  283. }
  284. .data-controls a:visited {
  285. color: #34536A;
  286. text-decoration: none;
  287. }
  288. .data-controls a:hover {
  289. color: #ffffff;
  290. text-decoration: none;
  291. }
  292. .data-controls a:active {
  293. color: #433832;
  294. text-decoration: none;
  295. }
  296. .data-count {
  297. background: #ebe9dc;
  298. color: #555;
  299. font-size: 10pt;
  300. font-family: Arial;
  301. margin: 22px 0 0 0;
  302. padding: 0 12px 0 163px;
  303. }
  304. .chart1 {
  305. font-family: Arial, sans-serif;
  306. font-size: 10pt;
  307. }
  308. .chart2 {
  309. color: #484243;
  310. font-family: Arial, sans-serif;
  311. font-size: 8pt;
  312. }
  313. .username {
  314. color: #555555;
  315. font-family: Arial, sans-serif;
  316. font-size: 16pt;
  317. line-height: 0.8em;
  318. }
  319. .domain {
  320. color: #555555;
  321. font-family: Arial, sans-serif;
  322. font-size: 16pt;
  323. line-height: 0.8em;
  324. }
  325. .cron {
  326. color: #555555;
  327. font-family: Arial, sans-serif;
  328. font-size: 14pt;
  329. }
  330. .log {
  331. color: #555555;
  332. font-family: Arial, sans-serif;
  333. font-size: 12pt;
  334. }
  335. .aliases {
  336. font-family: Arial;
  337. font-size: 12pt;
  338. color: #99a7af;
  339. padding: 0 0 0 8px;
  340. }
  341. .nginx-ext {
  342. color: black;
  343. vertical-align:top;
  344. font-family: Arial, sans-serif;
  345. font-size: 10pt;
  346. }
  347. .fullname {
  348. font-family: Arial;
  349. font-size: 14pt;
  350. color: #99a7af;
  351. padding: 0 0 0 8px;
  352. }
  353. .counter-name {
  354. vertical-align:top;
  355. line-height: 1.2em;
  356. font-family: Arial, sans-serif;
  357. font-size: 10pt;
  358. color: #484243;
  359. color: #5c5455;
  360. }
  361. .cron-counter-name {
  362. vertical-align:top;
  363. line-height: 0.8em;
  364. font-family: Arial, sans-serif;
  365. font-size: 8pt;
  366. padding: 4 0 0 0;
  367. color: #484243;
  368. color: #5c5455;
  369. }
  370. .counter-value {
  371. vertical-align:top;
  372. line-height: 1.2em;
  373. font-family: Arial, sans-serif;
  374. font-size: 10pt;
  375. color: black;
  376. }
  377. .log-counter-value {
  378. vertical-align:top;
  379. font-family: Arial, sans-serif;
  380. font-size: 12pt;
  381. color: #484243;
  382. }
  383. .cron-counter-value {
  384. vertical-align:top;
  385. line-height: 1.2em;
  386. font-family: Arial, sans-serif;
  387. font-size: 12pt;
  388. color: #484243;
  389. }
  390. .add-name {
  391. font-family: Arial;
  392. font-size: 16pt;
  393. color: #777;
  394. padding: 0 0 0 28px;
  395. }
  396. .add-ok {
  397. font-family: Arial;
  398. font-size: 14pt;
  399. color: #80C376;
  400. padding: 0 0 0 6px;
  401. }
  402. .add-error {
  403. font-family: Arial;
  404. font-size: 14pt;
  405. color: #de6c5d;
  406. padding: 0 0 0 6px;
  407. }
  408. .add-text {
  409. font-family: Arial, sans-serif;
  410. font-size: 12pt;
  411. }
  412. .add-textinput {
  413. width: 280px;
  414. height: 120px;
  415. padding: 4px;
  416. font-size: 12pt;
  417. color: #555;
  418. font-family: Arial, sans-serif;
  419. }
  420. .add-input {
  421. width: 280px;
  422. padding: 4px;
  423. font-size: 14pt;
  424. color: #555;
  425. font-family: Arial, sans-serif;
  426. }
  427. .add-list {
  428. padding: 4px;
  429. font-size: 12pt;
  430. color: #555;
  431. }
  432. .add-checkbox {
  433. padding: 4px;
  434. font-size: 12pt;
  435. }
  436. .add-button {
  437. padding: 4px;
  438. margin: 0 6px 0 0;
  439. font-size: 12pt;
  440. }
  441. .genpass {
  442. color: #34536A;
  443. font-size: 8pt;
  444. font-family: Arial, sans-serif;
  445. padding: 0 5px 0 8px;
  446. letter-spacing: 0.1em;
  447. text-decoration: underline;
  448. }
  449. .genpass:hover {
  450. color: #9ba68c;
  451. }
  452. .add-advanced {
  453. color: #34536A;
  454. font-size: 10pt;
  455. font-family: Arial, sans-serif;
  456. letter-spacing: 0.1em;
  457. }
  458. .add-advanced:hover {
  459. color: #9ba68c;
  460. }
  461. </style>
  462. <link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
  463. <script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
  464. <script type="text/javascript" src="/js/jquery-ui-1.8.20.custom.min.js"></script>
  465. <script language="JavaScript">
  466. var checked=false;
  467. var frmname='';
  468. function checkedAll(frmname) {
  469. var valus= document.getElementById(frmname);
  470. if (checked==false) {
  471. checked=true;
  472. } else {
  473. checked = false;
  474. }
  475. for (var i =0; i < valus.elements.length; i++) {
  476. valus.elements[i].checked=checked;
  477. }
  478. }
  479. </script>
  480. </head>
  481. <body>
  482. <center>