<!--{include file="header.html"}-->
<!--{if $error}-->
<div align="center"><strong>Suggestion rejected: <!--{$error}--></strong></div><br />
<!--{/if}-->
<!--{if $success}-->
<div align="center"><strong>Your suggestion was submitted for approval. Thank you.</strong></div><br />
<!--{/if}-->
<!--{if $category_name}-->
<strong>Add a link in "<!--{$category_name}-->":</strong><br /><br />
<!--{/if}-->
<form action="<!--{$phpself}-->" method="post">
<table width="100%" border="0">
<tr>
<td width="11%">URL:</td>
<td width="89%"><input type="text" name="url" <!--{$url_value}-->/></td>
</tr>
<tr>
<td>Title:</td>
<td><input type="text" name="title" <!--{$title_value}-->/></td>
</tr>
<tr>
<td>Description:</td>
<td><textarea name="description" cols="30" rows="4"><!--{$description_value}--></textarea>Max <!--{$description_length}--> chars</td>
</tr>
<!--{if $category_selects}-->
<tr>
<td>Category:</td>
<td><!--{$category_selects}--><input type="hidden" name="category_selects" value="1" /></td>
</tr>
<!--{else}-->
<input type="hidden" name="category" value="<!--{$category}-->" />
<!--{/if}-->
<tr>
<td>Your Name:</td>
<td><input type="text" name="yourname" <!--{$yourname_value}-->/></td>
</tr>
<tr>
<td>Your Email:</td>
<td><input type="text" name="youremail" <!--{$youremail_value}-->/></td>
</tr>
<tr>
<td align="right"> </td>
<td>Your name and email address will be kept private.<br /></td>
</tr>
<!--{if $use_captcha}-->
<tr><td>Security Image:</td>
<td>Enter the text from the image below into the box. <br />
<img src="inc/captcha/img.php" /><br />
<input name="security" type="text" id="security" /></td>
</tr>
<!--{/if}-->
<tr>
<td> </td>
<td><input type="submit" value="Submit Resource" />
<input name="Reset" type="reset" id="Reset" value="Reset" />
<input type="hidden" name="submitted" value="1" /></td>
</tr>
</table>
</form>
<!--{include file="footer.html"}-->