comparison 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
comparison
equal deleted inserted replaced
84:c7f71166bc90 85:f3b73f970dd2
1 <!-- tmpl_if name='comments_enabled' -->
2 <h3>Add A Comment</h3>
3 <blockquote>
4 <form action="/cgi-bin/comments.cgi" method="post">
5 <table>
6 <tr><td>Your Name</td>
7 <td><input type="text" size="55" name="name"></td></tr>
8 <tr><td>Your Name</td>
9 <td><input type="text" size="55" name="name"></td></tr>
10 <tr><td colspan="2">Your Comment<br />
11 <textarea name="body" rows="10" cols="60">
12 </textarea>
13 <tr><td></td><td><input type="submit"></td></tr>
14 </table>
15 </form>
16 </blockquote>
17 <!-- /tmpl_if -->