File:  [Repository] / ImageArchive / zpt / thumbselected2.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Fri Mar 18 14:28:00 2005 UTC (19 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minorCVS: ----------------------------------------------------------------------

    1: <html>
    2: <body>
    3: <!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
    4: <tal:block tal:condition="python:here.show_thumbs_selected_rows(3)">
    5: <table border="1">
    6: <tr tal:repeat="i python:here.show_thumbs_selected_rows(3)">
    7: 
    8:   <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
    9:   <a tal:attributes="id python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]" target="_top">
   10:   <table>
   11: 	<tr><td>
   12: 		<span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumb')"/>
   13: 	</td></tr>
   14: 	<tr><td>
   15: 		<span tal:replace="structure python:here.getThumbAttribute(thumb[0],'title')"/>
   16: 	</td></tr>
   17: 	 <tr><td>
   18: 		(Lfd. Nr. <span tal:replace="structure python:thumb[1]"/><span tal:condition="python:int(thumb[2])>1" tal:replace="python:',%s pages'%thumb[2]"/>)
   19: 	</td></tr>
   20:   </table>
   21: </a>
   22:   </td>
   23: </tr>
   24: </table>
   25: </tal:block>
   26: <tal:block tal:condition="not:python:here.show_thumbs_selected_rows(3)">
   27: <b>Sorry, I lost your selection. You have to select the files from the database again.</b>
   28: </tal:block>
   29: </body>
   30: </html>

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