File:  [Repository] / OSAS / OSA_system / Attic / archiveSelected.zpt~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Dec 18 17:22:29 2003 UTC (20 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
add archiving system

<html metal:use-macro="here/main_template/macros/page">
  <head>
    <title metal:fill-slot="title">Archive</title>
  </head>
  <body>
   <div tal:omit-tag metal:fill-slot="nav_title">
<div tal:omit-tag metal:define-macro="navigation">

Archiving
<p><a class="map" href="processes">Show archiving processes</a></p>


   </div>
</div>
   <div metal:fill-slot="body">
    <h2>First Step:Checking Metafiles</h2> 



<span tal:define="global i python:0">
<table  tal:define="check python:here.metachecker(here.REQUEST['path'])">
<tr tal:repeat="ret python:check.messages()">
<td tal:define="global i python:i+1">
<span tal:replace="python:ret.getError()[0]"/>
</td>
<td>
<td tal:condition="python:ret.getError()[1][1]=='ok'">
<img src="images/ok.gif">
</td>
<td tal:condition="python:ret.getError()[1][1]=='error'">
<img src="images/fail.gif">
<a href="errors" tal:attributes="href python:here.storeerror(ret,here.REQUEST['path'],here,i)">(view errors)</a>
</td>

</tr>
</table>
</span>

<h2>Second step: Archiving</h2>
<p><a href="archive3">Click here for archiving</a></p>


</div>
  </body>
</html>

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