##// END OF EJS Templates
add a suggestion for Redmine administrator on the 500 error page....
Toshi MARUYAMA -
r5432:ef4219b9f5a6
parent child
Show More
@@ -1,24 +1,25
1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 2 "http://www.w3.org/TR/html4/loose.dtd">
3 3 <html>
4 4 <title>Redmine 500 error</title>
5 5 <style>
6 6 body{
7 7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
8 8 color:#303030;
9 9 margin:10px;
10 10 }
11 11 h1{
12 12 font-size:1.5em;
13 13 }
14 14 p{
15 15 font-size:0.8em;
16 16 }
17 17 </style>
18 18 <body>
19 19 <h1>Internal error</h1>
20 20 <p>An error occurred on the page you were trying to access.<br />
21 21 If you continue to experience problems please contact your Redmine administrator for assistance.</p>
22 <p>If you are the Redmine administrator, check your log files for details about the error.</p>
22 23 <p><a href="javascript:history.back()">Back</a></p>
23 24 </body>
24 25 </html>
General Comments 0
You need to be logged in to leave comments. Login now