source: documentViewer/zpt/documentViewer_template.zpt @ 20:9884703dae70

Last change on this file since 20:9884703dae70 was 20:9884703dae70, checked in by dwinter, 18 years ago

new modi

File size: 585 bytes
Line 
1<html>
2<body>
3<tal:x tal:define="header python:here.headerFromIndexMeta(options['url'])">
4
5<b tal:content="python:header[0]"/>,<i tal:content="python:header[1]"/>,<i tal:content="python:header[2]"/>
6</tal:x>
7<table border="0" width="100%" height="100%">
8        <tr>
9                <td width="30%" valign="top">
10                <tal:x replace="structure python:here.thumbs(options['mode'],options['url'],options['start'])"/>
11                </td>
12                <td width="70%">
13                 <iframe height="100%" width="100%" tal:attributes="src python:here.image(options['mode'],options['url'],options['pn'])"/>
14                </td>
15                </tr>
16                </table>
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.