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

version 1.6, 2003/10/06 23:05:40 version 1.11, 2004/01/21 07:43:01
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>
Line 36 Line 37
           <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>              </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 73 Line 74
           <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:here.REQUEST['URL']+'?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            <i>show files for viewing</i>
             </a>
           </span>
           <span tal:condition="python:fs.isdigilib(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: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 143 Line 153
             </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 164
             </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 196
     </span>      </span>
               
       </div>        </div>
    
     </body>      </body>
   </html>    </html>

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


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