|
|
| version 1.1.2.3, 2005/09/14 20:45:56 | 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 align="left"> | <div id="wrapper"> |
| <img tal:replace="structure python:here.tag()"> | <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> | </div> |
| <p tal:content="python:here.caption">J.-A.-D. Ingres: Mme Moitessier, 1856. ÌÐl/Lw. 120 x 92,1 cm. London, National Gallery.</p> | |
| </body> | </body> |
| </html> | </html> |