source: documentViewer/zpt/documentViewer_template.zpt @ 18:fb86ce30a997

Last change on this file since 18:fb86ce30a997 was 17:99f6bd1a797f, checked in by dwinter, 18 years ago

fist

File size: 364 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.