File:  [Repository] / ImageArchive / zpt / thumbMD.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue May 16 10:28:09 2006 UTC (18 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
new version with metadata (not compatible with the old one)

<span tal:replace="structure here/REQUEST/SESSION/string"/>
<tal:block tal:define="foundMD python:here.ZSQLInlineSearchU(_table=here.imageCollectionConfig.getTable(),filename=here.filename.split('.')[0],_op_filename='ct')">
<table>
<tr tal:repeat="field python:here.imageCollectionConfig.getFields().keys()">
 <td tal:content="python:getattr(foundMD,field)"/>
</tr>

</table>
</tal:block>

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