Mercurial > hg > digilib
view client/digitallibrary/pdf/error.jsp @ 669:b2a1421572b5 jquery
merge
with 6c869c851c9a350b3717397879cc13b3a838d7b0
author | robcast |
---|---|
date | Tue, 25 Jan 2011 22:28:48 +0100 |
parents | 480c3553c8d2 |
children |
line wrap: on
line source
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Error</title> </head> <body> <h1>Error</h1> There was an error while processing your request. Please check the parameters and try again. </body> </html>