Annotation of ImageArchive/thumb2.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <table>
        !             4: <tr tal:repeat="i python:here.show_thumbs_rows(3)">
        !             5:   <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
        !             6:    <a tal:attributes="id thumb;href python:here.absolute_url()+'?filename='+thumb" target="_top">
        !             7:    <span tal:replace="structure python:getattr(getattr(here,thumb),'thumb')()"/><br/>
        !             8:    <span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>
        !             9:    </a>
        !            10:   </td>
        !            11: </tr>
        !            12: </table>
        !            13: </body>
        !            14: </html>

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