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

<html>
<body>
<!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
<table>
<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 thumb;href python:here.absolute_url()+'/selection?filename='+thumb" target="_top">
<span tal:replace="structure python:here.getThumbFunction(thumb,'thumb')"/><br>
<span tal:replace="structure python:here.getThumbAttribute(thumb,'title')"/>
</a>
  </td>
</tr>
</table>
</body>
</html>

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