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

version 1.1, 2004/03/03 13:02:55 version 1.11, 2008/04/15 14:33:20
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>
             &nbsp;&nbsp;&nbsp; 
             <img src="images/Arrow_Right.gif">
             <a href="add" tal:attributes="href python:'changeTemplatesForm?path='+here.REQUEST['path']">
               Change the templates for all documents in this folder and its subfolder
               </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:'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']">
             add a full text                     add a full text (Text file in XML) 
                   </a></i><br>
                 <i>
                &nbsp;&nbsp;&nbsp; 
             <img src="images/Arrow_Right.gif">
             <a href="add" tal:attributes="href python:'standardTextadd/addPdf?path='+here.REQUEST['path']">
               add a pdf File 
             </a></i><br>              </a></i><br>
         <i>          <i>
           &nbsp;&nbsp;&nbsp;             &nbsp;&nbsp;&nbsp; 
Line 57 Line 69
             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 87 Line 102
          <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">
           <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 href="" target="_blank" tal:attributes="href python:container.DigILibURL+'?'+here.changeName(here.REQUEST['path'])"><i>view images in this folder</i>
            
                       
             </a>              </a>
         </span>          </span>
           <span tal:condition="python:here.isdigilib2(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>
           </span>
   
           <span tal:repeat="item python:tree.getTree(here.REQUEST['path'])">            <span tal:repeat="item python:tree.getTree(here.REQUEST['path'])">
         <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">
Line 113 Line 137
             show files for viewing              show files for viewing
             </a>              </a>
               </span>                </span>
   
             <span tal:condition="python:here.isdigilib2(here.REQUEST['path']+'/'+item)&gt;0">              <span tal:condition="python:here.isdigilib2(here.REQUEST['path']+'/'+item)&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']+'/'+item)">              <a href="" target="_blank" tal:attributes="href python:container.DigILibURL+'?'+here.changeName(here.REQUEST['path']+'/'+item)">
   
             <img src="images/Arrow_Right.gif" border="0">view images              <img src="images/Arrow_Right.gif" border="0">view images
             </a>              </a>
               </span>                </span>
             <span tal:condition="python:here.isFullText(here.REQUEST['path'],item)&gt;0">              <span tal:condition="python:here.isFullText(here.REQUEST['path'],item)&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']+'/'+item)">                <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+'/'+here.REQUEST['path']+'/'+item">
             <img src="images/Arrow_Right.gif" border="0">FULL TEXT              <img src="images/Arrow_Right.gif" border="0">full text
                 </a>
               </span>
               <span tal:condition="python:here.isPdf(here.REQUEST['path'],item)&gt;0">
                 <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+'/'+here.REQUEST['path']+'/'+item">
               <img src="images/Arrow_Right.gif" border="0">view folder
             </a>              </a>
               </span>                </span>
   
               <span tal:condition="python:here.isPresentation(here.REQUEST['path'],item)&gt;0">
                 <a href="" target="_blank" tal:attributes="href python:here.REQUEST['BASE0']+here.REQUEST['path']+'/'+item+'/info.xml'">
               <img src="images/Arrow_Right.gif" border="0">view presentation
                 </a>
               </span>
   
             <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">              <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">
Line 159 Line 197
           Click for viewing with digilib            Click for viewing with digilib
           </h3>            </h3>
         <span tal:repeat="dir python:fs.digilib(here.REQUEST['path'])">          <span tal:repeat="dir python:fs.digilib(here.REQUEST['path'])">
           <a href="XXX" tal:attributes="href python:'http://nausikaa2.mpiwg-berlin.mpg.de:8080/digitallibrary/digilib.jsp?'+dir" target="_blank" tal:content="dir">  
             <a href="XXX" tal:attributes="href python:container.DigILibURL+'?'+dir" target="_blank" tal:content="dir">
           
             XXX              XXX
             </a>              </a>
           </span>            </span>
Line 175 Line 215
         <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['meta']">add</a></p>          <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['meta']">add</a></p>
         </div>          </div>
           <div tal:condition="not:python:metafile=='NO_METADATA'">            <div tal:condition="not:python:metafile=='NO_METADATA'">
         <div tal:replace="structure metafile"/>          <div tal:replace="structure python:metafile"/>
         <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['meta']">Edit</a></p>          <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['meta']">Edit</a></p>
         </div>          </div>
                       
Line 187 Line 227
         <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['path']">add</a></p>          <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['path']">add</a></p>
         </div>          </div>
           <div tal:condition="not:python:metafile=='NO_METADATA'">            <div tal:condition="not:python:metafile=='NO_METADATA'">
         <div tal:replace="structure metafile"/>          <div tal:replace="structure python:metafile"/>
         <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['path']">Edit</a></p>          <p><a href="Edit" tal:attributes="href python:'EditIndex?path='+here.REQUEST['path']">Edit</a></p>
         </div>          </div>
           </td>            </td>

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


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