comparison client/digitallibrary/digilib.html @ 107:85126da2ae21 vendor start

XUL: Digilib Buttons in chrome
author engler
date Tue, 13 May 2003 21:02:22 +0200
parents f80cc302cad8
children
comparison
equal deleted inserted replaced
105:ecee3ff2f4d0 107:85126da2ae21
3 <head> 3 <head>
4 <title>Digital Library Redirect</title> 4 <title>Digital Library Redirect</title>
5 </head> 5 </head>
6 6
7 <script LANGUAGE="JavaScript"> 7 <script LANGUAGE="JavaScript">
8
9 <!-- Beginning of JavaScript -------- 8 <!-- Beginning of JavaScript --------
10 9
11 this.location = "http://"+location.host+"/docuserver/digitallibrary/digilib.jsp"+location.search; 10 // this.location = "http://"+location.host+"/docuserver/digitallibrary/digilib.jsp"+location.search;
11
12 this.location.replace(this.location.href.replace(/\.html/, ".jsp"));
12 13
13 // -- End of JavaScript code -------------- --> 14 // -- End of JavaScript code -------------- -->
15 </script>
14 16
15 </SCRIPT>
16 <body> 17 <body>
17 <h1>Digital Library Redirect</h1> 18 <h1>Digital Library Redirect</h1>
18 19
19 <p>You should automatically be redirected to the Digital Library page.</p> 20 <p>You should automatically be redirected to the Digital Library page.
21 (<tt>digilib.<b>jsp</b></tt>)</p>
20 22
21 <p>If this doesn't happen please <a href="digilib.jsp">click here</a>.</p> 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>
22 26
23 <hr> 27 <hr>
24 <address>robert.casties@philo.unibe.ch</address> 28 <address>robert.casties@philo.unibe.ch</address>
25 </body> </html> 29 </body> </html>