File:  [Repository] / ImageArchive / Attic / thumbselected.zpt
Revision 1.1.1.1 (vendor branch): 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: dwinter
CVS tags: alpha
erste version des ImageArchive Frontends


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