File:  [Repository] / MPIWGWeb / zpt / Attic / projectImageView.zpt
Revision 1.1.2.5: download - view: text, annotated - select for diffs - revision graph
Tue Sep 21 15:06:34 2010 UTC (13 years, 9 months ago) by casties
Branches: r2
added stylesheet and structure to project image view

<!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>

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