Project

General

Profile

Bug #19507 » error.html

Administrator Admin, 2008-10-27 13:37

 
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?xml-stylesheet href="#internalStyle" type="text/css"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, follow" />

<title>TYPO3 Error</title>
<style type="text/css">
/*<![CDATA[*/

* {
padding: 0;
margin: 0;
}

body {
color: #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
line-height: 14px;
}

#t3-message-page {
background: url("/typo3/sysext/t3skin/images/login/background.png") repeat-x fixed 0 0 #4f4f4f;
padding-bottom: 20px;
padding-top: 75px;
}

#t3-message-page-logo {
background-image: url("/typo3/sysext/t3skin/images/login/typo3logo-white-greyback.gif");
background-position: right;
background-repeat: no-repeat;
height: auto;
margin: 0 0 30px;
padding: 0;
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

#t3-message-page-logo img {
visibility: hidden;
}

#t3-message-page-message {
color: #606060;
font-size: 11px;
text-align: left;
margin: 30px 16% 10px;
width: 456px;
}

.typo3-message {
background-position: 10px 12px;
background-repeat :no-repeat;
border: 1px solid;
padding: 12px 12px 12px 36px;
}

.message-error {
background-color: #f6d3cf;
background-image: url("/typo3/sysext/t3skin/icons/gfx/error.png");
border-color: #d66c68;
color: #aa0225;
}

.message-error a {
color: #aa0225;
}

.message-error a:hover {
color: #000000;
}

#t3-message-page-error {
background-position: 20px 20px;
padding-left: 45px;
padding-bottom: 20px;
}

#t3-message-page-error h1 {
font-size: 15px;
margin-top: 9px;
margin-bottom: 25px;
}

#t3-message-page p.t3-error-text {
font-weight: bold;
}

#t3-message-page p.t3-error-wiki {
margin-top: 40px;
}

#t3-footer {
border-top: 1px solid #5c5c5c;
font-size: 10px;
margin: 40px 16% 10px;
width: 456px;
}

#t3-meta-links {
margin-top: 15px;
}

#t3-copyright-notice,
#t3-meta-links {
color: #797878;
}

#t3-copyright-notice {
margin-top: 15px;
}

#t3-copyright-notice a,
#t3-meta-links a {
color: #797878;
text-decoration: underline;
}

#t3-copyright-notice a:hover,
#t3-meta-links a:hover {
color: #b0b0b0;
}

.shadow-box-top-428 {
background-image: url("../../typo3/sysext/t3skin/images/shadows/box-top-428.png");
background-position: center bottom;
background-repeat: no-repeat;
height: 4px;
}
.shadow-box-bottom-424 {
background-image: url("../../typo3/sysext/t3skin/images/shadows/box-bottom-424.png");
background-position: center top;
background-repeat: no-repeat;
height: 3px;
}


/*]]>*/
</style>

</head>

<body id="t3-message-page">

<div id="t3-message-page-message">
<div id="t3-message-page-logo">
<img src="/typo3/sysext/t3skin/images/login/typo3logo-white-greyback.gif" alt="TYPO3 Error logo" />
</div>
<div class="shadow-box-top-428"></div>
<div id="t3-message-page-error" class="typo3-message message-error">
<h1>Oops, an error occured</h1>
<p class="t3-error-text">No pages found at root-level</p>
<p class="t3-error-wiki">
This should not have happened, we apologize for that.<br />
<a href="http://wiki.typo3.org/">Find more information on the TYPO3 wiki.</a>
</p>
</div>
<div class="shadow-box-bottom-424"></div>
</div>

<div id="t3-footer">
<div id="t3-copyright-notice">
TYPO3 is an open source content management system. To maintain the quality of the system and to improve it, please help us by donating.
</div>

<div id="t3-meta-links">
<a href="http://typo3.org" target="_blank">TYPO3.org</a>
&#124;
<a href="http://typo3.org/donate/" target="_blank">Donate</a>
</div>
</div>

</body>
</html>
(1-1/2)