annotate client/digitallibrary/digicat.html @ 107:85126da2ae21 vendor start

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