initial commit from rev. 632
This commit is contained in:
10
rbac/public_html/errors/error.php
Normal file
10
rbac/public_html/errors/error.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?
|
||||
$ERROR_TEXT = "Server Error ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
<br />
|
||||
An unknown error took place within our web server. <br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
9
rbac/public_html/errors/error400.php
Normal file
9
rbac/public_html/errors/error400.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?
|
||||
$ERROR_TEXT = "400 Bad Request ";
|
||||
$ERROR_DESCRIPTION = "Your browser (or proxy) sent a request
|
||||
that this server could not understand.<br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
15
rbac/public_html/errors/error401.php
Normal file
15
rbac/public_html/errors/error401.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?
|
||||
$ERROR_TEXT = "401 Unauthorized ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
This server could not verify that
|
||||
you are authorized to access. You either supplied the wrong credentials
|
||||
(e.g., bad password), or your browser doesn't understand how to supply
|
||||
the credentials required. <br />
|
||||
<br />
|
||||
In case you are allowed to request the document,
|
||||
please check your user-id and password and try again<br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
11
rbac/public_html/errors/error403.php
Normal file
11
rbac/public_html/errors/error403.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?
|
||||
$ERROR_TEXT = "403 Forbidden ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
You don't have permission to access the requested directory. There is either
|
||||
no index document or the directory is read-protected.<br />
|
||||
<br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
21
rbac/public_html/errors/error404.php
Normal file
21
rbac/public_html/errors/error404.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?
|
||||
$ERROR_TEXT = "404 Not Found ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
Your browser (or proxy) sent a request
|
||||
that this server could not understand.<br />
|
||||
<br />
|
||||
<strong>Possible reasons: </strong><br />
|
||||
Your link is broken. This may occur when you receive
|
||||
a link via email, but your client software adds line breaks, thus distorting
|
||||
long URLs. <br />
|
||||
<br />
|
||||
The page you requested is no longer active. <br />
|
||||
<br />
|
||||
There is a typographic
|
||||
error in the link, in case you entered the URL into the browser's address
|
||||
toolbar.<br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
11
rbac/public_html/errors/error503.php
Normal file
11
rbac/public_html/errors/error503.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?
|
||||
$ERROR_TEXT = "503 Service unavailable ";
|
||||
$ERROR_DESCRIPTION = "
|
||||
The server is temporarily unable to service your request due to maintenance
|
||||
downtime or capacity problems. Please try again later. <br />
|
||||
<br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
9
rbac/public_html/errors/error701.php
Normal file
9
rbac/public_html/errors/error701.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?
|
||||
$ERROR_TEXT = "701 workspace not available ";
|
||||
$ERROR_DESCRIPTION = "You have specified a workspace not available in this server. <br>
|
||||
Please review your URL and try it again.<br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
9
rbac/public_html/errors/error702.php
Normal file
9
rbac/public_html/errors/error702.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?
|
||||
$ERROR_TEXT = "702 workspace undefined ";
|
||||
$ERROR_DESCRIPTION = "You have specified an undefined workspace. <br>
|
||||
Please review your URL and try it again.<br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
9
rbac/public_html/errors/error703.php
Normal file
9
rbac/public_html/errors/error703.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?
|
||||
$ERROR_TEXT = "703 style undefined ";
|
||||
$ERROR_DESCRIPTION = "You have specified an undefined style for this workspace. <br>
|
||||
Please review your URL and try it again.<br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
9
rbac/public_html/errors/error704.php
Normal file
9
rbac/public_html/errors/error704.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?
|
||||
$ERROR_TEXT = "704 DB directory not found ";
|
||||
$ERROR_DESCRIPTION = "You have specified an invalida directory for DB files ( database definitions ). <br>
|
||||
Please review your URL and try it again.<br />
|
||||
<br />
|
||||
";
|
||||
|
||||
include ( "header.php");
|
||||
?>
|
||||
78
rbac/public_html/errors/estilo.css
Normal file
78
rbac/public_html/errors/estilo.css
Normal file
@@ -0,0 +1,78 @@
|
||||
body {
|
||||
COLOR: #004474;
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
||||
FONT-SIZE: 11px;
|
||||
font-weight: normal;
|
||||
margin: 0px;
|
||||
background-color: #efeff0;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: none;
|
||||
background-color: none; }
|
||||
a:hover {
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: none;
|
||||
background-color: none;
|
||||
}
|
||||
|
||||
INPUT {
|
||||
|
||||
background-color: #FFFFCC;
|
||||
|
||||
border: #FFCC00 1px solid;
|
||||
|
||||
color: #333333;
|
||||
|
||||
font-family: verdana;
|
||||
|
||||
font-size: 8pt
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.altButtonFormat {
|
||||
|
||||
background-color: #FFCC00;
|
||||
|
||||
font-family: verdana;
|
||||
|
||||
border: #FFCC00 1px solid;
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
font-size: 10px;
|
||||
|
||||
color: #333333
|
||||
}
|
||||
|
||||
.mxbOnlineTextBlue {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #004474;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
|
||||
.langLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #003366; text-decoration: none}
|
||||
.navOff { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #003366; text-decoration: none }
|
||||
.navOn { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #6699CC; text-decoration: none }
|
||||
.news { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #336699; text-decoration: none }
|
||||
.newsArchive { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #669933; text-decoration: none }
|
||||
.mainBackgr { background-attachment: scroll; background-image: url(../images/mainBackgr.gif); background-repeat: no-repeat; background-position: right top}
|
||||
.mxbOnlineText { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none }
|
||||
.mxbOnlineLink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #FFCC00; text-decoration: none }
|
||||
.mainCopy { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333}
|
||||
.copyright { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #999999}
|
||||
29
rbac/public_html/errors/header.php
Normal file
29
rbac/public_html/errors/header.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Server Error :: </title>
|
||||
<link href="estilo.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="100%" height="95" border="0" cellpadding="0" cellspacing="0" bgcolor="#003366">
|
||||
<tr>
|
||||
<td width="15%" align="center" scope="col"><img src="library/logo.gif"></td>
|
||||
<td width="67%" scope="col"> </td>
|
||||
<td width="18%" class="mxbOnlineText" scope="col"><?= $ERROR_TEXT ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="12" colspan="3" align="center" bgcolor="#336699" scope="col"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<br />
|
||||
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="0" class="mainCopy">
|
||||
<tr>
|
||||
<td width="15%" align="left" scope="col"><span class="mxbOnlineTextBlue"><?= $ERROR_TEXT ?> </span><br />
|
||||
<?= $ERROR_DESCRIPTION ?>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
BIN
rbac/public_html/errors/library/logo.gif
Normal file
BIN
rbac/public_html/errors/library/logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user