Annotation of ZSQLExtend/zpt/record.rdf, revision 1.3

1.1       dwinter     1: <?xml version="1.0" encoding="UTF-8"?>
                      2: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
                      3: xmlns:cdli="http://www.mpiwg-berlin.mpg.de/schemas/cdli#" xmlns:tal="http://xml.zope.org/namespaces/tal">
                      4: 
                      5:   <tal:block tal:define="founds python:here.ZSQLFind(storename='main',_table='cdli_cat')" tal:repeat="found founds">
                      6:   <tal:block tal:define="found2 python:here.ZSQLInlineSearchU(_table='cdli_imglist',_id_text=found.id_text);fields python:here.findTagsFromMapping('cdli')">
1.3     ! dwinter     7:   <rdf:Description tal:define="text python:'http://xserve02.mpiwg-berlin.mpg.de:8880/cdlineu/cdli_coll/cdli2/cdli_templates/cdli_templates/textdisplay.html?-table=cdli_cat&amp;id_text='+found2.id_text" tal:attributes="rdf:about text">
1.1       dwinter     8: 
                      9: <entry tal:repeat="field python:fields[1]"  tal:replace="structure python:here.createRDFTag(here.getFieldLabel(fields,field),here.getFieldValue(found,field))"/>   
                     10: 
                     11: </rdf:Description>
                     12: </tal:block>
                     13: </tal:block>
                     14: </rdf:RDF>

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