view client/digitallibrary/digicat.html @ 486:a92f319aec1c

Servlet version 1.16.1 - now with absolute scaling: mo=ascale&scale=X - reworked scale factor and resolution selection so that absolute scale can use prescaled images (osize can do that too) ASSIGNED - # 23: display thumbnails with absolute scaling https://itgroup.mpiwg-berlin.mpg.de:8080/tracs/cdli/ticket/23
author robcast
date Sat, 12 May 2007 14:23:34 +0200
parents aa63c2f1c3ca
children
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 = "http://"+location.host+"/docuserver/digitallibrary/digicat.jsp"+location.search;

this.location.replace(this.location.href.replace(/\.html/, ".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 shure 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>robert.casties@philo.unibe.ch</address>
</body> </html>