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

version 1.1, 2005/06/06 15:54:12 version 1.1.2.5, 2010/09/21 15:06:34
Line 0 Line 1
   <!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>
       <div id="wrapper">
       <div class="content">
         <div align="left" tal:define="imTag python:getattr(here,'tag',None)">
           <img tal:condition="imTag" tal:replace="structure python:imTag()">
         </div>
         <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>
   </html>

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


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