Mercurial > hg > soundsoftware-site
annotate public/.svn/text-base/500.html.svn-base @ 774:58410c63bb84 feature_334
Force a Google search box rudely into the middle of the search view, just to see how it looks.
It can be styled reasonably well -- but the adverts, when they appear, are atrocious.
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 17 Nov 2011 14:56:55 +0000 |
parents | cbce1fd3b1b7 |
children |
rev | line source |
---|---|
Chris@0 | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
Chris@0 | 2 "http://www.w3.org/TR/html4/loose.dtd"> |
Chris@0 | 3 <html> |
Chris@441 | 4 <title>Redmine 500 error</title> |
Chris@0 | 5 <style> |
Chris@0 | 6 body{ |
Chris@0 | 7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif; |
Chris@0 | 8 color:#303030; |
Chris@0 | 9 margin:10px; |
Chris@0 | 10 } |
Chris@0 | 11 h1{ |
Chris@0 | 12 font-size:1.5em; |
Chris@0 | 13 } |
Chris@0 | 14 p{ |
Chris@0 | 15 font-size:0.8em; |
Chris@0 | 16 } |
Chris@0 | 17 </style> |
Chris@0 | 18 <body> |
Chris@0 | 19 <h1>Internal error</h1> |
Chris@0 | 20 <p>An error occurred on the page you were trying to access.<br /> |
Chris@441 | 21 If you continue to experience problems please contact your Redmine administrator for assistance.</p> |
Chris@441 | 22 <p>If you are the Redmine administrator, check your log files for details about the error.</p> |
Chris@0 | 23 <p><a href="javascript:history.back()">Back</a></p> |
Chris@0 | 24 </body> |
Chris@441 | 25 </html> |