File:  [Repository] / ImageArchive / zpt / thumbs.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 19:37:15 2004 UTC (20 years, 2 months ago) by dwinter
Branches: dwinter, MAIN
CVS tags: first, HEAD
zpt order neu

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