Annotation of ImageArchive/thumbselected.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2: <body>
                      3: <!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
                      4: <span tal:repeat="thumb here/show_selected_thumbs">
                      5: 
                      6: <a tal:attributes="id thumb;href python:here.absolute_url()+'?filename='+thumb" target="_top">
1.2     ! dwinter     7: <span tal:replace="structure python:here.getThumbFunction(thumb,'thumb')"/>
        !             8: <span tal:replace="structure python:here.getThumbAttribute(thumb,'title')"/>
1.1       dwinter     9: </a>
                     10: <br>
                     11: </span>
                     12: </body>
                     13: </html>

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