File:  [Repository] / cdli / zpt / breakLockResponse.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri May 15 13:13:31 2009 UTC (15 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
arbeit an admin funktionen

    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>