Mercurial > hg > digilib
annotate client/digitallibrary/pdf/wip.jsp @ 687:fc2bd9f8be17 jquery
COOOOKIES
author | hertzhaft |
---|---|
date | Thu, 27 Jan 2011 00:47:19 +0100 |
parents | 480c3553c8d2 |
children |
rev | line source |
---|---|
553 | 1 <%@ page language="java" contentType="text/html; charset=UTF-8" |
500 | 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> | |
553 | 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
500 | 7 <meta http-equiv="refresh" content="10"> |
8 <title>Work in progress ...</title> | |
9 </head> | |
10 <body> | |
553 | 11 <h1>Please wait ...</h1> |
12 your request is being processed. The download starts automatically when the document is finished. | |
500 | 13 </body> |
14 </html> |