File:  [Repository] / ImageArchive / zpt / thumbselected2.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Jul 6 16:37:01 2005 UTC (18 years, 10 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor

<html>
<body>
<!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
<tal:block tal:condition="python:here.show_thumbs_selected_rows(3)">
<table border="1">
<tr tal:repeat="i python:here.show_thumbs_selected_rows(3)">

  <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
  <a tal:attributes="id python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]+'&showall='+here.REQUEST.SESSION.get('showall','no')" target="_top">
  <table>
	<tr><td>
		<span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumb')"/>
	</td></tr>
	<tr><td>
		<span tal:replace="structure python:here.getThumbAttribute(thumb[0],'title')"/>
	</td></tr>
	 <tr><td>
		(Lfd. Nr. <span tal:replace="structure python:thumb[1]"/><span tal:condition="python:int(thumb[2])>1" tal:replace="python:',%s pages'%thumb[2]"/>)
	</td></tr>
  </table>
</a>
  </td>
</tr>
</table>
</tal:block>
<tal:block tal:condition="not:python:here.show_thumbs_selected_rows(3)">
<b>Sorry, I lost your selection. You have to select the files from the database again.</b>
</tal:block>
</body>
</html>

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