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

version 1.1, 2003/09/25 15:32:11 version 1.8, 2003/10/12 21:19:13
Line 10 Line 10
       </div>        </div>
     <div metal:fill-slot="nav_main">      <div metal:fill-slot="nav_main">
       <p>        <p>
     <a class="map" href="XXX" tal:attributes="href string:${here/storage/storefiles/absolute_url}?path=/mpiwg/online">      <a class="map" href="XXX">
       Online Archive at Foxridge</a>        Online Archive at Foxridge</a>
     </p>      </p>
       <p>        <p>
     <a class="map" href="XXX" tal:attributes="href string:${here/storage/storefiles/absolute_url}?path=/mpiwg/production/docuserver">      <a class="map" href="XXX">
       Old Online Archive at Digifiles</a>        Old Online Archive at Digifiles</a>
     </p>      </p>
       </div>        </div>
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>
           &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/generate_path?path='+here.REQUEST['path']">            <a href="add" tal:attributes="href python:'addFolderForm?path='+here.REQUEST['path']">
             new subfolder              new subfolder
             </a></i>              </a></i><br>
         </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>
                   
         </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">
         <a href="" tal:attributes="href python:'storefiles?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            show files for viewing
           </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">
         <a href="" target="_blank" tal:attributes="href python:'http://nausikaa2.mpiwg-berlin.mpg.de:8080/digitallibrary/digilib.jsp?'+here.changeName(here.REQUEST['path'])">          &nbsp;&nbsp;&nbsp;
           <img src="images/Arrow_Right.gif">view images            <img src="images/Arrow_Right.gif">
             <a href="" target="_blank" tal:attributes="href python:'http://nausikaa2.mpiwg-berlin.mpg.de:8080/digitallibrary/digilib.jsp?'+here.changeName(here.REQUEST['path'])"><i>view images in this folder</i>
             
           </a>            </a>
         </span>          </span>
           <span tal:repeat="item python:tree.getTree(here.REQUEST['path'])">            <span tal:repeat="item python:tree.getTree(here.REQUEST['path'])">
Line 95 Line 97
             <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:'storefiles?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">
               <a href="" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'/'+item+'&amp;files=2'">                <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'&amp;files=2'">
             show files for viewing              show files for viewing
             </a>              </a>
               </span>                </span>
Line 113 Line 115
             <img src="images/Arrow_Right.gif" border="0">FULL TEXT              <img src="images/Arrow_Right.gif" border="0">FULL TEXT
             </a>              </a>
               </span>                </span>
             <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item)" href="metadata" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item">              <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item)" href="metadata" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item">
               <img border="0" src="images/Arrow_Right.gif">                <img border="0" src="images/Arrow_Right.gif">
               <font size="-1">                <font size="-1">
             (info)              (info)
Line 127 Line 129
               <i>                <i>
                 &nbsp;&nbsp;&nbsp;&nbsp;                   &nbsp;&nbsp;&nbsp;&nbsp; 
                 <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">                  <img src="/misc_/OFSP/Folder_icon.gif" border='0' alt="D">
                 <a href="" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'/'+item+'/'+sub" tal:content="sub">                  <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'/'+sub" tal:content="sub">
                   BBB                    BBB
                   </a>                    </a>
                 <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item+'/'+sub)" href="metadata" tal:attributes="href python:'storefiles?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item+'/'+sub">                  <a tal:condition="python:here.hasMetafile(here.REQUEST['path']+'/'+item+'/'+sub)" href="metadata" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&amp;meta='+here.REQUEST['path']+'/'+item+'/'+sub">
                   <img border="0" src="images/Arrow_Right.gif">                    <img border="0" src="images/Arrow_Right.gif">
                   <font size="-1">                    <font size="-1">
                 (info)                  (info)
Line 143 Line 145
             </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
Line 153 Line 156
             </a>              </a>
           </span>            </span>
         </span>          </span>
             <h3>Contexts</h3>
             <p tal:repeat="item python:here.readContexts(here.REQUEST['path'])"><a href="link" tal:attributes="href python:item[0]" target="_blank" tal:content="python:item[1]">TEXT</a></p>    
           </td>            </td>
         <td tal:condition="python:here.REQUEST.has_key('meta')" valign="top">          <td tal:condition="python:here.REQUEST.has_key('meta')" valign="top">
           <div tal:define="global metafile python:here.getMetafile(here.REQUEST['meta'])"/>            <div tal:define="global metafile python:here.getMetafile(here.REQUEST['meta'])"/>
Line 183 Line 188
     </span>      </span>
               
       </div>        </div>
    
     </body>      </body>
   </html>    </html>

Removed from v.1.1  
changed lines
  Added in v.1.8


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