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

version 1.1.2.3, 2005/09/14 20:45:56 version 1.1.2.4, 2005/11/23 11:08:41
Line 1 Line 1
 <html>  <html>
 <body>  <body>
  <div align="left">   <div align="left" tal:define="imTag python:getattr(here,'tag',None)">
     <img tal:replace="structure python:here.tag()">      <img tal:condition="imTag" tal:replace="structure python:imTag()">
   </div>    </div>
   <p tal:content="python:here.caption">J.-A.-D. Ingres: Mme Moitessier, 1856. ÌÐl/Lw. 120 x 92,1 cm. London, National Gallery.</p>    <p tal:content="python:getattr(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.3  
changed lines
  Added in v.1.1.2.4


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