Annotation of MPIWGWeb/zpt/projectImageView.zpt, revision 1.1.2.5

1.1.2.5 ! casties     1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
        !             2:     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        !             3: <html xmlns="http://www.w3.org/1999/xhtml">
        !             4:   <head>
        !             5:     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        !             6:     <title tal:content="here/title_or_id"/>
        !             7:     <link rel="stylesheet" type="text/css" href="http://www.mpiwg-berlin.mpg.de/en/mpiwg.css" />
        !             8:     <link rel="shortcut icon" href="http://www.mpiwg-berlin.mpg.de/favicon.ico" />
        !             9:   </head>
        !            10:   <body>
        !            11:     <div id="wrapper">
        !            12:     <div class="content">
        !            13:       <div align="left" tal:define="imTag python:getattr(here,'tag',None)">
        !            14:         <img tal:condition="imTag" tal:replace="structure python:imTag()">
        !            15:       </div>
        !            16:       <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>
        !            17:     </div>
        !            18:     </div>
        !            19:   </body>
1.1.2.1   dwinter    20: </html>

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