Annotation of ImageArchive/thumbselected.zpt, revision 1.1.1.1

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">
                      7: <span tal:replace="structure python:getattr(getattr(here,thumb),'thumb')()"/>
                      8: <span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>
                      9: </a>
                     10: <br>
                     11: </span>
                     12: </body>
                     13: </html>

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