comparison client/digitallibrary/pdf/error.jsp @ 557:0885f5ca5b24 digilibPDF

more refactoring and rearranging pdf and image generation works now
author robcast
date Thu, 16 Dec 2010 21:19:11 +0100
parents a370e72f2179
children
comparison
equal deleted inserted replaced
556:5cc180bb0a5c 557:0885f5ca5b24
1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1" 1 <%@ page language="java" contentType="text/html; charset=UTF-8"
2 pageEncoding="ISO-8859-1"%> 2 pageEncoding="ISO-8859-1"%>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4 <html> 4 <html>
5 <head> 5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Error</title> 7 <title>Error</title>
8 </head> 8 </head>
9 <body> 9 <body>
10 <h1>Error</h1> 10 <h1>Error</h1>
11 W&auml;hrend der Verarbeitung ihrer Anfrage trat ein Fehler auf. M&ouml;glicherweise sind die &uuml;bergebenen Parameter fehlerhaft. 11 There was an error while processing your request. Please check the parameters and try again.
12 </body> 12 </body>
13 </html> 13 </html>