Mercurial > hg > digilib
changeset 1201:fda178f73c3f
compatibility with old digicat.jsp links.
author | robcast |
---|---|
date | Thu, 18 Jul 2013 19:23:00 +0200 |
parents | 80f9d685c890 |
children | ea2b8c49545f |
files | webapp/src/main/webapp/digicat.jsp |
diffstat | 1 files changed, 31 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webapp/src/main/webapp/digicat.jsp Thu Jul 18 19:23:00 2013 +0200 @@ -0,0 +1,31 @@ +<!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 = "http://"+location.host+"/docuserver/digitallibrary/digicat.jsp"+location.search; + +this.location.replace(this.location.href.replace(/digicat\.jsp/, "oldskin/digicat.jsp")); + +// -- End of JavaScript code -------------- --> +</script> + +<body> +<h1>Digital Library Redirect</h1> + +<p>You should automatically be redirected to the Digital Library page. + (<tt>digicat.<b>jsp</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>