Diff for /ZSQLExtend/zpt/record.rdf between versions 1.1 and 1.2

version 1.1, 2005/01/12 19:13:34 version 1.2, 2005/01/22 19:06:33
Line 4  xmlns:cdli="http://www.mpiwg-berlin.mpg. Line 4  xmlns:cdli="http://www.mpiwg-berlin.mpg.
   
   <tal:block tal:define="founds python:here.ZSQLFind(storename='main',_table='cdli_cat')" tal:repeat="found founds">    <tal:block tal:define="founds python:here.ZSQLFind(storename='main',_table='cdli_cat')" tal:repeat="found founds">
   <tal:block tal:define="found2 python:here.ZSQLInlineSearchU(_table='cdli_imglist',_id_text=found.id_text);fields python:here.findTagsFromMapping('cdli')">    <tal:block tal:define="found2 python:here.ZSQLInlineSearchU(_table='cdli_imglist',_id_text=found.id_text);fields python:here.findTagsFromMapping('cdli')">
   <rdf:Description tal:attributes="rdf:about python:found2.path_to_image">    <rdf:Description tal:attributes="rdf:about python:'http://xserve02.mpiwg-berlin.mpg.de:8880/cdlineu/cdli_coll/cdli2/cdli_templates/cdli_templates/textdisplay.html?-table=cdli_cat&id_text=%s'%found2.id_text">
   
 <entry tal:repeat="field python:fields[1]"  tal:replace="structure python:here.createRDFTag(here.getFieldLabel(fields,field),here.getFieldValue(found,field))"/>      <entry tal:repeat="field python:fields[1]"  tal:replace="structure python:here.createRDFTag(here.getFieldLabel(fields,field),here.getFieldValue(found,field))"/>    
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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