Annotation of OSAS/OSA_system/zpt/index_meta.zpt, revision 1.5

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">
1.3       dwinter     3:    <description tal:content="python:add_metadata['description'].decode('utf-8')">SHORT SOURCE DESCRIPTION</description>
                      4:    <archive-creation-date tal:content="python:add_metadata['archive-creation-date'].decode('utf-8')">CREATION DATE</archive-creation-date>
1.1       dwinter     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>
1.3       dwinter     7:    <creator tal:content="python:add_metadata['creator'].decode('utf-8')">CREATOR</creator>
1.4       casties     8:    <content-type tal:content="python:add_metadata['content-type'].decode('utf-8')">CONTENT</content-type>
1.5     ! casties     9:     <derived-from tal:condition="python:add_metadata['derived-from']">
        !            10:       <archive-path tal:content="python:add_metadata['derived-from'].decode('utf-8')"/>
1.4       casties    11:     </derived-from>
1.1       dwinter    12:    <meta tal:condition="python:len(here.metadataprint)>0">
                     13:        <bib type="XX" tal:attributes="type python:here.reftype">
1.2       dwinter    14:         <span tal:replace="structure python:here.metadataprint.decode('utf-8')"/> 
1.1       dwinter    15:        </bib>
                     16:    </meta>
                     17: </resource>

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