<?doctype?>
<html>
<head>
<title>Unlock <?name?></title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2>Unlock <?name?></h2>
<p>To unlock a page, you must enter either the page's password or the administrator's password.</p>
<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>