<html>
<title>Ward List</title>
<link REL="stylesheet" href="include/style.css" type="text/css">
<body bgcolor=white >
{include_if_exists file="include/header.php"}
<h1>Ward List, View record [
Primary: {$show_key1}
]
</h1>
{$message}
{doevent name="ViewOnLoad"}
<div align=left><hr width=300 noshade size=1></div>
<a href="ward_list_list.php?a=return">Back to list</a><br><br>
<table cellpadding=2>
<tr><td class=shade width=150>Ward</td><td width=250>
{$show_Ward}
</td></tr>
<tr height=50><td colspan=2 align=left>
<a href="ward_list_list.php?a=return">Back to list</a><br><br>
</td></tr>
</table>
{include_if_exists file="include/footer.php"}
</body>
</html>