Diff for /checkStation/zpt/rebootOverview.zpt between versions 1.1 and 1.2

version 1.1, 2005/05/15 08:35:00 version 1.2, 2005/05/15 12:12:15
Line 1 Line 1
 <html>  <html>
 <body>  <body>
 <h3>Last Reboots </h3>  <h3>Last Reboots </h3>
 <p>Last check: <span tal:content="here/lastCheck"/></p>  <p><a href="overviewStations">Overview Stations Activity</a></p>
   
   <p>Last check: <span tal:content="python:here.asctime(here.lastCheck)"/></p>
 <table border="1">  <table border="1">
 <tr tal:repeat="modul here/getModuls">  <tr tal:repeat="modul here/getModuls">
   <td tal:content="modul"/>    <td tal:content="modul"/>
   <td tal:content="python:here.asctime(here.modulOverview.get(modul) or 'never'"/>    <td tal:content="python:here.asctime(here.modulOverview.get(modul)) or 'never'"/>
 </tr>  </tr>
 </table>  </table>
 </body>  </body>

Removed from v.1.1  
changed lines
  Added in v.1.2


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