annotate client/digitallibrary/pdf/error.jsp @ 874:f4ea9703008f
jquery
testing with jQuery 1.5.1, porting my offset bugfix
| author |
hertzhaft |
| date |
Thu, 17 Mar 2011 21:06:54 +0100 |
| parents |
480c3553c8d2 |
| children |
|
| rev |
line source |
|
553
|
1 <%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
500
|
2 pageEncoding="ISO-8859-1"%>
|
|
|
3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
4 <html>
|
|
|
5 <head>
|
|
553
|
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
500
|
7 <title>Error</title>
|
|
|
8 </head>
|
|
|
9 <body>
|
|
|
10 <h1>Error</h1>
|
|
553
|
11 There was an error while processing your request. Please check the parameters and try again.
|
|
500
|
12 </body>
|
|
|
13 </html>
|