<?php
/*********************/
/* Edit Account Form */
?>
<!-- start of edit account form -->
<tr>
<td> User Name </td>
<td> <b> <?=$ext_username;?> </b> </td>
</tr>
<td> Password </td>
<td> <input type="password" name="ext_password"> </td>
<td> Password (again) </td>
<td> <input type="password" name="ext_password2"> </td>
<td> Real Name </td>
<td> <input type="text" name="ext_realname" value="<?=$ext_realname;?>"> </td>
<td> Email Address </td>
<td> <input type="text" name="ext_email" value="<?=$ext_email;?>"> </td>
<td colspan=2> </td>
<!-- end of edit account form -->