File:  [Repository] / OSAS / OSA_system / Attic / processViewerIndex.zpt.~1.1.~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jan 6 14:39:49 2004 UTC (20 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
corrected errors

<html metal:use-macro="here/main_template/macros/page">
  <head>
    <title metal:fill-slot="title">Running Processes</title>
<meta metal:fill-slot="meta" http-equiv="refresh" content="3; URL=/mpiwg/storage/processes" />
  </head>
  <body metal:fill-slot="body" tal:define="check python:here.getoverview('/var/tmp/archiver')">
<h2>Last and ongoing archiving processes</h2>
<table>
<div tal:omit-tag tal:repeat="ret python:check.messages()">
<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>
<td>
<div tal:omit-tag tal:define="dummy python:here.storeFile(ret.getError()[1][0])"/>

<a target="_blank" href="view">view status</a>
</td>
</tr>

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

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