comparison themes/blocky/comment-form.inc @ 97:69570137cb66

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 17:28:21 +0000
parents 76d3d615459f
children 46db55d5fa50
comparison
equal deleted inserted replaced
96:e168dcfc8a3d 97:69570137cb66
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 <table> 6 <table>
7 <tr><td>Your Name</td> 7 <tr><td>Your Name</td>
8 <td><input type="text" size="55" name="name"></td></tr> 8 <td><input type="text" size="55" name="name"></td></tr>
9 <tr><td>Your Name</td> 9 <tr><td>Your Email</td>
10 <td><input type="text" size="55" name="name"></td></tr> 10 <td><input type="text" size="55" name="mail"></td></tr>
11 <tr><td colspan="2">Your Comment<br /> 11 <tr><td colspan="2">Your Comment<br />
12 <textarea name="body" rows="10" cols="60"> 12 <textarea name="body" rows="10" cols="60">
13 </textarea> 13 </textarea>
14 <tr><td></td><td><input type="submit"></td></tr> 14 <tr><td></td><td><input type="submit"></td></tr>
15 </table> 15 </table>