Mercurial > hg > digilib-old
diff client/digitallibrary/jquery/jquery-test-full.html @ 823:8af71d9d830b jquery
fixed automatic region links and region content
author | hertzhaft |
---|---|
date | Wed, 23 Feb 2011 02:06:41 +0100 |
parents | eff74cfaaf97 |
children | e4133946a9ad |
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html Wed Feb 23 01:49:22 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-full.html Wed Feb 23 02:06:41 2011 +0100 @@ -70,7 +70,8 @@ var opts = { interactionMode : 'fullscreen', scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', - showRegionNumbers : true, + showRegionNumbers : false, + autoRegionLinks : false, includeRegionContent : true }; var $div = $('div.digilib'); @@ -84,10 +85,10 @@ <div id="digilib-1" class="digilib"> <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> - <div class="regioncontent" title="0.1/0.1/0.2/0.2"> + <div class="keep regioncontent" title="0.1/0.1/0.4/0.1"> <a href="http://www.mpiwg-berlin.mpg.de">MPI fuer Wissenschaftsgeschichte</a> </div> - <div class="regioncontent" title="0.8/0.8/0.9/0.9"> + <div class="keep regioncontent" title="0.5/0.8/0.4/0.1"> <a href="http://www.biblhertz.it">Bibliotheca Hertziana</a> </div> </div>