File:  [Repository] / ImageArchive / zpt / thumbMD.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Jul 4 11:01:02 2005 UTC (19 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
zoglib added

<span tal:replace="structure here/REQUEST/SESSION/string"/>
<tal:block tal:repeat="foundMDtmp python:here.ZSQLInlineSearch(_table='vision_images',filename=here.filename.split('.')[0],_op_filename='ct')">
<tal:block tal:repeat="foundMD python:here.ZSQLInlineSearch(_table='vision_main',id_image=foundMDtmp.id,_op_id_image='eq')">
<table>
<tr>
 <td tal:content="foundMD/artist_author"/>
</tr>
<tr>
 <td tal:content="foundMD/object_title"/>
</tr>
<tr>
 <td tal:content="foundMD/inscription"/>
</tr>
</table>
</tal:block>
</tal:block>

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