comparison themes/leftbar/comment-form.inc @ 225:ea9cb3e9020b

New theme.
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 20:57:12 +0100
parents
children
comparison
equal deleted inserted replaced
224:9780818e4f2f 225:ea9cb3e9020b
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 <input type="hidden" name="captcha" value="">
7 <table>
8 <tr><td>Your Name</td>
9 <td><input type="text" size="55" name="name"></td></tr>
10 <tr><td>Your EMail</td>
11 <td><input type="text" size="55" name="mail"></td></tr>
12 <tr><td colspan="2">Your Comment<br />
13 <textarea name="body" rows="10" cols="60">
14 </textarea></td></tr>
15 <tr><td></td><td><input type="submit"></td></tr>
16 </table>
17 </form>
18 <p>Your submission will be ignored if any field is left blank. But your email address will not be displayed.</p>
19 </blockquote>
20 <!-- /tmpl_if -->