File:  [Repository] / checkStation / zpt / rebootOverview.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun May 15 08:35:00 2005 UTC (19 years, 1 month ago) by dwinter
Branches: alpha
CVS tags: dwinter
new

<html>
<body>
<h3>Last Reboots </h3>
<p>Last check: <span tal:content="here/lastCheck"/></p>
<table border="1">
<tr tal:repeat="modul here/getModuls">
  <td tal:content="modul"/>
  <td tal:content="python:here.asctime(here.modulOverview.get(modul) or 'never'"/>
</tr>
</table>
</body>
</html>
    

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