18
|
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 <!-- Beginning of JavaScript --------
|
|
9
|
107
|
10 // this.location = "http://"+location.host+"/docuserver/digitallibrary/digilib.jsp"+location.search;
|
|
11
|
|
12 this.location.replace(this.location.href.replace(/\.html/, ".jsp"));
|
18
|
13
|
|
14 // -- End of JavaScript code -------------- -->
|
107
|
15 </script>
|
18
|
16
|
|
17 <body>
|
|
18 <h1>Digital Library Redirect</h1>
|
|
19
|
107
|
20 <p>You should automatically be redirected to the Digital Library page.
|
|
21 (<tt>digilib.<b>jsp</b></tt>)</p>
|
18
|
22
|
107
|
23 <p>If this doesn't happen make shure JavaScript is enabled in your browser.
|
|
24 The Digital Library pages need JavaScript to work. If your problem still
|
|
25 remains, please contact the administrator.</p>
|
18
|
26
|
|
27 <hr>
|
|
28 <address>robert.casties@philo.unibe.ch</address>
|
|
29 </body> </html>
|