changeset 107:46db55d5fa50

Added stub captcha filed.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 10:00:12 +0000
parents e8bbce758855
children a25099606ec5
files themes/blocky/comment-form.inc themes/blog.steve.org.uk/comment-form.inc themes/copyrighteous/comment-form.inc themes/default/comment-form.inc
diffstat 4 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blocky/comment-form.inc	Thu Dec 13 09:58:33 2007 +0000
+++ b/themes/blocky/comment-form.inc	Thu Dec 13 10:00:12 2007 +0000
@@ -3,6 +3,7 @@
 <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>
@@ -14,5 +15,6 @@
 <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_if -->
--- a/themes/blog.steve.org.uk/comment-form.inc	Thu Dec 13 09:58:33 2007 +0000
+++ b/themes/blog.steve.org.uk/comment-form.inc	Thu Dec 13 10:00:12 2007 +0000
@@ -3,6 +3,7 @@
 <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>
@@ -14,5 +15,6 @@
 <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_if -->
--- a/themes/copyrighteous/comment-form.inc	Thu Dec 13 09:58:33 2007 +0000
+++ b/themes/copyrighteous/comment-form.inc	Thu Dec 13 10:00:12 2007 +0000
@@ -3,6 +3,7 @@
 <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>
@@ -14,5 +15,6 @@
 <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_if -->
--- a/themes/default/comment-form.inc	Thu Dec 13 09:58:33 2007 +0000
+++ b/themes/default/comment-form.inc	Thu Dec 13 10:00:12 2007 +0000
@@ -3,6 +3,7 @@
 <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>
@@ -14,5 +15,6 @@
 <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_if -->