Mercurial > hg > digilib-old
diff client/digitallibrary/jquery/jquery-test-full.html @ 835:9fa078dcb493 jquery
predefine region content with a rel=
author | hertzhaft |
---|---|
date | Tue, 01 Mar 2011 17:12:25 +0100 |
parents | e4133946a9ad |
children | 47a6b93bde43 |
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html Tue Mar 01 01:31:26 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-full.html Tue Mar 01 17:12:25 2011 +0100 @@ -72,7 +72,7 @@ scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', showRegionNumbers : true, autoRegionLinks : false, - includeRegionContent : false + includeRegionContent : true }; var $div = $('div.digilib'); $div.digilib(opts); @@ -85,11 +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="keep regioncontent" title="area=0.1/0.1/0.4/0.1"> - <a href="http://www.mpiwg-berlin.mpg.de">MPI fuer Wissenschaftsgeschichte</a> - </div> - <div class="keep regioncontent" title="area=0.5/0.8/0.4/0.1"> - <a href="http://www.biblhertz.it">Bibliotheca Hertziana</a> + <div class="keep regioncontent"> + <a href="http://www.mpiwg-berlin.mpg.de" rel="area:0.1/0.1/0.4/0.1">MPI fuer Wissenschaftsgeschichte</a> + <a href="http://www.biblhertz.it" rel="area:0.5/0.8/0.4/0.1">Bibliotheca Hertziana</a> + <a rel="area:0.3/0.5/0.15/0.1" /> </div> </div> <div id="debug">DEBUG</div>