File:  [Repository] / checkStation / zpt / overview.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun May 15 12:12:15 2005 UTC (19 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minot

    1: <html>
    2: <body>
    3: <h3>Inactivity </h3>
    4: <p><a href="rebootOverview">show last reboots</a></p>
    5: <p><a href="checkRebootDead">Check and Reboot sleeping</a></p>
    6: 
    7: <table border="1">
    8: <tr tal:repeat="modul here/getModuls">
    9:   <tal:block tal:define="check python:here.checkStation(modul)">
   10:   <td tal:content="modul"/>
   11:   <td tal:content="python:check[1]"/>
   12:   <td tal:content="python:check[2]"/>
   13:   </tal:block>
   14: </tr>
   15: </table>
   16: </body>
   17: </html>
   18:     

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