File:  [Repository] / ImageArchive / Attic / thumbselected2.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Dec 10 19:01:58 2003 UTC (20 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD

Navigation verändert auswahl wird jetzt beibehalten, nlaettern durch alle moeglich

<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>