Annotation of ImageArchive/zpt/thumbs.zpt, revision 1.1.1.1

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

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