annotate client/digitallibrary/digicat.html @ 16:270e1127c65f vendor

First import of client module
author robcast
date Thu, 17 Jan 2002 15:29:52 +0100
parents
children aa63c2f1c3ca
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
270e1127c65f First import of client module
robcast
parents:
diff changeset
11 this.location = "http://"+location.host+"/docuserver/digitallibrary/digicat.jsp"+location.search;
270e1127c65f First import of client module
robcast
parents:
diff changeset
12
270e1127c65f First import of client module
robcast
parents:
diff changeset
13 // -- End of JavaScript code -------------- -->
270e1127c65f First import of client module
robcast
parents:
diff changeset
14
270e1127c65f First import of client module
robcast
parents:
diff changeset
15 </SCRIPT>
270e1127c65f First import of client module
robcast
parents:
diff changeset
16
270e1127c65f First import of client module
robcast
parents:
diff changeset
17 <body>
270e1127c65f First import of client module
robcast
parents:
diff changeset
18 <h1>Digital Library Redirect</h1>
270e1127c65f First import of client module
robcast
parents:
diff changeset
19
270e1127c65f First import of client module
robcast
parents:
diff changeset
20 <p>You should automatically be redirected to the Digital Library page.</p>
270e1127c65f First import of client module
robcast
parents:
diff changeset
21
270e1127c65f First import of client module
robcast
parents:
diff changeset
22 <p>If this doesn't happen please <a href="digicat.jsp">click here</a>.</p>
270e1127c65f First import of client module
robcast
parents:
diff changeset
23
270e1127c65f First import of client module
robcast
parents:
diff changeset
24 <hr>
270e1127c65f First import of client module
robcast
parents:
diff changeset
25 <address>robert.casties@philo.unibe.ch</address>
270e1127c65f First import of client module
robcast
parents:
diff changeset
26 </body> </html>