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

rearrange sources to maven directory standard
author robcast
date Tue, 19 Apr 2011 18:44:25 +0200
parents client/digitallibrary/digilib.html@1e80635e3f8c
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 <!-- Beginning of JavaScript --------
9
10 // this.location = "http://"+location.host+"/docuserver/digitallibrary/digilib.jsp"+location.search;
11
12 this.location.replace(this.location.href.replace(/\.html/, ".jsp"));
13
14 // -- End of JavaScript code -------------- -->
15 </script>
16
17 <body>
18 <h1>Digital Library Redirect</h1>
19
20 <p>You should automatically be redirected to the Digital Library page.
21 (<tt>digilib.<b>jsp</b></tt>)</p>
22
23 <p>If this doesn't happen make shure JavaScript is enabled in your browser.
24 The Digital Library pages need JavaScript to work. If your problem still
25 remains, please contact the administrator.</p>
26
27 <hr>
28 <address>robert.casties@philo.unibe.ch</address>
29 </body> </html>