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

version 1.1, 2004/05/26 07:57:21 version 1.2, 2008/11/13 14:35:53
Line 1 Line 1
 <resource   <?xml version="1.0" encoding="utf-8" ?>
    tal:define="fields python:here.findLabelsFromMapping(here.contentType);tags python:here.findTagsFromMapping(here.contentType); founds python:here.search(var='select * from vl_literature where reference=\''+here.resourceID+'\'')">  <resource  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+'\'')">
 <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]))"/>

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


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