Annotation of ImageArchive/thumb2.zpt, revision 1.3

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

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