Mercurial > hg > digilib
comparison client/digitallibrary/jquery/jquery-test-embedded.html @ 845:a2b90ad772a0 jquery
why not use coords attribute for coords?
| author | hertzhaft |
|---|---|
| date | Mon, 07 Mar 2011 09:54:36 +0100 |
| parents | 76c23870ac0b |
| children | ca2c022a9baa |
comparison
equal
deleted
inserted
replaced
| 844:8aa2891583f1 | 845:a2b90ad772a0 |
|---|---|
| 64 <script type="text/javascript"> | 64 <script type="text/javascript"> |
| 65 $(document).ready(function(){ | 65 $(document).ready(function(){ |
| 66 var opts = { | 66 var opts = { |
| 67 interactionMode : 'embedded', | 67 interactionMode : 'embedded', |
| 68 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', | 68 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', |
| 69 showRegionNumbers : true, | 69 showRegionNumbers : false, |
| 70 autoRegionLinks : false | 70 autoRegionLinks : true |
| 71 }; | 71 }; |
| 72 var $div = $('div.digilib'); | 72 var $div = $('div.digilib'); |
| 73 $div.digilib(opts); | 73 $div.digilib(opts); |
| 74 | 74 |
| 75 // $('div.digilib').each(function(){ | 75 // $('div.digilib').each(function(){ |
| 97 | 97 |
| 98 <td> | 98 <td> |
| 99 <div id="digilib-3" class="digilib"> | 99 <div id="digilib-3" class="digilib"> |
| 100 <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> | 100 <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> |
| 101 <div class="keep regioncontent"> | 101 <div class="keep regioncontent"> |
| 102 <a href="http://www.mpiwg-berlin.mpg.de" rel="area:0.1/0.1/0.4/0.1">MPI fuer Wissenschaftsgeschichte</a> | 102 <a href="http://www.mpiwg-berlin.mpg.de" coords="0.1,0.1,0.4,0.1">MPI fuer Wissenschaftsgeschichte</a> |
| 103 <a href="http://www.biblhertz.it" rel="area:0.5/0.8/0.4/0.1">Bibliotheca Hertziana</a> | 103 <a href="http://www.biblhertz.it" coords="0.5,0.8,0.4,0.1">Bibliotheca Hertziana</a> |
| 104 <a rel="area:0.3/0.5/0.15/0.1" /> | 104 <a coords="0.3,0.5,0.15,0.1" /> |
| 105 </div> | 105 </div> |
| 106 </div> | 106 </div> |
| 107 </td> | 107 </td> |
| 108 | 108 |
| 109 <td> | 109 <td> |
