Diff for /OSAS/OSA_system/zpt/index_meta.zpt between versions 1.6 and 1.7

version 1.6, 2006/08/17 14:47:59 version 1.7, 2006/08/17 17:19:05
Line 9 Line 9
     <derived-from tal:condition="python:add_metadata['derived-from']">      <derived-from tal:condition="python:add_metadata['derived-from']">
       <archive-path tal:content="python:add_metadata['derived-from'].decode('utf-8')"/>        <archive-path tal:content="python:add_metadata['derived-from'].decode('utf-8')"/>
     </derived-from>      </derived-from>
       <meta tal:condition="python:len(here.metadataprint)>0">
           <bib type="XX" tal:attributes="type python:here.reftype">
            <span tal:replace="structure python:here.metadataprint.decode('utf-8')"/> 
           </bib>
     <access-conditions tal:condition="python:add_metadata['access-type']">      <access-conditions tal:condition="python:add_metadata['access-type']">
       <access tal:condition="python:add_metadata['access-type']=='free'" type="free"/>        <access tal:condition="python:add_metadata['access-type']=='free'" type="free"/>
       <access tal:condition="python:add_metadata['access-type']!='free'" type="institution">        <access tal:condition="python:add_metadata['access-type']!='free'" type="institution">
         <name tal:content="python:add_metadata['access-type'].decode('utf-8')"/>          <name tal:content="python:add_metadata['access-type'].decode('utf-8')"/>
       </access>        </access>
     </access-conditions>      </access-conditions>
     <meta tal:condition="python:len(here.metadataprint)>0">  
         <bib type="XX" tal:attributes="type python:here.reftype">  
          <span tal:replace="structure python:here.metadataprint.decode('utf-8')"/>   
         </bib>  
     </meta>      </meta>
 </resource>  </resource>

Removed from v.1.6  
changed lines
  Added in v.1.7


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