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

<html>
<body>
<span tal:repeat="thumb here/show_thumbs">
<a tal:attributes="id thumb;href python:here.absolute_url()+'?filename='+thumb" target="_top">
<span tal:replace="structure python:getattr(getattr(here,thumb),'thumb')()"/>
<span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>
</a>

<br>
</span>
</body>
</html>

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