Diff for /OSAS/OSA_system/zpt/OSAS_StoreFiles.zpt between versions 1.2 and 1.3

version 1.2, 2004/03/25 09:57:47 version 1.3, 2004/04/05 21:54:42
Line 123 Line 123
             </a>              </a>
               </span>                </span>
             <span tal:condition="python:here.isFullText(here.REQUEST['path'],item)&gt;0">              <span tal:condition="python:here.isFullText(here.REQUEST['path'],item)&gt;0">
                               <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+'/'+here.REQUEST['path']+'/'+item">
          <a href="" target="_blank" tal:attributes="href python:container.DigILibURL+'?'+here.changeName(here.REQUEST['path']+'/'+item)">              <img src="images/Arrow_Right.gif" border="0">full text
             <img src="images/Arrow_Right.gif" border="0">FULL TEXT                </a>
               </span>
               <span tal:condition="python:here.isPresentation(here.REQUEST['path'],item)&gt;0">
                 <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+here.REQUEST['path']+'/'+item+'/info.xml'">
               <img src="images/Arrow_Right.gif" border="0">presentation
             </a>              </a>
               </span>                </span>
   
             <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item)" href="metadata" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item">              <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item)" href="metadata" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item">
               <img border="0" src="images/Arrow_Right.gif">                <img border="0" src="images/Arrow_Right.gif">
               <font size="-1">                <font size="-1">

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


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