Размер файла: 6.44Kb
<form method="POST" action="admin.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><font size="2">Required Fields</font></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"><font size="2">Email:<br>
(Must be a valid Email)</font></td>
<td width="300"><input type="text" name="email" size="20" value="{email}"></td>
</tr>
<tr>
<td width="300"><font size="2">New Password:<br>
(only put anything in if you want your password changed)</font></td>
<td width="300">
<input type="password" name="new_password" size="20"></td>
</tr>
</table>
</center>
</div>
<font size="2">
<br>
</font>
<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><font size="2">Optional Info</font></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"><font size="2">User Title:<br>
(Title that will be below all your comments)</font></td>
<td width="300">
<input type="text" name="user_title" size="20" value="{user_title}"></td>
</tr>
<tr>
<td width="300"><font size="2">Site Name:</font></td>
<td width="300">
<input type="text" name="site_name" size="20" value="{site_name}"></td>
</tr>
<tr>
<td width="300"><font size="2">Site Url:</font></td>
<td width="300">
<input type="text" name="site_url" size="20" value="{site_url}"></td>
</tr>
<tr>
<td width="300"><font size="2">Interests:</font></td>
<td width="300"><textarea rows="8" name="interests" cols="22">{interests}</textarea></td>
</tr>
<tr>
<td width="300"><font size="2">Location:</font></td>
<td width="300">
<input type="text" name="location" size="20" value="{location}"></td>
</tr>
<tr>
<td width="300"><font size="2">ICQ:</font></td>
<td width="300"><input type="text" name="icq" size="20" value="{icq}"></td>
</tr>
<tr>
<td width="300"><font size="2">AIM:</font></td>
<td width="300"><input type="text" name="aim" size="20" value="{aim}"></td>
</tr>
<tr>
<td width="300"><font size="2">MSN:</font></td>
<td width="300"><input type="text" name="msn" size="20" value="{msn}"></td>
</tr>
</table>
</center>
</div>
<font size="2">
<br>
</font>
<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><font size="2">Preferences</font></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"><font size="2">Skin:<br>
(The Skin that you want to use)</font></td>
<td width="300"><select size="1" name="skin">
{skin_list}
</select></td>
</tr>
</table>
</center>
</div>
<font size="2">
<br>
</font>
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber9" bgcolor="#009999">
<tr>
<td><b><font size="2">User Abilities</font></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="AutoNumber10" bgcolor="#008080">
<tr>
<td width="300"><font size="2">Download Files:</font></td>
<td width="300"><select size="1" name="download_files">
{download_files}
</select></td>
</tr>
<tr>
<td width="300"><font size="2">Rate and Post Comments:</font></td>
<td width="300"><select size="1" name="post_comments">
{post_comments}
</select></td>
</tr>
<tr>
<td width="300"><font size="2">Comments Admin:</font></td>
<td width="300"><select size="1" name="comments_admin">
{comments_admin}
</select></td>
</tr>
<tr>
<td width="300"><font size="2">Category Admin:</font></td>
<td width="300"><select size="1" name="category_admin">
{category_admin}
</select></td>
</tr>
<tr>
<td width="300"><font size="2">Sub Category Admin:</font></td>
<td width="300"><select size="1" name="sub_category_admin">
{sub_category_admin}
</select></td>
</tr>
<tr>
<td width="300"><font size="2">Add File:</font></td>
<td width="300"><select size="1" name="add_file">
{add_file}
</select></td>
</tr>
<tr>
<td width="300"><font size="2">Edit / Delete File:</font></td>
<td width="300"><select size="1" name="edit_file">
{edit_file}
</select></td>
</tr>
<tr>
<td width="300"><font size="2">Administration Options:</font></td>
<td width="300"><select size="1" name="admin_options">
{admin_options}
</select></td>
</tr>
</table>
</center>
</div>
<p align="center">
<input type="hidden" value="{user_id}" name="id">
<input type="submit" value="Update User" name="edit_user"></p>
</form>