comparison themes/default/comment-form.inc @ 107:46db55d5fa50

Added stub captcha filed.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 10:00:12 +0000
parents 69570137cb66
children 97fb2ef30e41
comparison
equal deleted inserted replaced
106:e8bbce758855 107:46db55d5fa50
1 <!-- tmpl_if name='comments_enabled' --> 1 <!-- tmpl_if name='comments_enabled' -->
2 <h3>Add A Comment</h3> 2 <h3>Add A Comment</h3>
3 <blockquote> 3 <blockquote>
4 <form action="/cgi-bin/comments.cgi" method="post"> 4 <form action="/cgi-bin/comments.cgi" method="post">
5 <input type="hidden" name="id" value="<!-- tmpl_var name='link' escape='html' -->"> 5 <input type="hidden" name="id" value="<!-- tmpl_var name='link' escape='html' -->">
6 <input type="hidden" name="captcha" value="">
6 <table> 7 <table>
7 <tr><td>Your Name</td> 8 <tr><td>Your Name</td>
8 <td><input type="text" size="55" name="name"></td></tr> 9 <td><input type="text" size="55" name="name"></td></tr>
9 <tr><td>Your EMail</td> 10 <tr><td>Your EMail</td>
10 <td><input type="text" size="55" name="email"></td></tr> 11 <td><input type="text" size="55" name="email"></td></tr>
12 <textarea name="body" rows="10" cols="60"> 13 <textarea name="body" rows="10" cols="60">
13 </textarea> 14 </textarea>
14 <tr><td></td><td><input type="submit"></td></tr> 15 <tr><td></td><td><input type="submit"></td></tr>
15 </table> 16 </table>
16 </form> 17 </form>
18 <p>Your submission will be ignored if any field is left blank. But your email address will not be displayed.</p>
17 </blockquote> 19 </blockquote>
18 <!-- /tmpl_if --> 20 <!-- /tmpl_if -->