Annotation of cdli/zpt/breakLockResponse.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <head>
        !             3: <title>Locks removed</title>
        !             4: </head>
        !             5: <body>
        !             6: <h1>Locks removed</h1>
        !             7: <ul tal:condition="python:len(options['ret'])>0">
        !             8: <li tal:repeat="un python:options['ret']">
        !             9:    <span tal:replace="python:un[0]"/>,
        !            10:    <span tal:replace="python:un[1]"/>
        !            11: 
        !            12: </li>
        !            13: </ul>
        !            14: <ul tal:condition="not:python:len(options['ret'])>0">
        !            15:    <li>No locks to be removed</li>
        !            16: </ul>
        !            17: </body>
        !            18: </html>

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