Annotation of OSAS/OSA_system/processViewerIndex.zpt.~1.1.~, revision 1.1

1.1     ! dwinter     1: <html metal:use-macro="here/main_template/macros/page">
        !             2:   <head>
        !             3:     <title metal:fill-slot="title">Running Processes</title>
        !             4: <meta metal:fill-slot="meta" http-equiv="refresh" content="3; URL=/mpiwg/storage/processes" />
        !             5:   </head>
        !             6:   <body metal:fill-slot="body" tal:define="check python:here.getoverview('/var/tmp/archiver')">
        !             7: <h2>Last and ongoing archiving processes</h2>
        !             8: <table>
        !             9: <div tal:omit-tag tal:repeat="ret python:check.messages()">
        !            10: <tr>
        !            11: <td>
        !            12: <span tal:replace="python:ret.getError()[0]"/>
        !            13: </td>
        !            14: <td>
        !            15: <td tal:condition="python:ret.getError()[1][1]=='ok'">
        !            16: <img src="images/ok.gif">
        !            17: </td>
        !            18: <td tal:condition="python:ret.getError()[1][1]=='error'">
        !            19: <img src="images/fail.gif">
        !            20: </td>
        !            21: <td tal:condition="python:ret.getError()[1][1]=='running'">
        !            22: <b>running</b>
        !            23: </td>
        !            24: <td>
        !            25: <div tal:omit-tag tal:define="dummy python:here.storeFile(ret.getError()[1][0])"/>
        !            26: 
        !            27: <a target="_blank" href="view">view status</a>
        !            28: </td>
        !            29: </tr>
        !            30: 
        !            31:   
        !            32:     </div>
        !            33: </table>
        !            34:    </body>
        !            35: </html>

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