Annotation of OSAS/OSA_system/zpt/index_meta.zpt, revision 1.2
1.1 dwinter 1: <?xml version="1.0" encoding="UTF-8"?>
2: <resource xmlns:tal="http://xml.zope.org/namespaces/tal" type="MPIWG" tal:define="global add_metadata here/REQUEST/SESSION/add_metadata">
3: <description tal:content="python:add_metadata['description']">SHORT SOURCE DESCRIPTION</description>
4: <archive-creation-date tal:content="python:add_metadata['archive-creation-date']">CREATION DATE</archive-creation-date>
5: <name tal:content="python:add_metadata['folder_name']">FOLDER NAME</name>
6: <archive-path tal:content="python:add_metadata['archive-path']+'/'+add_metadata['folder_name']">ARCHIVE PATH</archive-path>
7: <creator tal:content="python:add_metadata['creator']">CREATOR</creator>
8: <content-type tal:content="python:add_metadata['content-type']">CREATOR</content-type>
9: <meta tal:condition="python:len(here.metadataprint)>0">
10: <bib type="XX" tal:attributes="type python:here.reftype">
1.2 ! dwinter 11: <span tal:replace="structure python:here.metadataprint.decode('utf-8')"/>
1.1 dwinter 12: </bib>
13: </meta>
14: </resource>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>