Changeset 531
- Timestamp:
- 04/28/07 02:36:59
(2 years ago)
- Author:
- rats
- Message:
updated: domain_default_page
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r530 |
r531 |
|
| 10 | 10 | | * gui: disable stats-alias in client menu | |
|---|
| 11 | 11 | \_________________________________________________________________/ |
|---|
| | 12 | |
|---|
| | 13 | 2007-04-28 Benedikt Heintel |
|---|
| | 14 | - GUI: |
|---|
| | 15 | * updated: domain_default_page |
|---|
| 12 | 16 | |
|---|
| 13 | 17 | 2007-04-28 Malte Geierhos |
|---|
| r511 |
r531 |
|
| 1 | | <!-- |
|---|
| 2 | | {DOMAIN_NAME} powered by ispCP Omega |
|---|
| 3 | | --> |
|---|
| | 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 | } |
|---|
| 4 | 26 | |
|---|
| 5 | | <html> |
|---|
| 6 | | <head> |
|---|
| 7 | | <title>Homepage of {DOMAIN_NAME}</title> |
|---|
| 8 | | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|---|
| 9 | | <style type="text/css"> |
|---|
| 10 | | <!-- |
|---|
| 11 | | body { |
|---|
| 12 | | margin-left: 0px; |
|---|
| 13 | | margin-top: 0px; |
|---|
| 14 | | margin-right: 0px; |
|---|
| 15 | | margin-bottom: 0px; |
|---|
| 16 | | background-color: #ffffff; |
|---|
| 17 | | } |
|---|
| | 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 | } |
|---|
| 18 | 34 | |
|---|
| 19 | | /*********************************** LINKS ************************************/ |
|---|
| 20 | | a.link, a.link:link, a.link:visited { |
|---|
| 21 | | color: #000099; |
|---|
| 22 | | text-decoration: underline; |
|---|
| 23 | | font-weight: normal; |
|---|
| 24 | | } |
|---|
| | 35 | a.link:hover, a.link:active, a.link:focus { |
|---|
| | 36 | color: #000000; |
|---|
| | 37 | background-color: #ffffff; |
|---|
| | 38 | text-decoration: none; |
|---|
| | 39 | } |
|---|
| 25 | 40 | |
|---|
| 26 | | a.link:hover, a.link:active, a.link:focus { |
|---|
| 27 | | color: #000000; |
|---|
| 28 | | text-decoration: none; |
|---|
| 29 | | } |
|---|
| 30 | | .login { |
|---|
| 31 | | font-family: geneva, arial, helvetica, sans-serif; |
|---|
| 32 | | font-size: 11px; |
|---|
| 33 | | color: #000; |
|---|
| 34 | | white-space: nowrap; |
|---|
| 35 | | text-decoration: none; |
|---|
| 36 | | } |
|---|
| 37 | | td { |
|---|
| 38 | | font-family: arial, helvetica, sans-serif; |
|---|
| 39 | | font-size: 12px; |
|---|
| 40 | | } |
|---|
| 41 | | --> |
|---|
| 42 | | </style> |
|---|
| 43 | | </head> |
|---|
| | 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 | } |
|---|
| 44 | 50 | |
|---|
| 45 | | <body> |
|---|
| 46 | | <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> |
|---|
| 47 | | <tr> |
|---|
| 48 | | <td valign="top"> |
|---|
| 49 | | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 50 | | <tr> |
|---|
| 51 | | <td width="179" height="75"><img src="./images/top_left.jpg" width="179" height="75"></td> |
|---|
| 52 | | <td width="801" height="75"><img src="./images/top_left_bg.jpg" width="801" height="75"></td> |
|---|
| 53 | | <td background="./images/top_bg.jpg"> </td> |
|---|
| 54 | | <td width="73" height="75"><img src="./images/top_right.jpg" width="73" height="75"></td> |
|---|
| 55 | | </tr> |
|---|
| 56 | | </table> |
|---|
| 57 | | <table width="650" border="0" align="center" cellpadding="0" cellspacing="0"> |
|---|
| 58 | | <tr> |
|---|
| 59 | | <td width="1%"> </td> |
|---|
| 60 | | <td width="98%"> </td> |
|---|
| 61 | | <td width="1%"> </td> |
|---|
| 62 | | </tr> |
|---|
| 63 | | <tr> |
|---|
| 64 | | <td> </td> |
|---|
| 65 | | <td> </td> |
|---|
| 66 | | <td> </td> |
|---|
| 67 | | </tr> |
|---|
| 68 | | <tr> |
|---|
| 69 | | <td> </td> |
|---|
| 70 | | <td><strong>Domain Default page</strong></td> |
|---|
| 71 | | <td> </td> |
|---|
| 72 | | </tr> |
|---|
| 73 | | <tr> |
|---|
| 74 | | <td> </td> |
|---|
| 75 | | <td> </td> |
|---|
| 76 | | <td> </td> |
|---|
| 77 | | </tr> |
|---|
| 78 | | <tr> |
|---|
| 79 | | <td> </td> |
|---|
| 80 | | <td>This is default page for {DOMAIN_NAME} domain. Now this page is generated by ispCP Omega for you. Please upload your own index.html file.</td> |
|---|
| 81 | | <td> </td> |
|---|
| 82 | | </tr> |
|---|
| 83 | | <tr> |
|---|
| 84 | | <td> </td> |
|---|
| 85 | | <td> </td> |
|---|
| 86 | | <td> </td> |
|---|
| 87 | | </tr> |
|---|
| 88 | | <tr> |
|---|
| 89 | | <td> </td> |
|---|
| 90 | | <td>If you are the Administrator of this domain, please login <a href="http://{BASE_SERVER_VHOST}" class="link">here</a>.</td> |
|---|
| 91 | | <td> </td> |
|---|
| 92 | | </tr> |
|---|
| 93 | | <tr> |
|---|
| 94 | | <td> </td> |
|---|
| 95 | | <td> </td> |
|---|
| 96 | | <td> </td> |
|---|
| 97 | | </tr> |
|---|
| 98 | | <tr> |
|---|
| 99 | | <td> </td> |
|---|
| 100 | | <td> </td> |
|---|
| 101 | | <td> </td> |
|---|
| 102 | | </tr> |
|---|
| 103 | | <tr> |
|---|
| 104 | | <td> </td> |
|---|
| 105 | | <td> </td> |
|---|
| 106 | | <td> </td> |
|---|
| 107 | | </tr> |
|---|
| 108 | | <tr> |
|---|
| 109 | | <td> </td> |
|---|
| 110 | | <td> </td> |
|---|
| 111 | | <td> </td> |
|---|
| 112 | | </tr> |
|---|
| 113 | | <tr> |
|---|
| 114 | | <td> </td> |
|---|
| 115 | | <td align="right" class="login"> |
|---|
| 116 | | Powered by <a class="login" href="http://www.isp-control.net" target="_blank">ispCP Omega</a> |
|---|
| 117 | | </td> |
|---|
| 118 | | <td> </td> |
|---|
| 119 | | </tr> |
|---|
| 120 | | </table> |
|---|
| | 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 | } |
|---|
| 121 | 58 | |
|---|
| 122 | | </td> |
|---|
| 123 | | </tr> |
|---|
| 124 | | </table> |
|---|
| | 59 | /*********************************** DIVs ************************************/ |
|---|
| 125 | 60 | |
|---|
| 126 | | </body> |
|---|
| | 61 | #header { |
|---|
| | 62 | background-color: #000000; |
|---|
| | 63 | color: #ffffff; |
|---|
| | 64 | width: 100%; |
|---|
| | 65 | height: 65px; |
|---|
| | 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:195px; height:65px;" alt="ispCP Omega" /><img src="./images/top_left_bg.jpg" style="text-align:left; height:65px; background-repeat:no-repeat;" alt="" /><img src="./images/top_right.jpg" style="width:64px; height:65px; 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/"><img style="border:0;width:80px;height:15px" src="./images/valid_css.jpg" alt="Valid CSS!" /></a> <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> |
|---|
| 127 | 107 | </html> |
|---|
| 128 | | |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>