changeset 504:a370e72f2179 digilibPDF

added JSPs for PDF services
author cmielack
date Fri, 06 Mar 2009 11:06:21 +0100
parents fdb824bd57ab
children 06d7e8c09b11
files client/.project client/digitallibrary/pdf/error.jsp client/digitallibrary/pdf/wip.jsp
diffstat 3 files changed, 38 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/.project	Fri Mar 06 11:06:21 2009 +0100
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>client</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/digitallibrary/pdf/error.jsp	Fri Mar 06 11:06:21 2009 +0100
@@ -0,0 +1,13 @@
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+    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=ISO-8859-1">
+<title>Error</title>
+</head>
+<body>
+<h1>Error</h1>
+W&auml;hrend der Verarbeitung ihrer Anfrage trat ein Fehler auf. M&ouml;glicherweise sind die &uuml;bergebenen Parameter fehlerhaft.
+</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/digitallibrary/pdf/wip.jsp	Fri Mar 06 11:06:21 2009 +0100
@@ -0,0 +1,14 @@
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+    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=ISO-8859-1">
+<meta http-equiv="refresh" content="10">
+<title>Work in progress ...</title>
+</head>
+<body>
+<h1>Bitte warten ...</h1>
+ihre Anfrage wird bearbeitet.  Der Download beginnt automatisch, sobald das Dokument fertig generiert ist. 
+</body>
+</html>