Размер файла: 3.55Kb
<form method="POST" action="filedb.php">
<div align="center">
<center>
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber3" bgcolor="#009999">
<tr>
<td><b>Required Fields</b></td>
</tr>
</table>
</center>
</div>
</center>
</div>
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber4" bgcolor="#008080">
<tr>
<td width="300">Email:<br>
(Must be a valid Email)</td>
<td width="300"><input type="text" name="email" size="20" value="{email}"></td>
</tr>
<tr>
<td width="300">New Password:<br>
(only put anything in if you want your password changed)</td>
<td width="300">
<input type="password" name="new_password" size="20"></td>
</tr>
</table>
</center>
</div>
<br>
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber5" bgcolor="#009999">
<tr>
<td><b>Optional Info</b></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber6" bgcolor="#008080">
<tr>
<td width="300">User Title:<br>
(Title that will be below all your comments)</td>
<td width="300">
<input type="text" name="user_title" size="20" value="{user_title}"></td>
</tr>
<tr>
<td width="300">Site Name:</td>
<td width="300">
<input type="text" name="site_name" size="20" value="{site_name}"></td>
</tr>
<tr>
<td width="300">Site Url:</td>
<td width="300">
<input type="text" name="site_url" size="20" value="{site_url}"></td>
</tr>
<tr>
<td width="300">Interests:</td>
<td width="300"><textarea rows="8" name="interests" cols="22">{interests}</textarea></td>
</tr>
<tr>
<td width="300">Location:</td>
<td width="300">
<input type="text" name="location" size="20" value="{location}"></td>
</tr>
<tr>
<td width="300">ICQ:</td>
<td width="300"><input type="text" name="icq" size="20" value="{icq}"></td>
</tr>
<tr>
<td width="300">AIM:</td>
<td width="300"><input type="text" name="aim" size="20" value="{aim}"></td>
</tr>
<tr>
<td width="300">MSN:</td>
<td width="300"><input type="text" name="msn" size="20" value="{msn}"></td>
</tr>
</table>
</center>
</div>
<br>
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber7" bgcolor="#009999">
<tr>
<td><b>Preferences</b></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber8" bgcolor="#008080">
<tr>
<td width="300">Skin:<br>
(The Skin that you want to use)</td>
<td width="300"><select size="1" name="skin">
{skin_list}
</select></td>
</tr>
</table>
</center>
</div>
<p align="center">
<input type="submit" value="Update Profile" name="edit_profile"></p>
</form>