Mercurial > hg > digilib-old
comparison 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 |
comparison
equal
deleted
inserted
replaced
822:637e8b601763 | 823:8af71d9d830b |
---|---|
68 <script type="text/javascript"> | 68 <script type="text/javascript"> |
69 $(document).ready(function(){ | 69 $(document).ready(function(){ |
70 var opts = { | 70 var opts = { |
71 interactionMode : 'fullscreen', | 71 interactionMode : 'fullscreen', |
72 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', | 72 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', |
73 showRegionNumbers : true, | 73 showRegionNumbers : false, |
74 autoRegionLinks : false, | |
74 includeRegionContent : true | 75 includeRegionContent : true |
75 }; | 76 }; |
76 var $div = $('div.digilib'); | 77 var $div = $('div.digilib'); |
77 $div.digilib(opts); | 78 $div.digilib(opts); |
78 }); | 79 }); |
82 | 83 |
83 <body> | 84 <body> |
84 | 85 |
85 <div id="digilib-1" class="digilib"> | 86 <div id="digilib-1" class="digilib"> |
86 <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> | 87 <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> |
87 <div class="regioncontent" title="0.1/0.1/0.2/0.2"> | 88 <div class="keep regioncontent" title="0.1/0.1/0.4/0.1"> |
88 <a href="http://www.mpiwg-berlin.mpg.de">MPI fuer Wissenschaftsgeschichte</a> | 89 <a href="http://www.mpiwg-berlin.mpg.de">MPI fuer Wissenschaftsgeschichte</a> |
89 </div> | 90 </div> |
90 <div class="regioncontent" title="0.8/0.8/0.9/0.9"> | 91 <div class="keep regioncontent" title="0.5/0.8/0.4/0.1"> |
91 <a href="http://www.biblhertz.it">Bibliotheca Hertziana</a> | 92 <a href="http://www.biblhertz.it">Bibliotheca Hertziana</a> |
92 </div> | 93 </div> |
93 </div> | 94 </div> |
94 <div id="debug">DEBUG</div> | 95 <div id="debug">DEBUG</div> |
95 </body> | 96 </body> |