Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/simple_comments.html @ 12:7bfdc2b1d768
generate a captcha per blog post
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 06 Aug 2013 04:06:16 +0200 |
parents | bb1f035109da |
children | 04a8afe79c59 |
comparison
equal
deleted
inserted
replaced
11:bb1f035109da | 12:7bfdc2b1d768 |
---|---|
18 <div style="font-size: 120%;"> | 18 <div style="font-size: 120%;"> |
19 Leave a comment | 19 Leave a comment |
20 </div> | 20 </div> |
21 <form action="http://xanthippe.dyndns.org/blog-comments/simple_comments.php" method="POST"> | 21 <form action="http://xanthippe.dyndns.org/blog-comments/simple_comments.php" method="POST"> |
22 <input type="hidden" name="Slug" value="{{ article.slug }}"> | 22 <input type="hidden" name="Slug" value="{{ article.slug }}"> |
23 <div style="padding: 10px 0px 0px 0px;"> | 23 <table style="padding: 10px 0px 0px 0px;"> |
24 Your name: <input type="text" name="Author"> | 24 <tr> |
25 </div> | 25 <td> |
26 <div> | 26 Your name: |
27 <textarea rows="5" cols="60" name="Comment"></textarea> | 27 </td> |
28 </div> | 28 <td> |
29 <div> | 29 <input type="text" name="Author"> |
30 <input type="submit" value="Submit"> | 30 </td> |
31 </div> | 31 </tr> |
32 <tr> | |
33 <td> | |
34 Comment: | |
35 </td> | |
36 <td> | |
37 <textarea rows="5" cols="60" name="Comment"></textarea> | |
38 </td> | |
39 </tr> | |
40 <tr> | |
41 <td colspan="2"> | |
42 Please type the characters you see in this image: | |
43 <td> | |
44 <td></td> | |
45 </tr> | |
46 <tr> | |
47 <td> | |
48 <img src="{{ SITEURL }}/{{ article.slug }}.jpg"> | |
49 </td> | |
50 <td> | |
51 <input type="text" name="Challenge"> | |
52 </td> | |
53 </tr> | |
54 <tr> | |
55 <td> | |
56 <input type="submit" value="Submit"> | |
57 </td> | |
58 <td></td> | |
59 </tr> | |
60 </table> | |
32 </form> | 61 </form> |
33 </div> | 62 </div> |
34 {% endif %} | 63 {% endif %} |