File:  [Repository] / checkStation / zpt / overview.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun May 15 08:35:00 2005 UTC (19 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
Initial revision

<html>
<body>
<h3>Inactivity </h3>
<table border="1">
<tr tal:repeat="modul here/getModuls">
  <tal:block tal:define="check python:here.checkStation(modul)">
  <td tal:content="modul"/>
  <td tal:content="python:check[1]"/>
  <td tal:content="python:check[2]"/>
  </tal:block>
</tr>
</table>
</body>
</html>
    

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