Mercurial > hg > digilib-old
comparison client/src/main/webapp/pdf/error.jsp @ 892:ba1eb2d821a2 mvnify
rearrange sources to maven directory standard
author | robcast |
---|---|
date | Tue, 19 Apr 2011 18:44:25 +0200 |
parents | client/digitallibrary/pdf/error.jsp@0885f5ca5b24 |
children |
comparison
equal
deleted
inserted
replaced
891:6584af320296 | 892:ba1eb2d821a2 |
---|---|
1 <%@ page language="java" contentType="text/html; charset=UTF-8" | |
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=UTF-8"> | |
7 <title>Error</title> | |
8 </head> | |
9 <body> | |
10 <h1>Error</h1> | |
11 There was an error while processing your request. Please check the parameters and try again. | |
12 </body> | |
13 </html> |