File:  [Repository] / ImageArchive / zpt / thumbselected2.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Nov 11 19:12:39 2004 UTC (19 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added download of sets and ids

    1: <html>
    2: <body>
    3: <!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
    4: <table border="1">
    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:   <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>
   20: </a>
   21:   </td>
   22: </tr>
   23: </table>
   24: </body>
   25: </html>

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