<html>
<head><title>Maintain Usernames</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="users_add.php" {$onsubmit}>
{include_if_exists file="include/header.php"}
<h1>Maintain Usernames, Add new record</h1>
{doevent name="AddOnLoad"}
{$message}
<div align=left><hr width=300 noshade size=1></div>
<a href="users_list.php?a=return">Back to list</a><br><br>
<table cellpadding=2>
<tr><td class=shade width=150>Login</td><td width=250>
{build_edit_control field="Login" mode="add" value=$value_Login}
<img src="images/icon_required.gif">
</td></tr>
<tr><td class=shade width=150>Name</td><td width=250>
{build_edit_control field="Name" mode="add" value=$value_Name}
<img src="images/icon_required.gif">
</td></tr>
<tr><td class=shade width=150>Password</td><td width=250>
{build_edit_control field="Password" mode="add" value=$value_Password}
<img src="images/icon_required.gif">
</td></tr>
<tr><td class=shade width=150>User Type</td><td width=250>
{build_edit_control field="User Type" mode="add" value=$value_User_Type}
<img src="images/icon_required.gif">
</td></tr>
<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="added">
</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>