Diff for /OSAS/OSA_system/zpt/index_meta.zpt between versions 1.3 and 1.5

version 1.3, 2005/01/21 15:20:10 version 1.5, 2006/08/15 14:06:30
Line 5 Line 5
     <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'].decode('utf-8')">CREATOR</creator>      <creator tal:content="python:add_metadata['creator'].decode('utf-8')">CREATOR</creator>
     <content-type tal:content="python:add_metadata['content-type'].decode('utf-8')">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['derived-from']">
         <archive-path tal:content="python:add_metadata['derived-from'].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.3  
changed lines
  Added in v.1.5


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