view themes/copyrighteous/comment-form.inc @ 303:c45e82e72bc4

Applying changes used on m0dlx.com
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 21 Dec 2008 23:55:27 +0000
parents 1ae476191bec
children
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' -->">
<input type="hidden" name="captcha" value="">
<table>
<tr><td>Your Name</td>
    <td><input type="text" size="55" name="name"></td></tr>
<tr><td>Your Email</td>
    <td><input type="text" size="55" name="mail"></td></tr>
<tr><td colspan="2">Your Comment<br />
<textarea name="body" rows="10" cols="60">
</textarea></td></tr>
<tr><td></td><td><input type="submit"></td></tr>
</table>
</form>
<p>Your submission will be ignored if any field is left blank.  But your email address will not be displayed.</p>
</blockquote>
<!-- tmpl_else -->
<p>Comments for this entry are now closed.</p>
<!-- /tmpl_if -->