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

version 1.1, 2004/03/03 13:02:55 version 1.2, 2004/03/25 09:57:47
Line 87 Line 87
          <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>
Line 113 Line 115
             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:container.DigILibURL+'?'+here.changeName(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>              </a>
               </span>                </span>
Line 159 Line 164
           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>

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


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