annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
557
0885f5ca5b24 more refactoring and rearranging
robcast
parents: 504
diff changeset
1 <%@ page language="java" contentType="text/html; charset=UTF-8"
504
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
2 pageEncoding="ISO-8859-1"%>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
4 <html>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
5 <head>
557
0885f5ca5b24 more refactoring and rearranging
robcast
parents: 504
diff changeset
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
504
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
7 <title>Error</title>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
8 </head>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
9 <body>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
10 <h1>Error</h1>
557
0885f5ca5b24 more refactoring and rearranging
robcast
parents: 504
diff changeset
11 There was an error while processing your request. Please check the parameters and try again.
504
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
12 </body>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
13 </html>