Diff for /OSAS/OSA_system/Attic/OSAS_Archiver.zpt between versions 1.2 and 1.3

version 1.2, 2003/12/23 13:43:10 version 1.3, 2004/01/06 14:39:49
Line 33 Line 33
         LINKS          LINKS
         </b>          </b>
           <br>            <br>
           <i tal:condition="python:fs.isdigilib(here.REQUEST['path'])&gt;0">            <i tal:condition="python:fs.isdigilib(here.REQUEST['path'])>0">
         <br>          <br>
         &nbsp;&nbsp;&nbsp;           &nbsp;&nbsp;&nbsp; 
         <img src="images/Arrow_Right.gif">          <img src="images/Arrow_Right.gif">
Line 41 Line 41
           show image folders             show image folders 
           </a>            </a>
         </i>          </i>
           <i tal:condition="python:here.isdigilib2(here.REQUEST['path'])&gt;0">            <i tal:condition="python:here.isdigilib2(here.REQUEST['path'])>0">
         <br>          <br>
         &nbsp;&nbsp;&nbsp;           &nbsp;&nbsp;&nbsp; 
                   
Line 70 Line 70
             <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)>0">
               <img src="images/Arrow_Right.gif">                <img src="images/Arrow_Right.gif">
               <a href="" tal:attributes="href python:here.REQUEST['URL']+'?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 image folders               show image folders 
Line 80 Line 80
              <img src="images/Arrow_Right.gif"><a tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'&amp;files=1'">               <img src="images/Arrow_Right.gif"><a tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'&amp;files=1'">
             show files for archiving</a>              show files for archiving</a>
   
             <span tal:condition="python:here.isdigilib2(here.REQUEST['path']+'/'+item)&gt;0">              <span tal:condition="python:here.isdigilib2(here.REQUEST['path']+'/'+item)>0">
               <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']+'/'+item)">                <a href="" target="_blank" tal:attributes="href python:'http://nausikaa2.mpiwg-berlin.mpg.de:8080/digitallibrary/digilib.jsp?'+here.changeName(here.REQUEST['path']+'/'+item)">
             view images               view images 
Line 142 Line 142
   
         </span>          </span>
           </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 153 Line 154
                       
                       
           </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'])">
           <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>

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


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