<?doctype?>
<html>
<head>
<title>Unlock <?name?> failed</title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2>Unlock <?name?> failed</h2>
<table border=0 cellpadding=3 cellspacing=3>
<tr>
<td align=left valign=middle><?emoteSad?></td>
<td align=left valign=middle>Sorry, the password did not match (unlock failed). Try again; otherwise, contact the system administrator to clear the lock.</td>
</tr>
</table>
<form action="<?toLock?>" method=post>
<input type="password" size=10 name="password"> - enter the lock password<br>
<input type="submit" value="Unlock">
</form>
<?endBody?></body>
</html>