diff client/digitallibrary/pdf/wip.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
line wrap: on
line diff
--- a/client/digitallibrary/pdf/wip.jsp	Thu Dec 16 17:02:34 2010 +0100
+++ b/client/digitallibrary/pdf/wip.jsp	Thu Dec 16 21:19:11 2010 +0100
@@ -1,14 +1,14 @@
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+<%@ 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=ISO-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <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. 
+<h1>Please wait ...</h1>
+your request is being processed. The download starts automatically when the document is finished. 
 </body>
 </html>