annotate client/digitallibrary/digicat.html @ 16:ab75d5fa326d vendor

First import of client module
author robcast
date Thu, 17 Jan 2002 15:29:52 +0100
parents 8c2596f85b73
children aa63c2f1c3ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
2 <html>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
3 <head>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
4 <title>Digital Library Redirect</title>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
5 </head>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
6
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
7 <script LANGUAGE="JavaScript">
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
8
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
9 <!-- Beginning of JavaScript --------
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
10
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
11 this.location = "http://"+location.host+"/docuserver/digitallibrary/digicat.jsp"+location.search;
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
12
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
13 // -- End of JavaScript code -------------- -->
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
14
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
15 </SCRIPT>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
16
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
17 <body>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
18 <h1>Digital Library Redirect</h1>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
19
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
20 <p>You should automatically be redirected to the Digital Library page.</p>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
21
8c2596f85b73 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>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
23
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
24 <hr>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
25 <address>robert.casties@philo.unibe.ch</address>
8c2596f85b73 First import of client module
robcast
parents:
diff changeset
26 </body> </html>