Mercurial > hg > documentViewer
view zpt/documentViewer_template.zpt @ 19:b337f4cd3b9d
fist
author | dwinter |
---|---|
date | Sun, 18 Dec 2005 13:35:02 +0100 |
parents | 99f6bd1a797f |
children | 9884703dae70 |
line wrap: on
line source
<html> <body> <table border="0" width="100%"> <tr> <td width="30%"> <tal:x replace="structure python:here.thumbs(options['mode'],options['url'],options['start'])"/> </td> <td width="70%"> <iframe height="100%" width="100%" tal:attributes="src python:here.image(options['mode'],options['url'],options['pn'])"/> </td> </tr> </table> </body> </html>