view webapp/src/main/webapp/digilib.jsp @ 1155:3e54aadb5b96

new versions of digilib.html and .jsp.
author robcast
date Fri, 22 Feb 2013 17:21:41 +0100
parents
children de9c762ef86b
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>Digital Library Redirect</title>
</head>

<script LANGUAGE="JavaScript">

<!-- Beginning of JavaScript --------

this.location.replace(this.location.href.replace(/digilib\.jsp/, "digilib.html"));

// -- End of JavaScript code -------------- -->
</script>

<body>
<h1>Digital Library Redirect</h1>

<p>You should automatically be redirected to the Digital Library page.
    (<tt>digilib.<b>html</b></tt>)</p>

<p>If this doesn't happen make sure JavaScript is enabled in your browser. 
    The Digital Library pages need JavaScript to work. If your problem still 
    remains, please contact the administrator.</p>

<hr>
<address>robcast@berlios.de</address>
</body> 
</html>