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 ago) by dwinter
Branches: MAIN
CVS tags: HEAD
arbeit an admin funktionen

<html>
<head>
<title>Locks removed</title>
</head>
<body>
<h1>Locks removed</h1>
<ul tal:condition="python:len(options['ret'])>0">
<li tal:repeat="un python:options['ret']">
	<span tal:replace="python:un[0]"/>,
	<span tal:replace="python:un[1]"/>

</li>
</ul>
<ul tal:condition="not:python:len(options['ret'])>0">
	<li>No locks to be removed</li>
</ul>
</body>
</html>

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