<?doctype?>
<html>
<head>
<title>Lock <?name?></title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2>Lock <?name?></h2>
<p>To lock a page, you must enter the password twice:</p>
<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>