<?doctype?>
<html>
<head>
<title>Edit <?name?></title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<form action="<?toSave?>" method=post>
<input type="hidden" value="<?editTime?>" name="edittime">
<h2>Title:&nbsp;&nbsp;<input type="text" size=40 value="<?editName?>" name="name"></h2>
<p>Last edited: <?time?> on <?date?> by <?user?></p>
<?editTextArea?>
<input type="submit" value="save">
<?bar?>
<p>Send e-mail alerts to these addresses upon next save:</p>
<textarea name="alerts" rows=3 cols=70 wrap=virtual><?alerts?></textarea>
</form>
<?endBody?></body>
</html>