Annotation of ImageArchive/zpt/thumbMD.zpt, revision 1.4

1.4     ! dwinter     1: <span tal:replace="structure options/imageString"/>
1.2       dwinter     2: <tal:block tal:define="foundMD python:here.ZSQLInlineSearchU(_table=here.imageCollectionConfig.getTable(),filename=here.filename.split('.')[0],_op_filename='ct')">
                      3: 
1.4     ! dwinter     4: <tal:x tal:repeat="field python:here.imageCollectionConfig.getFields().keys()">
        !             5:  <p tal:content="python:getattr(foundMD,field,'')"/>
        !             6: </tal:x>
        !             7: 
1.1       dwinter     8: </tal:block>
1.4     ! dwinter     9: 

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