Mercurial > hg > MPIWGWeb
view zpt/projectImageView.zpt @ 40:fd8e78bbc5ed
more work on projects.
new member template uses new getProjectsOfMember.
new isActiveMember in MPIWGStaffFolder.
author | casties |
---|---|
date | Fri, 26 Apr 2013 21:18:01 +0200 |
parents | bca61e893fcc |
children |
line wrap: on
line source
<!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>