[#352] Use ChiliProject on error pages
This commit is contained in:
parent
ed252f7246
commit
65692235a4
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<title>redMine 404 error</title>
|
<title>ChiliProject 404 error</title>
|
||||||
<style>
|
<style>
|
||||||
body{
|
body{
|
||||||
font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
|
font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
|
||||||
|
@ -20,4 +20,4 @@ font-size:0.8em;
|
||||||
<p>The page you were trying to access doesn't exist or has been removed.</p>
|
<p>The page you were trying to access doesn't exist or has been removed.</p>
|
||||||
<p><a href="javascript:history.back()">Back</a></p>
|
<p><a href="javascript:history.back()">Back</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<title>redMine 500 error</title>
|
<title>ChiliProject 500 error</title>
|
||||||
<style>
|
<style>
|
||||||
body{
|
body{
|
||||||
font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
|
font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
|
||||||
|
@ -18,7 +18,9 @@ font-size:0.8em;
|
||||||
<body>
|
<body>
|
||||||
<h1>Internal error</h1>
|
<h1>Internal error</h1>
|
||||||
<p>An error occurred on the page you were trying to access.<br />
|
<p>An error occurred on the page you were trying to access.<br />
|
||||||
If you continue to experience problems please contact your redMine administrator for assistance.</p>
|
If you continue to experience problems please contact your ChiliProject administrator for assistance.</p>
|
||||||
|
|
||||||
|
<p>If you are the ChiliProject administrator, check your log files for details about the error.</p>
|
||||||
<p><a href="javascript:history.back()">Back</a></p>
|
<p><a href="javascript:history.back()">Back</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue