annotate client/digitallibrary/pdf/wip.jsp @ 643:c108607e1bc0 jquery

zoomin and -out works now gotopage resets (some) parameters reload takes changed parameters (to put in url) getParamString omits parameters with default values (for shorter urls)
author robcast
date Wed, 19 Jan 2011 20:03:44 +0100
parents 0885f5ca5b24
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
557
0885f5ca5b24 more refactoring and rearranging
robcast
parents: 504
diff changeset
1 <%@ page language="java" contentType="text/html; charset=UTF-8"
504
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
2 pageEncoding="ISO-8859-1"%>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
4 <html>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
5 <head>
557
0885f5ca5b24 more refactoring and rearranging
robcast
parents: 504
diff changeset
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
504
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
7 <meta http-equiv="refresh" content="10">
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
8 <title>Work in progress ...</title>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
9 </head>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
10 <body>
557
0885f5ca5b24 more refactoring and rearranging
robcast
parents: 504
diff changeset
11 <h1>Please wait ...</h1>
0885f5ca5b24 more refactoring and rearranging
robcast
parents: 504
diff changeset
12 your request is being processed. The download starts automatically when the document is finished.
504
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
13 </body>
a370e72f2179 added JSPs for PDF services
cmielack
parents:
diff changeset
14 </html>