Annotation of checkStation/zpt/rebootOverview.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <h3>Last Reboots </h3>
        !             4: <p>Last check: <span tal:content="here/lastCheck"/></p>
        !             5: <table border="1">
        !             6: <tr tal:repeat="modul here/getModuls">
        !             7:   <td tal:content="modul"/>
        !             8:   <td tal:content="python:here.asctime(here.modulOverview.get(modul) or 'never'"/>
        !             9: </tr>
        !            10: </table>
        !            11: </body>
        !            12: </html>
        !            13:     

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