Mercurial > hg > digilib
comparison client/digitallibrary/jquery/jquery-test-full.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 | a43810d16ee5 |
comparison
equal
deleted
inserted
replaced
844:8aa2891583f1 | 845:a2b90ad772a0 |
---|---|
82 | 82 |
83 <body> | 83 <body> |
84 | 84 |
85 <div id="digilib-1" class="digilib"> | 85 <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" /> | 86 <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> |
87 <div class="keep regioncontent"> | 87 <div class="keep regioncontent"> |
88 <a href="http://www.mpiwg-berlin.mpg.de" rel="area:0.1/0.1/0.4/0.1">MPI fuer Wissenschaftsgeschichte</a> | 88 <a href="http://www.mpiwg-berlin.mpg.de" coords="0.1,0.1,0.4,0.1">MPI fuer Wissenschaftsgeschichte</a> |
89 <a href="http://www.biblhertz.it" rel="area:0.5/0.8/0.4/0.1">Bibliotheca Hertziana</a> | 89 <a href="http://www.biblhertz.it" coords="0.5,0.8,0.4,0.1">Bibliotheca Hertziana</a> |
90 <a rel="area:0.3/0.5/0.15/0.1" /> | 90 <a coords="0.3,0.5,0.15,0.1" /> |
91 </div> | 91 </div> |
92 </div> | 92 </div> |
93 <div id="debug">DEBUG</div> | 93 <div id="debug">DEBUG</div> |
94 </body> | 94 </body> |
95 </html> | 95 </html> |
96 | 96 |