<?doctype?>
<html>
<head>
<title>Edit Conflict</title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2>Edit Conflict</h2>
<table border=0 cellpadding=3 cellspacing=3>
<tr>
<td align=left valign=middle><?emoteCaution?></td>
<td align=left valign=middle>There was an edit conflict: a newer version of this page exists than the one you edited. Somebody may have saved this page while you were making changes. You may want to integrate the two pages together before continuing your submission. The most recent saved version is displayed at the bottom of this page.</td>
</tr>
</table>
<?bar?>
<form action="<?toSave?>" method=post>
<input type="hidden" value="<?editTime?>" name="edittime">
<p><b>Title:&nbsp;&nbsp;<input type="text" size=40 value="<?requestName?>" name="name"></b></p>
<?requestTextArea?>
<input type="submit" value="save"><br>
<?bar?>
<p>Send e-mail alerts to these addresses upon next save:</p>
<textarea name="alerts" rows=3 cols=70 wrap=virtual><?requestAlerts?></textarea>
</form>
<?bar?>
<h2>Last Saved Version</h2>
<p>Last edited: <?time?> on <?date?> by <?user?></p>
<b>Title:</b> <?editName?><br>
<b>Alerts:</b> <?alerts?><br>
<b>Text:</b><br>
<form>
<?editTextArea?></form>
<?endBody?></body>
</html>