Changeset 333
- Timestamp:
- 02/12/07 03:19:02
(2 years ago)
- Author:
- rats
- Message:
- GUI:
* fixed error doc
* changed css a.login
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r328 |
r333 |
|
| 6 | 6 | | * Copy files on update | |
|---|
| 7 | 7 | | * apache: check if stats are working with FastCGI | |
|---|
| 8 | | | * Finish fastcgi.conf file | |
|---|
| 9 | 8 | | | |
|---|
| 10 | 9 | | - AWStats: | |
|---|
| … | … | |
| 18 | 17 | * added Fedora files missing / changed |
|---|
| 19 | 18 | * changed masters php.inis |
|---|
| | 19 | * changed main theme |
|---|
| 20 | 20 | - DOCS: |
|---|
| 21 | 21 | * added folder for Gentoo |
|---|
| 22 | 22 | - GUI: |
|---|
| 23 | 23 | * fixed small bug |
|---|
| | 24 | * Theme: omega_original fixed small bug |
|---|
| | 25 | * fixed error doc |
|---|
| | 26 | * changed css a.login |
|---|
| 24 | 27 | - LANGUAGES: |
|---|
| 25 | 28 | * Portugues-Brazil: added missing strings |
|---|
| r325 |
r333 |
|
| | 1 | <?php |
|---|
| | 2 | require_once('../include/vhcs-lib.php'); |
|---|
| | 3 | $theme = $cfg['USER_INITIAL_THEME']; |
|---|
| | 4 | ?> |
|---|
| 1 | 5 | <html> |
|---|
| 2 | 6 | <head> |
|---|
| 3 | 7 | <title>VHCS ERROR</title> |
|---|
| 4 | 8 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|---|
| 5 | | <?php |
|---|
| 6 | | require_once('/vhcs2/include/vhcs-lib.php'); |
|---|
| 7 | | $theme = $cfg['USER_INITIAL_THEME']; |
|---|
| 8 | | ?> |
|---|
| 9 | 9 | <link href="/vhcs2/themes/<?=$theme;?>/css/vhcs.css" rel="stylesheet" type="text/css"> |
|---|
| 10 | 10 | <script type="text/javascript" src="/vhcs2/themes/<?=$theme;?>/css/vhcs.js"></script> |
|---|
| | 11 | <meta name="robots" content="noindex"> |
|---|
| | 12 | <meta name="robots" content="nofollow"> |
|---|
| 11 | 13 | </head> |
|---|
| 12 | 14 | <body style="color:#000000;"> |
|---|
| 13 | | <table width="100%" height="100% "align="center" cellpadding="0" cellspacing="0"> |
|---|
| | 15 | <table width="100%" height="100%" align="center" cellpadding="0" cellspacing="0"> |
|---|
| 14 | 16 | <tr> |
|---|
| 15 | 17 | <td> |
|---|
| 16 | | <table width="453" style="border:solid 1px #CCCCCC;"align="center" cellpadding="0" cellspacing="0"> |
|---|
| 17 | | <tr> |
|---|
| 18 | | <td> |
|---|
| 19 | | <table width="453" border="0" align="center" cellpadding="0" cellspacing="0"> |
|---|
| 20 | | <tr> |
|---|
| 21 | | <td width="453" height="69" background="themes/omega_original/images/login/login_top.jpg"> </td> |
|---|
| 22 | | </tr> |
|---|
| 23 | | <tr> |
|---|
| 24 | | <td> |
|---|
| 25 | | <table width="453" border="0" cellpadding="0" cellspacing="1"> |
|---|
| | 18 | <table width="453" style="border:solid 1px #CCCCCC;" align="center" cellpadding="0" cellspacing="0"> |
|---|
| | 19 | <tr> |
|---|
| | 20 | <td> |
|---|
| | 21 | <table width="453" border="0" align="center" cellpadding="0" cellspacing="0"> |
|---|
| 26 | 22 | <tr> |
|---|
| 27 | | <td align="center" valign="middle" bgcolor="#FFFFFF"></strong> |
|---|
| 28 | | <h2><font color="#FF0000">Error <?php print htmlspecialchars($_SERVER['REDIRECT_STATUS']);?>!</font></h2><br /> |
|---|
| 29 | | <b><?php print htmlspecialchars($_SERVER['REDIRECT_URL']);?></b><br> |
|---|
| 30 | | <?php |
|---|
| | 23 | <td width="453" height="69" background="themes/<?=$theme;?>/images/login/login_top.jpg"> </td> |
|---|
| | 24 | </tr> |
|---|
| | 25 | <tr> |
|---|
| | 26 | <td> |
|---|
| | 27 | <table width="453" border="0" cellpadding="0" cellspacing="1"> |
|---|
| | 28 | <tr> |
|---|
| | 29 | <td align="center" valign="middle" bgcolor="#FFFFFF"></strong> |
|---|
| | 30 | <h2><font color="#FF0000">Error <?php print htmlspecialchars($_SERVER['REDIRECT_STATUS']);?>!</font></h2><br /> |
|---|
| | 31 | <b><?php print htmlspecialchars($_SERVER['REQUEST_URI']);?></b><br /> |
|---|
| | 32 | <?php |
|---|
| 31 | 33 | switch ($_SERVER['REDIRECT_STATUS']) { |
|---|
| 32 | 34 | case 401: |
|---|
| … | … | |
| 46 | 48 | break; |
|---|
| 47 | 49 | } |
|---|
| 48 | | ?> |
|---|
| 49 | | </td> |
|---|
| 50 | | </tr> |
|---|
| 51 | | </table> |
|---|
| 52 | | </td> |
|---|
| 53 | | </tr> |
|---|
| 54 | | <tr> |
|---|
| 55 | | <td></td> |
|---|
| 56 | | </tr> |
|---|
| 57 | | </table> |
|---|
| 58 | | </td> |
|---|
| | 50 | ?> |
|---|
| | 51 | </td> |
|---|
| | 52 | </tr> |
|---|
| | 53 | </table> |
|---|
| | 54 | </td> |
|---|
| | 55 | </tr> |
|---|
| | 56 | </table> |
|---|
| | 57 | </td> |
|---|
| | 58 | </tr> |
|---|
| | 59 | </table> |
|---|
| | 60 | </td> |
|---|
| 59 | 61 | </tr> |
|---|
| 60 | | </table> |
|---|
| 61 | | </td> |
|---|
| 62 | | </tr> |
|---|
| 63 | | </table> |
|---|
| | 62 | </table> |
|---|
| 64 | 63 | </body> |
|---|
| 65 | 64 | </html> |
|---|
| r154 |
r333 |
|
| 98 | 98 | 'TR_USERNAME' => tr('Username'), |
|---|
| 99 | 99 | 'TR_PASSWORD' => tr('Password'), |
|---|
| | 100 | 'TR_LOGIN_INFO' => tr('Please enter your login information'), |
|---|
| 100 | 101 | // Please make this configurable by vhcs-lib |
|---|
| 101 | 102 | 'TR_SSL_LINK' => '', // isset($_SERVER['HTTPS']) ? 'http://'.$_SERVER['HTTP_HOST'].'/vhcs2/' : 'https://'.$_SERVER['HTTP_HOST'].'/vhcs2/', |
|---|
| r330 |
r333 |
|
| 15 | 15 | a.link:active {color:#000000;text-decoration:none;} |
|---|
| 16 | 16 | |
|---|
| 17 | | |
|---|
| | 17 | |
|---|
| 18 | 18 | a.menu { |
|---|
| 19 | | font-family: Arial, Helvetica, sans-serif; |
|---|
| | 19 | font-family: arial, helvetica, sans-serif; |
|---|
| 20 | 20 | font-size: 9pt; |
|---|
| 21 | 21 | color: #000; |
|---|
| … | … | |
| 25 | 25 | a.menu:link { |
|---|
| 26 | 26 | color: #000000; |
|---|
| 27 | | TEXT-DECORATION: none; |
|---|
| | 27 | text-decoration: none; |
|---|
| 28 | 28 | } |
|---|
| 29 | 29 | a.menu:visited { |
|---|
| 30 | | color: #000000; |
|---|
| 31 | | TEXT-DECORATION: none; |
|---|
| | 30 | color: #000000; |
|---|
| | 31 | text-decoration: none; |
|---|
| 32 | 32 | } |
|---|
| 33 | 33 | a.menu:hover { |
|---|
| 34 | 34 | color: #333333; |
|---|
| 35 | | TEXT-DECORATION: none; |
|---|
| | 35 | text-decoration: none; |
|---|
| 36 | 36 | } |
|---|
| 37 | 37 | a.menu:active { |
|---|
| 38 | 38 | color: #333333; |
|---|
| 39 | | TEXT-DECORATION: none; |
|---|
| | 39 | text-decoration: none; |
|---|
| 40 | 40 | } |
|---|
| 41 | 41 | |
|---|
| … | … | |
| 43 | 43 | |
|---|
| 44 | 44 | a.menu_active { |
|---|
| 45 | | font-family: Arial, Helvetica, sans-serif; |
|---|
| | 45 | font-family: arial, helvetica, sans-serif; |
|---|
| 46 | 46 | font-size: 9pt; |
|---|
| 47 | 47 | color: #000000; |
|---|
| … | … | |
| 51 | 51 | a.menu_active:link { |
|---|
| 52 | 52 | color: #000; |
|---|
| 53 | | TEXT-DECORATION: none; |
|---|
| | 53 | text-decoration: none; |
|---|
| 54 | 54 | } |
|---|
| 55 | 55 | a.menu_active:visited { |
|---|
| 56 | | color: #000; |
|---|
| 57 | | TEXT-DECORATION: none; |
|---|
| | 56 | color: #000; |
|---|
| | 57 | text-decoration: none; |
|---|
| 58 | 58 | } |
|---|
| 59 | 59 | a.menu_active:hover { |
|---|
| 60 | 60 | color: #333333; |
|---|
| 61 | | TEXT-DECORATION: none; |
|---|
| | 61 | text-decoration: none; |
|---|
| 62 | 62 | } |
|---|
| 63 | 63 | a.menu_active:active { |
|---|
| 64 | 64 | color: #333333; |
|---|
| 65 | | TEXT-DECORATION: none; |
|---|
| | 65 | text-decoration: none; |
|---|
| 66 | 66 | } |
|---|
| 67 | 67 | |
|---|
| … | … | |
| 73 | 73 | |
|---|
| 74 | 74 | a.submenu { |
|---|
| 75 | | MARGIN-TOP: 0px; |
|---|
| 76 | | DISPLAY: block; |
|---|
| 77 | | font-family:Geneva, Arial, Helvetica, sans-serif; |
|---|
| | 75 | margin-top: 0px; |
|---|
| | 76 | display: block; |
|---|
| | 77 | font-family:geneva, arial, helvetica, sans-serif; |
|---|
| 78 | 78 | font-weight:bold; |
|---|
| 79 | 79 | font-size: 11px; |
|---|
| … | … | |
| 95 | 95 | color: #ffffff; |
|---|
| 96 | 96 | background-image: url(../images/top/link_bg.jpg); |
|---|
| 97 | | vertical-align: middle; |
|---|
| | 97 | vertical-align: middle; |
|---|
| 98 | 98 | } |
|---|
| 99 | 99 | a.submenu:hover { |
|---|
| … | … | |
| 119 | 119 | |
|---|
| 120 | 120 | a.logout { |
|---|
| 121 | | font-family:Geneva, Arial, Helvetica, sans-serif; |
|---|
| | 121 | font-family:geneva, arial, helvetica, sans-serif; |
|---|
| 122 | 122 | font-weight:bold; |
|---|
| 123 | 123 | font-size: 10px; |
|---|
| … | … | |
| 133 | 133 | } |
|---|
| 134 | 134 | a.logout:visited { |
|---|
| 135 | | color: #ffffff; |
|---|
| | 135 | color: #ffffff; |
|---|
| 136 | 136 | } |
|---|
| 137 | 137 | a.logout:hover { |
|---|
| … | … | |
| 148 | 148 | |
|---|
| 149 | 149 | .title { |
|---|
| 150 | | font-family: Geneva, Arial, Helvetica, sans-serif; |
|---|
| | 150 | font-family: geneva, arial, helvetica, sans-serif; |
|---|
| 151 | 151 | font-size: 11pt; |
|---|
| 152 | 152 | font-weight: bold; |
|---|
| 153 | 153 | font-variant:small-caps; |
|---|
| 154 | 154 | text-decoration: none; |
|---|
| 155 | | border-bottom:#CCCCCC solid 1px; |
|---|
| | 155 | border-bottom:#cccccc solid 1px; |
|---|
| 156 | 156 | } |
|---|
| 157 | 157 | |
|---|
| 158 | 158 | .titlemenu { |
|---|
| 159 | | font-family: Geneva, Arial, Helvetica, sans-serif; |
|---|
| | 159 | font-family: geneva, arial, helvetica, sans-serif; |
|---|
| 160 | 160 | font-size: 11pt; |
|---|
| 161 | 161 | font-weight:bold; |
|---|
| 162 | 162 | font-variant:small-caps; |
|---|
| 163 | | color:#FFFFFF; |
|---|
| | 163 | color:#ffffff; |
|---|
| 164 | 164 | padding-left:5px; |
|---|
| 165 | 165 | vertical-align:text-top; |
|---|
| 166 | | } |
|---|
| | 166 | } |
|---|
| 167 | 167 | |
|---|
| 168 | 168 | .bottom { |
|---|
| 169 | | color: #FFFFFF; |
|---|
| 170 | | font-family: Arial, Helvetica, sans-serif; |
|---|
| | 169 | color: #ffffff; |
|---|
| | 170 | font-family: arial, helvetica, sans-serif; |
|---|
| 171 | 171 | font-size: 7pt; |
|---|
| 172 | 172 | background-image: url(../images/top/menu_bg.jpg); |
|---|
| 173 | 173 | } |
|---|
| 174 | 174 | td { |
|---|
| 175 | | font-family: Arial, Helvetica, sans-serif; |
|---|
| | 175 | font-family: arial, helvetica, sans-serif; |
|---|
| 176 | 176 | font-size: 12px; |
|---|
| 177 | 177 | } |
|---|
| … | … | |
| 222 | 222 | border-style: solid; |
|---|
| 223 | 223 | border-width: 1; |
|---|
| 224 | | border-color: #CCCCCC; |
|---|
| 225 | | font-family: Verdana; |
|---|
| | 224 | border-color: #cccccc; |
|---|
| | 225 | font-family: verdana; |
|---|
| 226 | 226 | font-size: 8pt; |
|---|
| 227 | 227 | height: 21px; |
|---|
| … | … | |
| 234 | 234 | border-style: solid; |
|---|
| 235 | 235 | border-width: 1; |
|---|
| 236 | | border-color: #CCCCCC; |
|---|
| 237 | | font-family: Verdana; |
|---|
| | 236 | border-color: #cccccc; |
|---|
| | 237 | font-family: verdana; |
|---|
| 238 | 238 | font-size: 8pt; |
|---|
| 239 | 239 | margin: 2px; |
|---|
| … | … | |
| 242 | 242 | .button |
|---|
| 243 | 243 | { |
|---|
| 244 | | font-family: Arial, Helvetica, sans-serif; |
|---|
| | 244 | font-family: arial, helvetica, sans-serif; |
|---|
| 245 | 245 | height: 21px; |
|---|
| 246 | 246 | font-size: 12px; |
|---|
| … | … | |
| 251 | 251 | .login_button |
|---|
| 252 | 252 | { |
|---|
| 253 | | font-family: Arial, Helvetica, sans-serif; |
|---|
| | 253 | font-family: arial, helvetica, sans-serif; |
|---|
| 254 | 254 | height: 21px; |
|---|
| 255 | 255 | font-size: 12px; |
|---|
| … | … | |
| 260 | 260 | .login_bottom { |
|---|
| 261 | 261 | font-size: 10px; |
|---|
| 262 | | color: #99A0B1; |
|---|
| | 262 | color: #99a0b1; |
|---|
| 263 | 263 | } |
|---|
| 264 | 264 | .login_text { |
|---|
| … | … | |
| 267 | 267 | |
|---|
| 268 | 268 | .login_time { |
|---|
| 269 | | color: #99A0B1; |
|---|
| | 269 | color: #99a0b1; |
|---|
| 270 | 270 | font-size: 24px; |
|---|
| 271 | 271 | font-weight: bold; |
|---|
| 272 | 272 | } |
|---|
| | 273 | |
|---|
| | 274 | a.login { |
|---|
| | 275 | font-family: geneva, arial, helvetica, sans-serif; |
|---|
| | 276 | font-size: 11px; |
|---|
| | 277 | color: #3b73ca; |
|---|
| | 278 | white-space: nowrap; |
|---|
| | 279 | text-decoration: underline; |
|---|
| | 280 | } |
|---|
| | 281 | |
|---|
| | 282 | a.login:link { |
|---|
| | 283 | color: #3b73ca; |
|---|
| | 284 | text-decoration: underline; |
|---|
| | 285 | } |
|---|
| | 286 | |
|---|
| | 287 | a.login:visited { |
|---|
| | 288 | color: #3b73ca; |
|---|
| | 289 | text-decoration: underline; |
|---|
| | 290 | } |
|---|
| | 291 | |
|---|
| | 292 | a.login:hover { |
|---|
| | 293 | color: #000000; |
|---|
| | 294 | text-decoration: none; |
|---|
| | 295 | } |
|---|
| | 296 | |
|---|
| | 297 | a.login:active { |
|---|
| | 298 | color: #000000; |
|---|
| | 299 | text-decoration: none; |
|---|
| | 300 | } |
|---|
| r319 |
r333 |
|
| 21 | 21 | </tr> |
|---|
| 22 | 22 | <tr> |
|---|
| 23 | | <td colspan="7"><div align="center"><font size="-2">Please enter your login information</font></div></td> |
|---|
| | 23 | <td colspan="7"><div align="center"><font size="-2">{TR_LOGIN_INFO}</font></div></td> |
|---|
| 24 | 24 | </tr> |
|---|
| 25 | 25 | <tr> |
|---|
|