Mercurial > hg > documentViewer
annotate zpt/documentViewer_template.zpt @ 19:b337f4cd3b9d
fist
author | dwinter |
---|---|
date | Sun, 18 Dec 2005 13:35:02 +0100 |
parents | 99f6bd1a797f |
children | 9884703dae70 |
rev | line source |
---|---|
17 | 1 <html> |
2 <body> | |
3 <table border="0" width="100%"> | |
4 <tr> | |
5 <td width="30%"> | |
6 <tal:x replace="structure python:here.thumbs(options['mode'],options['url'],options['start'])"/> | |
7 </td> | |
8 <td width="70%"> | |
9 <iframe height="100%" width="100%" tal:attributes="src python:here.image(options['mode'],options['url'],options['pn'])"/> | |
10 </td> | |
11 </tr> | |
12 </table> | |
13 </body> | |
14 </html> |