{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"><strong>{LANG_ADDSTORY}</strong><br>
<br>
<form name="form1" method="post" action="add_story.php" style="padding:0px;margin:0px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><strong>{LANG_ENTERURL}</strong></td>
</tr>
<tr>
<td><input name="story_url" type="text" id="story_url" size="50" maxlength="255" value="{FIELD_URL}">
<input type="submit" name="Submit" value="{LANG_CONTINUE}"></td>
</tr>
<tr>
<td><br>
<span class="error">{URL_ERROR}</span></td>
</tr>
</table>
</form></td>
</tr>
</table>
{OVERALL_FOOTER}