File:  [Repository] / checkStation / zpt / overview.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Jun 23 17:12:56 2005 UTC (19 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor

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

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