Annotation of ImageArchive/thumb2.zpt, revision 1.2

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>
1.2     ! dwinter    10:    <span tal:condition="python:hasattr(getattr(here,thumb),'meta')">
        !            11:    <br>
        !            12:    <a tal:attributes="href python:getattr(getattr(here,thumb),'getMeta')()" target="right">
        !            13:  Meta</a>
        !            14:    </span>
1.1       dwinter    15:   </td>
                     16: </tr>
                     17: </table>
                     18: </body>
                     19: </html>

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