{OVERALL_HEADER}
<div id="maincontainer">
<div id="newsbar">
<div class="newstitle">
{LANG_ADDSTORY}
</div>
</div>
</div>
<div class="aclear"></div>
<div id="container">
<div id="headerbar"></div>
<div class="aclear"></div>
<div id="main">
<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>
</div>
</div>
{OVERALL_FOOTER}