<html>
<head><title>Archived Patients</title>
<link REL="stylesheet" href="include/style.css" type="text/css">
{$includes}
</head>
<body bgcolor=white {$bodyonload}>
<form name="editform" encType="multipart/form-data" method="post" action="patients_edit.php" {$onsubmit}>
{include_if_exists file="include/header.php"}
<h1>Archived Patients, Edit record [
Primary: {$show_key1}
]
</h1>
{doevent name="EditOnLoad"}
{$message}
<div align=left><hr width=300 noshade size=1></div>
<a href="patients_list.php?a=return">Back to list</a><br><br>
<table cellpadding=2>
<input type=hidden name=editid1 value="{$key1}">
<tr height=50><td colspan=2 align=center>
<input class=button type=submit value="Save" id=submit1 name=submit1>
<input class=button type=reset value="Reset">
<input type=hidden name="a" value="edited">
</td></tr>
</form>
<!-- legend -->
<tr height=50><td colspan=2 align=left>
<hr width=300 noshade size=1>
<br><img src="images/icon_required.gif"> - Required field
</td></tr>
</table>
{include_if_exists file="include/footer.php"}
{$linkdata}
<script>SetToFirstControl();</script>
</body>
</html>