Annotation of ZSQLExtend/zpt/record2.xml, revision 1.1

1.1     ! dwinter     1: <?xml version="1.0" ?>
        !             2: <metadata  xmlns:tal="http://xml.zope.org/namespaces/tal" tal:define="founds python:here.ZSQLInlineSearch(storename='main',_table=here.tableName,_op_fn='bw',fn=here.REQUEST['fn'])">
        !             3: <span tal:replace="here/REQUEST/fn"/>
        !             4: <tal:block  tal:repeat="found founds">
        !             5: <dataset>
        !             6:    <author tal:content="python:getattr(found,'bildarchiv_artist_author','')"/>
        !             7:    <title tal:content="python:getattr(found,'bildarchiv_object_title','')"/>
        !             8: </dataset>
        !             9: </tal:block>
        !            10: </metadata>

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