Annotation of ImageArchive/zpt/thumbselected.zpt, revision 1.2
1.1 dwinter 1: <html>
2: <body>
3: <!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
1.2 ! dwinter 4: <table border="1">
! 5: <tr tal:repeat="i python:here.show_thumbs_selected_rows(3)">
1.1 dwinter 6:
1.2 ! dwinter 7: <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
! 8: <a tal:attributes="id python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]" target="_top">
! 9: <table>
! 10: <tr><td>
! 11: <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumb')"/>
! 12: </td></tr>
! 13: <tr><td>
! 14: <span tal:replace="structure python:here.getThumbAttribute(thumb[0],'title')"/>
! 15: </td></tr>
! 16: <tr><td>
! 17: (Lfd. Nr. <span tal:replace="structure python:thumb[1]"/><span tal:condition="python:int(thumb[2])>1" tal:replace="python:',%s pages'%thumb[2]"/>)
! 18: </td></tr>
! 19: </table>
1.1 dwinter 20: </a>
1.2 ! dwinter 21: </td>
! 22: </tr>
! 23: </table>
1.1 dwinter 24: </body>
25: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>