comparison client/digitallibrary/digilib.html @ 20:d407cb901df4

Initial revision
author robcast
date Thu, 17 Jan 2002 15:29:55 +0100
parents
children 1e80635e3f8c
comparison
equal deleted inserted replaced
1:0ff3ede32060 20:d407cb901df4
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <html>
3 <head>
4 <title>Digital Library Redirect</title>
5 </head>
6
7 <script LANGUAGE="JavaScript">
8
9 <!-- Beginning of JavaScript --------
10
11 this.location = "http://"+location.host+"/docuserver/digitallibrary/digilib.jsp"+location.search;
12
13 // -- End of JavaScript code -------------- -->
14
15 </SCRIPT>
16 <body>
17 <h1>Digital Library Redirect</h1>
18
19 <p>You should automatically be redirected to the Digital Library page.</p>
20
21 <p>If this doesn't happen please <a href="digilib.jsp">click here</a>.</p>
22
23 <hr>
24 <address>robert.casties@philo.unibe.ch</address>
25 </body> </html>