annotate client/digitallibrary/pdf/wip.jsp @ 544:5ff500d6812a
digilibPDF
more steps towards more standard java.util.concurrent design
author |
robcast |
date |
Thu, 14 Oct 2010 20:47:31 +0200 |
parents |
a370e72f2179 |
children |
0885f5ca5b24 |
rev |
line source |
504
|
1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
|
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=ISO-8859-1">
|
|
7 <meta http-equiv="refresh" content="10">
|
|
8 <title>Work in progress ...</title>
|
|
9 </head>
|
|
10 <body>
|
|
11 <h1>Bitte warten ...</h1>
|
|
12 ihre Anfrage wird bearbeitet. Der Download beginnt automatisch, sobald das Dokument fertig generiert ist.
|
|
13 </body>
|
|
14 </html>
|