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

version 1.8, 2003/10/12 21:19:13 version 1.11, 2004/01/21 07:43:01
Line 24 Line 24
     <table border='1' width="100%">      <table border='1' width="100%">
       <tr width="60%">        <tr width="60%">
         <td valign="top">          <td valign="top">
           
           <b tal:content="structure python: here.path_to_link_store(here.REQUEST['path'])" />            <b tal:content="structure python: here.path_to_link_store(here.REQUEST['path'])" />
           <div tal:condition="python:here.isFolder(here.REQUEST['path'])" tal:omit-tag="">             <div tal:condition="python:here.isFolder(here.REQUEST['path'])" tal:omit-tag=""> 
         <br>          <br>
Line 73 Line 74
          <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>
           </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['URL1']+'/rescaleThumbs?path='+here.REQUEST['path']">
             <i>Rescale all Thumbs</i>
           </a>            </a>
         </span>          </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.11


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