--- OSAS/OSA_system/Attic/OSAS_Archiver.zpt 2003/12/18 17:22:28 1.1 +++ OSAS/OSA_system/Attic/OSAS_Archiver.zpt 2004/01/07 15:29:01 1.4 @@ -1,4 +1,4 @@ - +< MPIWG - Online @@ -33,7 +33,7 @@ LINKS </b> <br> - <i tal:condition="python:fs.isdigilib(here.REQUEST['path'])>0"> + <i tal:condition="python:fs.isdigilib(here.REQUEST['path'])>0"> <br>     <img src="images/Arrow_Right.gif"> @@ -41,7 +41,7 @@ show image folders </a> </i> - <i tal:condition="python:here.isdigilib2(here.REQUEST['path'])>0"> + <i tal:condition="python:here.isdigilib2(here.REQUEST['path'])>0"> <br>     @@ -70,7 +70,7 @@ <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item"> <span tal:replace="item" /> </a> - <span tal:condition="python:fs.isdigilib(here.REQUEST['path']+'/'+item)>0"> + <span tal:condition="python:fs.isdigilib(here.REQUEST['path']+'/'+item)>0"> <img src="images/Arrow_Right.gif"> <a href="" tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'&files=2'"> show image folders @@ -79,8 +79,12 @@ <img src="images/Arrow_Right.gif"><a tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']+'/'+item+'&files=1'"> show files for archiving</a> + + <!-- <div tal:condition="python:here.checkIfUnarchive(here.REQUEST['path'])"> + <img src="images/Arrow_Right.gif"><a tal:attributes="href python:here.REQUEST['URL']+'?path='+here.REQUEST['path']">Unarchive</a> + </div>--> - <span tal:condition="python:here.isdigilib2(here.REQUEST['path']+'/'+item)>0"> + <span tal:condition="python:here.isdigilib2(here.REQUEST['path']+'/'+item)>0"> <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)"> view images @@ -142,21 +146,23 @@ </span> </td> + <td tal:condition="python:here.REQUEST.has_key('meta')" valign="top"> <div tal:define="global metafile python:here.getMetafile(here.REQUEST['meta'])"/> <div tal:condition="python:metafile=='NO_METADATA'"> <p>No metadata available for <span tal:replace="python:here.REQUEST['meta']"/></p> - + <p><a href="add_metafile" tal:attributes="href python:'add_metafile?path='+here.REQUEST['meta']">add</a></p> </div> <div tal:condition="not:python:metafile=='NO_METADATA'"><div tal:replace="structure metafile"/></div> </td> + <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'"> <p>No metadata available for <span tal:replace="python:here.REQUEST['path']"/></p> - + <p><a href="add_metafile" tal:attributes="href python:'metadata/addAcquisition?path='+here.REQUEST['path']">add</a></p> </div> <div tal:condition="not:python:metafile=='NO_METADATA'"><div tal:replace="structure metafile"/></div> </td>