annotate zpt/documentViewer_template.zpt @ 19:b337f4cd3b9d

fist
author dwinter
date Sun, 18 Dec 2005 13:35:02 +0100
parents 99f6bd1a797f
children 9884703dae70
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
dwinter
parents:
diff changeset
1 <html>
dwinter
parents:
diff changeset
2 <body>
dwinter
parents:
diff changeset
3 <table border="0" width="100%">
dwinter
parents:
diff changeset
4 <tr>
dwinter
parents:
diff changeset
5 <td width="30%">
dwinter
parents:
diff changeset
6 <tal:x replace="structure python:here.thumbs(options['mode'],options['url'],options['start'])"/>
dwinter
parents:
diff changeset
7 </td>
dwinter
parents:
diff changeset
8 <td width="70%">
dwinter
parents:
diff changeset
9 <iframe height="100%" width="100%" tal:attributes="src python:here.image(options['mode'],options['url'],options['pn'])"/>
dwinter
parents:
diff changeset
10 </td>
dwinter
parents:
diff changeset
11 </tr>
dwinter
parents:
diff changeset
12 </table>
dwinter
parents:
diff changeset
13 </body>
dwinter
parents:
diff changeset
14 </html>