{OVERALL_HEADER}
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="200" valign="top">
<a href="{SITE_URL}editprofile.php">{LANG_EDITPROFILE}</a><br>
<a href="{SITE_URL}add_story.php">{LANG_SUBMITS}</a><br>
<a href="{SITE_URL}logout.php">{LANG_LOGOUT}</a><br>
<br>
<strong>{LANG_CATS}</strong><br>
<br>
{LOOP: CATS}
IF("{CATS.parent_id}"!="0"){ {:IF}
<a href="{CATS.cat_url}">{CATS.cat_title}</a><br>
{/LOOP: CATS}
<br>
<br></td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="bottom"><strong style="font-size:16px;">{LANG_EDITPROFILE}</strong></td>
<td width="200"> <div id="tabsB">
<ul>
<li><a href="editprofile.php"><span>{LANG_PROFSETTING}</span></a></li>
</ul>
</div></td>
</tr>
<tr><td height="1" bgcolor="#dedede"></td><td height="1" bgcolor="#dedede"></td></tr>
<tr><td colspan="2"><a href="editprofile.php?cmd=details">{LANG_EDITPROFILE}</a> | <a href="editprofile.php?cmd=avatar">{LANG_MANAVATAR}</a></td>
</tr>
</table>
<br>
<br>
<form name="form1" method="post" action="editprofile.php" style="padding:0px;margin:0px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="160">{LANG_EMAILAD}:</td>
<td><input name="email" type="text" id="email" value="{EMAIL_FIELD}" maxlength="255"></td>
</tr>
<tr>
<td>Comment Threshold:</td>
<td><select name="commentst" id="commentst">
<option value="-4" IF("{COMMENTST_FIELD}"=="-4"){selected{:IF}>-4 {LANG_DIGGS} or higher</option>
<option value="-2" IF("{COMMENTST_FIELD}"=="-2"){selected{:IF}>-2 {LANG_DIGGS} or higher</option>
<option value="0" IF("{COMMENTST_FIELD}"=="0"){selected{:IF}>0 {LANG_DIGGS} or higher</option>
<option value="2" IF("{COMMENTST_FIELD}"=="2"){selected{:IF}>2 {LANG_DIGGS} or higher</option>
<option value="4" IF("{COMMENTST_FIELD}"=="4"){selected{:IF}>4 {LANG_DIGGS} or higher</option>
</select></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" value="{LANG_SAVE}"></td>
</tr>
</table>
</form></td>
</tr>
</table>
{OVERALL_FOOTER}