Annotation of ECHO_content/vlp/index_meta.zpt, revision 1.3

1.2       dwinter     1: <?xml version="1.0" encoding="utf-8" ?>
1.3     ! dwinter     2: <resource  xmlns="http://www.mpiwg-berlin.mpg.de/ns/mpiwg" xmlns:tal="http://xml.zope.org/namespaces/tal"
1.2       dwinter     3:    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+'\'')">
1.3     ! dwinter     4: <meta>
1.1       dwinter     5: <bib tal:attributes="type here/contentType">
                      6: <span tal:omit-tag=""  tal:repeat="field python:fields[1]">
                      7: <span tal:replace="structure python:here.getBibTag(here.getFieldTag(tags,field),here.getValueFromClass(field,founds[0]))"/>
                      8: </span>
                      9: </bib>
1.3     ! dwinter    10: </meta>
1.1       dwinter    11: </resource>

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