Diff for /OSAS/OSA_system/Attic/OSAS_StoreFiles.zpt between versions 1.8 and 1.9

version 1.8, 2003/10/12 21:19:13 version 1.9, 2003/12/19 13:58:52
Line 73 Line 73
          <span tal:condition="python:fs.isdigilib(here.REQUEST['path'])&gt;0">           <span tal:condition="python:fs.isdigilib(here.REQUEST['path'])&gt;0">
         &nbsp;&nbsp;&nbsp; <img src="images/Arrow_Right.gif">          &nbsp;&nbsp;&nbsp; <img src="images/Arrow_Right.gif">
         <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;files=2'">          <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;files=2'">
           show files for viewing            <i>show files for viewing</i>
           </a>            </a>
         </span>          </span>
           <span tal:condition="python:fs.isdigilib(here.REQUEST['path'])&gt;0">
           &nbsp;&nbsp;&nbsp; <img src="images/Arrow_Right.gif">
           <a href="" tal:attributes="href python:here.REQUEST['URL']+'/rescaleThumbs?path='+here.REQUEST['path']>
             <i>Rescale all Thumbs</i>
             </a>
           </span>
   
          <span tal:condition="python:here.isdigilib2(here.REQUEST['path'])&gt;0">           <span tal:condition="python:here.isdigilib2(here.REQUEST['path'])&gt;0">
         &nbsp;&nbsp;&nbsp;          &nbsp;&nbsp;&nbsp;
           <img src="images/Arrow_Right.gif">            <img src="images/Arrow_Right.gif">

Removed from v.1.8  
changed lines
  Added in v.1.9


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