##// END OF EJS Templates
change 'redMine' to 'Redmine' on error pages....
Toshi MARUYAMA -
r5431:c2503bc56c89
parent child
Show More
@@ -1,7 +1,7
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
3 <html>
4 <title>redMine 404 error</title>
4 <title>Redmine 404 error</title>
5 <style>
5 <style>
6 body{
6 body{
7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
@@ -20,4 +20,4 font-size:0.8em;
20 <p>The page you were trying to access doesn't exist or has been removed.</p>
20 <p>The page you were trying to access doesn't exist or has been removed.</p>
21 <p><a href="javascript:history.back()">Back</a></p>
21 <p><a href="javascript:history.back()">Back</a></p>
22 </body>
22 </body>
23 </html> No newline at end of file
23 </html>
@@ -1,7 +1,7
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
3 <html>
4 <title>redMine 500 error</title>
4 <title>Redmine 500 error</title>
5 <style>
5 <style>
6 body{
6 body{
7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
@@ -18,7 +18,7 font-size:0.8em;
18 <body>
18 <body>
19 <h1>Internal error</h1>
19 <h1>Internal error</h1>
20 <p>An error occurred on the page you were trying to access.<br />
20 <p>An error occurred on the page you were trying to access.<br />
21 If you continue to experience problems please contact your redMine administrator for assistance.</p>
21 If you continue to experience problems please contact your Redmine administrator for assistance.</p>
22 <p><a href="javascript:history.back()">Back</a></p>
22 <p><a href="javascript:history.back()">Back</a></p>
23 </body>
23 </body>
24 </html> No newline at end of file
24 </html>
General Comments 0
You need to be logged in to leave comments. Login now