Annotation of checkStation/zpt/overview.zpt, revision 1.3

1.1       dwinter     1: <html>
1.3     ! dwinter     2: <head>
        !             3: <META HTTP-EQUIV=Refresh CONTENT="60; url=overviewStations">
        !             4: </head>
1.1       dwinter     5: <body>
                      6: <h3>Inactivity </h3>
1.2       dwinter     7: <p><a href="rebootOverview">show last reboots</a></p>
                      8: <p><a href="checkRebootDead">Check and Reboot sleeping</a></p>
                      9: 
1.1       dwinter    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>