comparison client/src/main/webapp/digicat.html @ 892:ba1eb2d821a2 mvnify

rearrange sources to maven directory standard
author robcast
date Tue, 19 Apr 2011 18:44:25 +0200
parents client/digitallibrary/digicat.html@aa63c2f1c3ca
children
comparison
equal deleted inserted replaced
891:6584af320296 892:ba1eb2d821a2
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <html>
3 <head>
4 <title>Digital Library Redirect</title>
5 </head>
6
7 <script LANGUAGE="JavaScript">
8
9 <!-- Beginning of JavaScript --------
10
11 //this.location = "http://"+location.host+"/docuserver/digitallibrary/digicat.jsp"+location.search;
12
13 this.location.replace(this.location.href.replace(/\.html/, ".jsp"));
14
15 // -- End of JavaScript code -------------- -->
16
17 </SCRIPT>
18
19 <body>
20 <h1>Digital Library Redirect</h1>
21
22 <p>You should automatically be redirected to the Digital Library page.
23 (<tt>digicat.<b>jsp</b></tt>)</p>
24
25 <p>If this doesn't happen make shure JavaScript is enabled in your browser.
26 The Digital Library pages need JavaScript to work. If your problem still
27 remains, please contact the administrator.</p>
28
29 <hr>
30 <address>robert.casties@philo.unibe.ch</address>
31 </body> </html>