Diff for /MPIWGWeb/zpt/Attic/projectImageView.zpt between versions 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2005/06/08 20:00:16 version 1.1.2.3, 2005/09/14 20:45:56
Line 1 Line 1
 <html>  <html>
 <body>  <body>
  <div tal:condition="python:hasattr(here,'imageURL')" align="left">   <div align="left">
     <img tal:attributes="src python:here.imageURL">      <img tal:replace="structure python:here.tag()">
   </div>    </div>
   <p tal:condition="python:hasattr(here,'imagecap')" tal:content="python:here.imagecap">J.-A.-D. Ingres: Mme Moitessier, 1856. ÌÐl/Lw. 120 x 92,1 cm. London, National Gallery.</p>    <p tal:content="python:here.caption">J.-A.-D. Ingres: Mme Moitessier, 1856. ÌÐl/Lw. 120 x 92,1 cm. London, National Gallery.</p>
 </body>  </body>
 </html>  </html>

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>