Mercurial > hg > digilib-old
diff client/src/main/webapp/pdf/error.jsp @ 902:89ba3ffcf552
merge jquery + mvn into default
author | robcast |
---|---|
date | Tue, 26 Apr 2011 11:38:11 +0200 |
parents | ba1eb2d821a2 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/main/webapp/pdf/error.jsp Tue Apr 26 11:38:11 2011 +0200 @@ -0,0 +1,13 @@ +<%@ 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>