File:  [Repository] / ImageArchive / Attic / thumb2.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Dec 3 15:52:59 2003 UTC (20 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD

Addition to last checkin

<html>
<body>
<table>
<tr tal:repeat="i python:here.show_thumbs_rows(3)">
  <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
	<a tal:attributes="id thumb;href python:here.absolute_url()+'?filename='+thumb" target="_top">
	<span tal:replace="structure python:getattr(getattr(here,thumb),'thumb')()"/><br/>
	<span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>
	</a>
  </td>
</tr>
</table>
</body>
</html>

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