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

version 1.9, 2005/11/29 15:32:46 version 1.10, 2008/01/18 20:36:28
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>
         <i>&nbsp;&nbsp;&nbsp;   <!--    <i>&nbsp;&nbsp;&nbsp; 
           <img src="images/Arrow_Right.gif"><a href="add" tal:attributes="href python:here.REQUEST['URL1']+'/standardUpload?path='+here.REQUEST['path']">            <img src="images/Arrow_Right.gif"><a href="add" tal:attributes="href python:here.REQUEST['URL1']+'/standardUpload?path='+here.REQUEST['path']">
             add a new document to this path              add a new document to this path
             </a></i><br>              </a></i><br>
         <i>  -->     <i>
           &nbsp;&nbsp;&nbsp;             &nbsp;&nbsp;&nbsp; 
           <img src="images/Arrow_Right.gif">            <img src="images/Arrow_Right.gif">
           <a href="add" tal:attributes="href python:'addFolderForm?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:'addFolderForm?path='+here.REQUEST['path']">
             new subfolder              new subfolder
             </a></i><br>              </a></i><br>
         <i>  <!--    <i>
           &nbsp;&nbsp;&nbsp;             &nbsp;&nbsp;&nbsp; 
           <img src="images/Arrow_Right.gif">            <img src="images/Arrow_Right.gif">
           <a href="add" tal:attributes="href python:'changeTemplatesForm?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:'changeTemplatesForm?path='+here.REQUEST['path']">
Line 51 Line 50
           <img src="images/Arrow_Right.gif"><a href="add" tal:attributes="href python:'standardUpload/addImages?path='+here.REQUEST['path']">            <img src="images/Arrow_Right.gif"><a href="add" tal:attributes="href python:'standardUpload/addImages?path='+here.REQUEST['path']">
             add a new set of images               add a new set of images 
             </a></i><br>              </a></i><br>
         <i>  -->     <i>
             &nbsp;&nbsp;&nbsp;               &nbsp;&nbsp;&nbsp; 
             <img src="images/Arrow_Right.gif">              <img src="images/Arrow_Right.gif">
                 <a href="add" tal:attributes="href python:'standardTextadd/addText?path='+here.REQUEST['path']">                  <a href="add" tal:attributes="href python:'standardTextadd/addText?path='+here.REQUEST['path']">
Line 69 Line 68
           <a href="add" tal:attributes="href python:'standardPresentationadd/addPresentation?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:'standardPresentationadd/addPresentation?path='+here.REQUEST['path']">
             add presentation information              add presentation information
             </a></i><br>              </a></i><br>
         <i>  <!--    <i>
   
           &nbsp;&nbsp;&nbsp;             &nbsp;&nbsp;&nbsp; 
           <img src="images/Arrow_Right.gif">            <img src="images/Arrow_Right.gif">
           <a href="add" tal:attributes="href python:'standardCombineTextImage/combineTextImage?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:'standardCombineTextImage/combineTextImage?path='+here.REQUEST['path']">
             combine text, image and presentation               combine text, image and presentation 
             </a></i><br>              </a></i><br>
   -->        
           <tal:block tal:repeat="adder python:here.ZopeFind(container.aq_parent, obj_metatypes=['OSAS_add_contextData'])">
         <i>          <i>
           &nbsp;&nbsp;&nbsp;             &nbsp;&nbsp;&nbsp; 
           <img src="images/Arrow_Right.gif">            <img src="images/Arrow_Right.gif">
           <a href="add" tal:attributes="href python:'standardContextDataAdd/addContextData?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:adder[0]+'/addContextData?path='+here.REQUEST['path']"
                tal:content="python:adder[1].title">
             add document to a collection              add document to a collection
             </a></i><br>              </a>
                   </i><br>
           </tal:block>        
         </div>          </div>
          <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">
Line 117 Line 119
         <span tal:condition="python:tree.isDirectory(here.REQUEST['path'],item)">          <span tal:condition="python:tree.isDirectory(here.REQUEST['path'],item)">
           <p>            <p>
             &nbsp;&nbsp;              &nbsp;&nbsp;
             <a href="" tal:attributes="href python:'toggle_view?path='+here.REQUEST['path']+'&amp;file='+item">  <!--        <a href="" tal:attributes="href python:'toggle_view?path='+here.REQUEST['path']+'&amp;file='+item">
               <span tal:condition="python:tree.isToggle(here.REQUEST['path'],item)">                <span tal:condition="python:tree.isToggle(here.REQUEST['path'],item)">
             -               - 
             <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">  -->         <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">
             </span>  <!--        </span>
               <span tal:condition="not:python:tree.isToggle(here.REQUEST['path'],item)">                <span tal:condition="not:python:tree.isToggle(here.REQUEST['path'],item)">
             +               + 
             <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">              <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">
             </span>              </span>
               </a>                </a>
             <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item">  -->         <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item">
               <span tal:replace="item" />                <span tal:replace="item" />
               </a>                </a>
             <span tal:condition="python:fs.isdigilib(here.REQUEST['path']+'/'+item)&gt;0">              <span tal:condition="python:fs.isdigilib(here.REQUEST['path']+'/'+item)&gt;0">

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


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