annotate client/digitallibrary/pdf/wip.jsp @ 619:a473998de5f8
jquery
'about' window has its own event handler
author |
hertzhaft |
date |
Mon, 17 Jan 2011 00:34:32 +0100 |
parents |
0885f5ca5b24 |
children |
|
rev |
line source |
557
|
1 <%@ page language="java" contentType="text/html; charset=UTF-8"
|
504
|
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>
|
557
|
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
504
|
7 <meta http-equiv="refresh" content="10">
|
|
8 <title>Work in progress ...</title>
|
|
9 </head>
|
|
10 <body>
|
557
|
11 <h1>Please wait ...</h1>
|
|
12 your request is being processed. The download starts automatically when the document is finished.
|
504
|
13 </body>
|
|
14 </html>
|