annotate client/digitallibrary/digilib.html @ 103:b04d96fd308f vendor start

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