File:  [Repository] / OSAS / OSA_system / Attic / archiveStatus.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>

    <meta metal:fill-slot="meta" http-equiv="refresh" content="3; URL=archive4"/>

  </head>
  <body>
   <div metal:fill-slot="nav_titel">Archiving</div>
   <div metal:fill-slot="body">
    <h2>Second step: Archive the data</h2> 
<p>Archiving may takes a long time, if you want you can close your browser. Archiving will go on.</p> 
<span tal:define="i python:0">
<table  tal:define="check python:here.REQUEST.SESSION['archiver']">
<div tal:repeat="ret python:check.messages()" tal:define="i python:i+1">
<tr>
<td>
<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">
</td>
<td tal:condition="python:ret.getError()[1][1]=='running'">
<b>running</b>
</td>
</tr>
<tr>
<td colspan='2' tal:content="structure python:ret.getError()[1][0]"/>

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



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

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