Mercurial > hg > digilib-old
view client/digitallibrary/digicat.html @ 50:866e798e2bef
13.8.2002 - [different files] : roc
- changed all hardcoded occurrences of /docuserver/digitallibrary to
work relative or take the path from the request URL. Introduced a
variable baseURL to hold the URL path (up to digilib.jsp etc.). Now
it should be possible to install digilib in other directories.
- removed xerces.jar. It seems not necessary any more (JDK 1.3.1, Tomcat 4.0.4)
author | robcast |
---|---|
date | Thu, 15 Aug 2002 23:40:15 +0200 |
parents | d407cb901df4 |
children | aa63c2f1c3ca |
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/digicat.jsp"+location.search; // -- End of JavaScript code -------------- --> </SCRIPT> <body> <h1>Digital Library Redirect</h1> <p>You should automatically be redirected to the Digital Library page.</p> <p>If this doesn't happen please <a href="digicat.jsp">click here</a>.</p> <hr> <address>robert.casties@philo.unibe.ch</address> </body> </html>