File:  [Repository] / ImageArchive / zpt / thumbselected2.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 19:37:15 2004 UTC (20 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
Initial revision

    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: 
    9: <a tal:attributes="id thumb;href python:here.absolute_url()+'/selection?filename='+thumb" target="_top">
   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>