Annotation of ImageArchive/thumbselected2.zpt, revision 1.2

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

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