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

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

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