Diff for /OSAS/OSA_system/zpt/index_meta.zpt between versions 1.2 and 1.4

version 1.2, 2005/01/20 13:38:03 version 1.4, 2006/08/15 13:55:23
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" type="MPIWG" tal:define="global add_metadata here/REQUEST/SESSION/add_metadata">  <resource xmlns:tal="http://xml.zope.org/namespaces/tal" type="MPIWG" tal:define="global add_metadata here/REQUEST/SESSION/add_metadata">
     <description tal:content="python:add_metadata['description']">SHORT SOURCE DESCRIPTION</description>      <description tal:content="python:add_metadata['description'].decode('utf-8')">SHORT SOURCE DESCRIPTION</description>
     <archive-creation-date tal:content="python:add_metadata['archive-creation-date']">CREATION DATE</archive-creation-date>      <archive-creation-date tal:content="python:add_metadata['archive-creation-date'].decode('utf-8')">CREATION DATE</archive-creation-date>
     <name tal:content="python:add_metadata['folder_name']">FOLDER NAME</name>      <name tal:content="python:add_metadata['folder_name']">FOLDER NAME</name>
     <archive-path tal:content="python:add_metadata['archive-path']+'/'+add_metadata['folder_name']">ARCHIVE PATH</archive-path>      <archive-path tal:content="python:add_metadata['archive-path']+'/'+add_metadata['folder_name']">ARCHIVE PATH</archive-path>
     <creator tal:content="python:add_metadata['creator']">CREATOR</creator>      <creator tal:content="python:add_metadata['creator'].decode('utf-8')">CREATOR</creator>
     <content-type tal:content="python:add_metadata['content-type']">CREATOR</content-type>      <content-type tal:content="python:add_metadata['content-type'].decode('utf-8')">CONTENT</content-type>
       <derived-from tal:condition="python:add_metadata['content-type']">
         <archive-path tal:content="python:add_metadata['content-type'].decode('utf-8')"/>
       </derived-from>
     <meta tal:condition="python:len(here.metadataprint)>0">      <meta tal:condition="python:len(here.metadataprint)>0">
         <bib type="XX" tal:attributes="type python:here.reftype">          <bib type="XX" tal:attributes="type python:here.reftype">
          <span tal:replace="structure python:here.metadataprint.decode('utf-8')"/>            <span tal:replace="structure python:here.metadataprint.decode('utf-8')"/> 

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


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