Diff for /ECHO_content/vlp/index_meta.zpt between versions 1.2 and 1.3

version 1.2, 2008/11/13 14:35:53 version 1.3, 2008/11/20 10:45:14
Line 1 Line 1
 <?xml version="1.0" encoding="utf-8" ?>  <?xml version="1.0" encoding="utf-8" ?>
 <resource  xmlns:tal="http://xml.zope.org/namespaces/tal"  <resource  xmlns="http://www.mpiwg-berlin.mpg.de/ns/mpiwg" xmlns:tal="http://xml.zope.org/namespaces/tal"
    tal:define="fields python:here.findLabelsFromMapping(here.contentType);tags python:here.findTagsFromMapping(here.contentType); founds python:here.ZSQLSimpleSearch('select * from vl_literature where reference=\''+here.resourceID+'\'')">     tal:define="fields python:here.findLabelsFromMapping(here.contentType);tags python:here.findTagsFromMapping(here.contentType); founds python:here.ZSQLSimpleSearch('select * from vl_literature where reference=\''+here.resourceID+'\'')">
   <meta>
 <bib tal:attributes="type here/contentType">  <bib tal:attributes="type here/contentType">
 <span tal:omit-tag=""  tal:repeat="field python:fields[1]">  <span tal:omit-tag=""  tal:repeat="field python:fields[1]">
 <span tal:replace="structure python:here.getBibTag(here.getFieldTag(tags,field),here.getValueFromClass(field,founds[0]))"/>  <span tal:replace="structure python:here.getBibTag(here.getFieldTag(tags,field),here.getValueFromClass(field,founds[0]))"/>
 </span>  </span>
 </bib>  </bib>
   </meta>
 </resource>  </resource>

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


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