Mercurial > hg > digilib-old
view client/digitallibrary/digilib.html @ 166:6132c29ac9f9
Servlet Version 1.16b2 with new DigilibParameter code.
- more generic class for request parameters
- like already done for DiglibConfig
- changes in JSPs for new request stuff
- changes in ImageSize class so size=0 is "wildcard"
- missing dw and dh parameters now treated as wildcards
- changed package name in imageinfo class
author | robcast |
---|---|
date | Wed, 29 Oct 2003 22:45:51 +0100 |
parents | 1e80635e3f8c |
children |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>Digital Library Redirect</title> </head> <script LANGUAGE="JavaScript"> <!-- Beginning of JavaScript -------- // this.location = "http://"+location.host+"/docuserver/digitallibrary/digilib.jsp"+location.search; this.location.replace(this.location.href.replace(/\.html/, ".jsp")); // -- End of JavaScript code -------------- --> </script> <body> <h1>Digital Library Redirect</h1> <p>You should automatically be redirected to the Digital Library page. (<tt>digilib.<b>jsp</b></tt>)</p> <p>If this doesn't happen make shure JavaScript is enabled in your browser. The Digital Library pages need JavaScript to work. If your problem still remains, please contact the administrator.</p> <hr> <address>robert.casties@philo.unibe.ch</address> </body> </html>