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

1.1     ! dwinter     1: <span tal:replace="structure here/REQUEST/SESSION/string"/>
        !             2: <tal:block tal:repeat="foundMDtmp python:here.ZSQLInlineSearch(_table='vision_images',filename=here.filename.split('.')[0],_op_filename='ct')">
        !             3: <tal:block tal:repeat="foundMD python:here.ZSQLInlineSearch(_table='vision_main',id_image=foundMDtmp.id,_op_id_image='eq')">
        !             4: <table>
        !             5: <tr>
        !             6:  <td tal:content="foundMD/artist_author"/>
        !             7: </tr>
        !             8: <tr>
        !             9:  <td tal:content="foundMD/object_title"/>
        !            10: </tr>
        !            11: <tr>
        !            12:  <td tal:content="foundMD/inscription"/>
        !            13: </tr>
        !            14: </table>
        !            15: </tal:block>
        !            16: </tal:block>

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