Diff for /OSAS/OSA_system/zpt/OSAS_StoreFiles.zpt between versions 1.4 and 1.6

version 1.4, 2004/04/15 21:30:42 version 1.6, 2004/06/18 14:25:03
Line 100 Line 100
                       
             </a>              </a>
         </span>          </span>
           <span tal:condition="python:here.isdigilib2(here.REQUEST['path'])&gt;0">
           &nbsp;&nbsp;&nbsp; <img src="images/Arrow_Right.gif">
           <a href="" tal:attributes="href python:here.REQUEST['URL1']+'/rescaleThumbs?path='+here.REQUEST['path']">
             <i>Rescale all Thumbs</i>
             </a>
           </span>
   
           <span tal:repeat="item python:tree.getTree(here.REQUEST['path'])">            <span tal:repeat="item python:tree.getTree(here.REQUEST['path'])">
         <span tal:condition="python:tree.isDirectory(here.REQUEST['path'],item)">          <span tal:condition="python:tree.isDirectory(here.REQUEST['path'],item)">
           <p>            <p>
Line 136 Line 143
             </span>              </span>
             <span tal:condition="python:here.isPresentation(here.REQUEST['path'],item)&gt;0">              <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'">                <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              <img src="images/Arrow_Right.gif" border="0">view presentation
               </a>                </a>
             </span>              </span>
   

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


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