annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
2 <html>
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
3 <head>
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
4 <title>Digital Library Redirect</title>
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
5 </head>
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
6
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
7 <script LANGUAGE="JavaScript">
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
8 <!-- Beginning of JavaScript --------
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
9
107
85126da2ae21 XUL: Digilib Buttons in chrome
engler
parents: 18
diff changeset
10 // this.location = "http://"+location.host+"/docuserver/digitallibrary/digilib.jsp"+location.search;
85126da2ae21 XUL: Digilib Buttons in chrome
engler
parents: 18
diff changeset
11
85126da2ae21 XUL: Digilib Buttons in chrome
engler
parents: 18
diff changeset
12 this.location.replace(this.location.href.replace(/\.html/, ".jsp"));
18
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
13
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
14 // -- End of JavaScript code -------------- -->
107
85126da2ae21 XUL: Digilib Buttons in chrome
engler
parents: 18
diff changeset
15 </script>
18
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
16
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
17 <body>
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
18 <h1>Digital Library Redirect</h1>
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
19
107
85126da2ae21 XUL: Digilib Buttons in chrome
engler
parents: 18
diff changeset
20 <p>You should automatically be redirected to the Digital Library page.
85126da2ae21 XUL: Digilib Buttons in chrome
engler
parents: 18
diff changeset
21 (<tt>digilib.<b>jsp</b></tt>)</p>
18
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
22
107
85126da2ae21 XUL: Digilib Buttons in chrome
engler
parents: 18
diff changeset
23 <p>If this doesn't happen make shure JavaScript is enabled in your browser.
85126da2ae21 XUL: Digilib Buttons in chrome
engler
parents: 18
diff changeset
24 The Digital Library pages need JavaScript to work. If your problem still
85126da2ae21 XUL: Digilib Buttons in chrome
engler
parents: 18
diff changeset
25 remains, please contact the administrator.</p>
18
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
26
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
27 <hr>
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
28 <address>robert.casties@philo.unibe.ch</address>
f80cc302cad8 First import of client module
robcast
parents:
diff changeset
29 </body> </html>