File:  [Repository] / ImageArchive / Attic / thumb2.zpt.~1.3.~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jan 6 15:44:41 2004 UTC (20 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
files for x times y view

<html>
<body>
<table>
<tr tal:repeat="i python:here.show_thumbs_rows(3)">
  <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
	<a tal:attributes="id thumb;href python:here.absolute_url()+'?filename='+thumb" target="_top">
	<span tal:replace="structure python:getattr(getattr(here,thumb),'thumb')()"/><br/>
	<span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>
	</a>
	<span tal:condition="python:hasattr(getattr(here,thumb),'meta')">
	<span tal:condition="not:python:getattr(here,thumb).getMeta()==None">
	<br>
	<a tal:attributes="href python:getattr(getattr(here,thumb),'getMeta')()" target="right">
 Meta</a>
	</span></span>
  </td>
</tr>
</table>
</body>
</html>

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