%META:TOPICINFO{author="vinod" date="1089641112" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="WebHome"}%
<div style="border: 2px solid;">

<form name="main" enctype="multipart/form-data" action="%SCRIPTURLPATH%/newtopic%SCRIPTSUFFIX%/%WEB%" method="post">

<table>
<tr>
<td style="width:50px;">
  Topic Name: 
</td>
<td>
  <input type="text" name="topic" size="30" />
</td>
</tr>

<tr>
<td>
Choose Template
</td>
<td> 
	<select name="templatetopic" size="1">
	 <option>NewTopicTemplate</option> 
	</select>
</td>
</tr>
<tr>
<td>
Description
</td>
<td>
<textarea name="text" wrap="virtual" rows="5" cols="40" style="width: 99%">
</textarea>
</td>
</tr>
<tr>
<td>
Main category
</td>
<td>
<input type="text" name="Category" value="" />
</td>
</tr>
<tr>
<td>
Keywords</td>
<td>
<input type="text" name="Keywords" value="" />
</td>
</tr>
<tr>
<td>
Upload attachment
</td>
<td>
<input type="hidden" name="filename" value="%FILENAME%" />
<input type="file" name="filepath" value="%FILEPATH%" size="50" />
<td>
</tr>

<tr>
<td>
Description of file
</td>
<td>
<input type="text" name="filecomment" value="%URLPARAM{filecomment}%" maxlength="256" size="50" /> <br />
<input type="checkbox" name="createlink" %ATTACHLINKBOX% /> Create a link to the attached file at the end of the topic. <br />
<input type="checkbox" name="hidefile" %HIDEFILE% /> Hide attachment in normal topic view.
</td>
</tr>
</table>
<input type="submit" value="Submit" />
</form>

</div>

