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

version 1.1.2.4, 2005/11/23 11:08:41 version 1.1.2.5, 2010/09/21 15:06:34
Line 1 Line 1
 <html>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       <title tal:content="here/title_or_id"/>
       <link rel="stylesheet" type="text/css" href="http://www.mpiwg-berlin.mpg.de/en/mpiwg.css" />
       <link rel="shortcut icon" href="http://www.mpiwg-berlin.mpg.de/favicon.ico" />
     </head>
 <body>  <body>
       <div id="wrapper">
       <div class="content">
  <div align="left" tal:define="imTag python:getattr(here,'tag',None)">   <div align="left" tal:define="imTag python:getattr(here,'tag',None)">
     <img tal:condition="imTag" tal:replace="structure python:imTag()">      <img tal:condition="imTag" tal:replace="structure python:imTag()">
   </div>    </div>
   <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>        <p tal:content="structure python:getattr(here,'caption','')">J.-A.-D. Ingres: Mme Moitessier, 1856. l/Lw. 120 x 92,1 cm. London, National Gallery.</p>
       </div>
       </div>
 </body>  </body>
 </html>  </html>

Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5


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