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

1.1       dwinter     1: <html>
                      2: <body>
1.2     ! dwinter     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%">
1.1       dwinter     8:    <tr>
1.2     ! dwinter     9:        <td width="30%" valign="top">
1.1       dwinter    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>

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