Mercurial > hg > digilib-old
comparison client/digitallibrary/pdf/error.jsp @ 504:a370e72f2179 digilibPDF
added JSPs for PDF services
author | cmielack |
---|---|
date | Fri, 06 Mar 2009 11:06:21 +0100 |
parents | |
children | 0885f5ca5b24 |
comparison
equal
deleted
inserted
replaced
503:fdb824bd57ab | 504:a370e72f2179 |
---|---|
1 <%@ page language="java" contentType="text/html; charset=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"> | |
4 <html> | |
5 <head> | |
6 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
7 <title>Error</title> | |
8 </head> | |
9 <body> | |
10 <h1>Error</h1> | |
11 Während der Verarbeitung ihrer Anfrage trat ein Fehler auf. Möglicherweise sind die übergebenen Parameter fehlerhaft. | |
12 </body> | |
13 </html> |