File:  [Repository] / ZSQLExtend / zpt / record2.xml
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Jul 19 17:32:57 2004 UTC (19 years, 10 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
missing files added

<?xml version="1.0" ?>
<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'])">
<span tal:replace="here/REQUEST/fn"/>
<tal:block  tal:repeat="found founds">
<dataset>
	<author tal:content="python:getattr(found,'bildarchiv_artist_author','')"/>
	<title tal:content="python:getattr(found,'bildarchiv_object_title','')"/>
</dataset>
</tal:block>
</metadata>

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