Annotation of checkStation/zpt/overview.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <h3>Inactivity </h3>
        !             4: <table border="1">
        !             5: <tr tal:repeat="modul here/getModuls">
        !             6:   <tal:block tal:define="check python:here.checkStation(modul)">
        !             7:   <td tal:content="modul"/>
        !             8:   <td tal:content="python:check[1]"/>
        !             9:   <td tal:content="python:check[2]"/>
        !            10:   </tal:block>
        !            11: </tr>
        !            12: </table>
        !            13: </body>
        !            14: </html>
        !            15:     

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