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

version 1.9, 2003/12/19 13:58:52 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 78 Line 79
         </span>          </span>
         <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']+'/rescaleThumbs?path='+here.REQUEST['path']>          <a href="" tal:attributes="href python:here.REQUEST['URL1']+'/rescaleThumbs?path='+here.REQUEST['path']">
           <i>Rescale all Thumbs</i>            <i>Rescale all Thumbs</i>
           </a>            </a>
         </span>          </span>

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


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