annotate zpt/project/image/projectImageView.zpt @ 146:fc2480e1f30f

more style
author casties
date Fri, 31 May 2013 21:15:32 +0200
parents 63184d71c014
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
65
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml">
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
4 <head>
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
6 <title tal:content="here/title_or_id"/>
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
7 <link rel="stylesheet" type="text/css" href="http://www.mpiwg-berlin.mpg.de/en/mpiwg.css" />
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
8 <link rel="shortcut icon" href="http://www.mpiwg-berlin.mpg.de/favicon.ico" />
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
9 </head>
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
10 <body>
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
11 <div id="wrapper">
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
12 <div class="content">
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
13 <div align="left" tal:define="imTag python:getattr(here,'tag',None)">
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
14 <img tal:condition="imTag" tal:replace="structure python:imTag()">
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
15 </div>
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
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>
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
17 </div>
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
18 </div>
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
19 </body>
63184d71c014 lots of cleaning up.
casties
parents:
diff changeset
20 </html>