annotate themes/leftbar/comment-form.inc @ 232:dfb2cf5a5882 release-2.7

New release
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:10:09 +0100
parents ea9cb3e9020b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
225
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
1 <!-- tmpl_if name='comments_enabled' -->
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
2 <h3>Add A Comment</h3>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
3 <blockquote>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
4 <form action="/cgi-bin/comments.cgi" method="post">
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
5 <input type="hidden" name="id" value="<!-- tmpl_var name='link' escape='html' -->">
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
6 <input type="hidden" name="captcha" value="">
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
7 <table>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
8 <tr><td>Your Name</td>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
9 <td><input type="text" size="55" name="name"></td></tr>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
10 <tr><td>Your EMail</td>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
11 <td><input type="text" size="55" name="mail"></td></tr>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
12 <tr><td colspan="2">Your Comment<br />
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
13 <textarea name="body" rows="10" cols="60">
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
14 </textarea></td></tr>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
15 <tr><td></td><td><input type="submit"></td></tr>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
16 </table>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
17 </form>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
18 <p>Your submission will be ignored if any field is left blank. But your email address will not be displayed.</p>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
19 </blockquote>
ea9cb3e9020b New theme.
Steve Kemp <steve@steve.org.uk>
parents:
diff changeset
20 <!-- /tmpl_if -->