File:  [Repository] / checkStation / zpt / rebootOverview.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun May 15 12:12:15 2005 UTC (19 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minot

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

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