<?php
require_once(BASE."include/util.php");
/*********************/
/* Edit Account Form */
?>
<!-- start of edit account form -->
<tr>
<td> Email Address </td>
<td> <input type="text" name="sUserEmail" value="<?php echo $sUserEmail; ?>"> </td>
</tr>
<td> Password </td>
<td> <input type="password" name="sUserPassword"> </td>
<td> Password (again) </td>
<td> <input type="password" name="sUserPassword2"> </td>
<td> Real Name </td>
<td> <input type="text" name="sUserRealname" value="<?php echo $sUserRealname; ?>"> </td>
<td colspan=2> </td>
<!-- end of edit account form -->