Annotation of documentViewer/zpt/documentViewer_template.zpt, revision 1.1

1.1     ! dwinter     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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>