view themes/default/comment-form.inc @ 85:f3b73f970dd2

Added comments.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 14:55:19 +0000
parents
children 76d3d615459f
line wrap: on
line source

<!-- tmpl_if name='comments_enabled' -->
<h3>Add A Comment</h3>
<blockquote>
<form action="/cgi-bin/comments.cgi" method="post">
<table>
<tr><td>Your Name</td>
    <td><input type="text" size="55" name="name"></td></tr>
<tr><td>Your Name</td>
    <td><input type="text" size="55" name="name"></td></tr>
<tr><td colspan="2">Your Comment<br />
<textarea name="body" rows="10" cols="60">
</textarea>
<tr><td></td><td><input type="submit"></td></tr>
</table>
</form>
</blockquote>
<!-- /tmpl_if -->