File:  [Repository] / ImageArchive / Attic / thumbselected.zpt.~1.1.1.1.~
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>
<!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
<span tal:repeat="thumb here/show_selected_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>