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


Added mulitcolumn view

<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:here.getThumbFunction(thumb,'thumb')"/>
<span tal:replace="structure python:here.getThumbAttribute(thumb,'title')"/>
</a>
<br>
</span>
</body>
</html>

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