root/trunk/gui/domain_default_page/index.html

Revision 930, 3.1 kB (checked in by rats, 1 year ago)

* Fixed #902: Default index and error pages css validation link

  • Fixed #835: Add awstats_updateall.pl to logrotate config
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
4  <head>
5   <title>Homepage of {DOMAIN_NAME}</title>
6   <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
7   <!--
8         Default ispCP Omega page for {DOMAIN_NAME}
9   -->
10   <style type="text/css">
11   <!--
12         body {
13                 position:                       absolute;
14                 top:                            0px;
15                 left:                           0px;
16                 right:                          0px;
17                 width:                          100%;
18                 height:                         100%;
19                 padding:                        0px;
20                 margin:                         0px;
21                 border:                         0px;
22                 overflow:                       auto;
23                 color:                          rgb(0, 0, 0);
24                 background-color:       rgb(255, 255, 255);
25         }
26
27         /*********************************** LINKS ************************************/
28         a.link, a.link:link, a.link:visited {
29                 color:                          #000099;
30                 background-color:       #ffffff;
31                 text-decoration:        underline;
32                 font-weight:            normal;
33         }
34
35         a.link:hover, a.link:active, a.link:focus {
36                 color:                          #000000;
37                 background-color:       #ffffff;
38                 text-decoration:        none;
39         }
40
41         .login {
42                 font-family:            geneva, arial, helvetica, sans-serif;
43                 font-size:                      8pt;
44                 background-color:       #ffffff;
45                 color:                          #000000;
46                 white-space:            nowrap;
47                 text-decoration:        none;
48                 text-align:                     right;
49         }
50
51         p {
52                 font-family:            geneva, arial, helvetica, sans-serif;
53                 font-size:                      11pt;
54                 margin-top:                     50px;
55                 margin-bottom:          5px;
56                 text-align:                     left;
57         }
58
59         /*********************************** DIVs ************************************/
60
61         #header {
62                 background-color:       #000000;
63                 color:                          #ffffff;
64                 width:                          100%;
65                 height:                         75px;
66                 white-space:            nowrap;
67                 overflow:                       hidden;
68                 z-index:                        2;
69         }
70
71         #content {
72                 background-color:       #ffffff;
73                 color:                          #000000;
74                 margin:                         50px;
75                 width:                          500px;
76                 margin-left:            auto;
77                 margin-right:           auto;
78                 z-index:                        1;
79         }
80
81         #center {
82                 text-align:                     center;
83         }
84
85         #bottom {
86                 position:                       absolute;
87                 bottom:                         0px;
88                 right:                          10px;
89                 text-align:                     right;
90                 z-index:                        0;
91         }
92    //-->
93   </style>
94  </head>
95  <body>
96   <div id="header"><img src="./images/top_left.jpg" style="width:179px; height:75px;" alt="ispCP Omega" /><img src="./images/top_left_bg.jpg" style="text-align:left; height:75px; background-repeat:no-repeat;" alt="" /><img src="./images/top_right.jpg" style="width:73px; height:75px; position: absolute; right:0px;" alt="OMEGA" /></div>
97   <div id="center">
98    <div id="content">
99     <p>This is the default page for <b>{DOMAIN_NAME}</b>. This page was generated automatically via ispCP Omega. Please upload your own index.html file.</p>
100     <p>If you are the Administrator of this domain, please login <a href="http://{BASE_SERVER_VHOST}" class="link">here</a></p>
101     <p class="login">Powered by <a class="link" href="http://www.isp-control.net" title="ispCP Omega Homepage">ispCP Omega</a></p>
102    </div>
103   </div>
104
105   <div id="bottom"><p class="login"><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:80px;height:15px" src="./images/valid_css.jpg" alt="Valid CSS!" /></a>&nbsp;<a href="http://validator.w3.org/check?uri=referer"><img src="./images/valid_xhtml.jpg" alt="Valid XHTML 1.0 Strict" style="border:0;width:80px;height:15px" /></a></p></div>
106  </body>
107 </html>
Note: See TracBrowser for help on using the browser.