view themes/blocky/comment-form.inc @ 91:76d3d615459f

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:01:23 +0000
parents ad6136b094b8
children 69570137cb66
line wrap: on
line source

<!-- tmpl_if name='comments_enabled' -->
<h3>Add A Comment</h3>
<blockquote>
<form action="/cgi-bin/comments.cgi" method="post">
<input type="hidden" name="id" value="<!-- tmpl_var name='link' escape='html' -->">
<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 -->