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

version 1.1, 2004/03/03 13:02:55 version 1.8, 2005/01/21 15:54:28
Line 38 Line 38
           <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; 
Line 48 Line 55
           &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 87 Line 100
          <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>
           </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>              </a>
         </span>          </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>
Line 113 Line 135
             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>
               </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>              </a>
               </span>                </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 195
           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 168 Line 206
           <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>                <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']).encode('utf-8')"/>
                       
           <div tal:condition="python:metafile=='NO_METADATA'">            <div tal:condition="python:metafile=='NO_METADATA'">
         <p>No metadata available for <span tal:replace="python:here.REQUEST['meta']"/></p>          <p>No metadata available for <span tal:replace="python:here.REQUEST['meta']"/></p>
Line 181 Line 219
                       
                       
           </td>            </td>
         <td tal:condition="not:python:here.REQUEST.has_key('meta')" valign="top" tal:define="global metafile python:here.getMetafile(here.REQUEST['path'])">          <td tal:condition="not:python:here.REQUEST.has_key('meta')" valign="top" tal:define="global metafile python:here.getMetafile(here.REQUEST['path']).encode('utf-8')">
           <div tal:condition="python:metafile=='NO_METADATA'">            <div tal:condition="python:metafile=='NO_METADATA'">
         <p>No metadata available for <span tal:replace="python:here.REQUEST['path']"/></p>          <p>No metadata available for <span tal:replace="python:here.REQUEST['path']"/></p>
         <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>

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


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