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

1.1       dwinter     1: <html>
                      2: <body>
                      3: <h3>Inactivity </h3>
1.2     ! dwinter     4: <p><a href="rebootOverview">show last reboots</a></p>
        !             5: <p><a href="checkRebootDead">Check and Reboot sleeping</a></p>
        !             6: 
1.1       dwinter     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>