Diff for /OSAS/OSA_system/Attic/OSAS_StoreFiles.zpt between versions 1.2 and 1.6

version 1.2, 2003/09/25 17:48:49 version 1.6, 2003/10/06 23:05:40
Line 28 Line 28
           <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:'online/add?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>
Line 40 Line 40
         </div>          </div>
           <div tal:omit-tag="" tal:condition="python:here.isScannedDocument(here.REQUEST['path'])"><br>            <div tal:omit-tag="" tal:condition="python:here.isScannedDocument(here.REQUEST['path'])"><br>
         <i>&nbsp;&nbsp;&nbsp;           <i>&nbsp;&nbsp;&nbsp; 
           <img src="images/Arrow_Right.gif"><a href="add" tal:attributes="href python:'online/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:'online/addText?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:'standardTextadd/addText?path='+here.REQUEST['path']">
             add a full text               add a full text 
             </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:'online/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:'online/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>
         <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:'online/addcontextdata?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:'standardContextDataAdd/addContextData?path='+here.REQUEST['path']">
             add document to a collection              add document to a collection
             </a></i><br>              </a></i><br>
                   

Removed from v.1.2  
changed lines
  Added in v.1.6


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