diff themes/blocky/comment-form.inc @ 86:ad6136b094b8

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 14:55:51 +0000
parents
children 76d3d615459f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blocky/comment-form.inc	Wed Dec 12 14:55:51 2007 +0000
@@ -0,0 +1,17 @@
+<!-- tmpl_if name='comments_enabled' -->
+<h3>Add A Comment</h3>
+<blockquote>
+<form action="/cgi-bin/comments.cgi" method="post">
+<table>
+<tr><td>Your Name</td>
+    <td><input type="text" size="55" name="name"></td></tr>
+<tr><td>Your Name</td>
+    <td><input type="text" size="55" name="name"></td></tr>
+<tr><td colspan="2">Your Comment<br />
+<textarea name="body" rows="10" cols="60">
+</textarea>
+<tr><td></td><td><input type="submit"></td></tr>
+</table>
+</form>
+</blockquote>
+<!-- /tmpl_if -->