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

version 1.7, 2003/10/08 17:37:06 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">
Line 145 Line 152
             </span>              </span>
           </span>            </span>
         </span>          </span>
   
           <span tal:condition="python:here.REQUEST.has_key('files')">            <span tal:condition="python:here.REQUEST.has_key('files')">
         <h3>          <h3>
           Click for viewing with digilib            Click for viewing with digilib

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


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