<?doctype?>
<html>
<head>
<title>Lock <?name?> failed</title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2>Lock <?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 (lock failed). Try again.</td>
</tr>
</table>
<form action="<?toLock?>" method=post>
<input type="password" size=10 name="password"> - enter new password<br>
<input type="password" size=10 name="passwordcheck"> - reenter same password<br>
<input type="submit" value="Lock">
</form>
<p>Remember your password! You will not be able to unlock the page unless you know it or the administrator's password.</p>
<?endBody?></body>
</html>