comparison themes/blog.steve.org.uk/comment-form.inc @ 93:4774e0a2fa1a

Added theme.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:17:07 +0000
parents
children 69570137cb66
comparison
equal deleted inserted replaced
92:44401f2b885b 93:4774e0a2fa1a
1 <!-- tmpl_if name='comments_enabled' -->
2 <h3>Add A Comment</h3>
3 <blockquote>
4 <form action="/cgi-bin/comments.cgi" method="post">
5 <input type="hidden" name="id" value="<!-- tmpl_var name='link' escape='html' -->">
6 <table>
7 <tr><td>Your Name</td>
8 <td><input type="text" size="55" name="name"></td></tr>
9 <tr><td>Your Name</td>
10 <td><input type="text" size="55" name="name"></td></tr>
11 <tr><td colspan="2">Your Comment<br />
12 <textarea name="body" rows="10" cols="60">
13 </textarea>
14 <tr><td></td><td><input type="submit"></td></tr>
15 </table>
16 </form>
17 </blockquote>
18 <!-- /tmpl_if -->