Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/add_comment.html @ 72:c2b99e876559 pelican_comment_system
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 02 Jan 2016 04:47:39 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
71:6e8d97e43bd7 | 72:c2b99e876559 |
---|---|
1 <div style="padding: 20px 0px 0px 0px;"> | |
2 <div style="font-size: 120%;"> | |
3 Leave a comment | |
4 </div> | |
5 {% if False %} | |
6 <form action="http://xanthippe.duckdns.org/blog-comments/simple_comments.php" method="POST"> | |
7 {% endif %} | |
8 <form action="http://xanthippe.duckdns.org/blog-comments/submit_comment.php" method="POST"> | |
9 <input type="hidden" name="Slug" value="{{ article.slug }}"> | |
10 <table style="padding: 10px 0px 0px 0px;"> | |
11 <tr> | |
12 <td> | |
13 Your name: | |
14 </td> | |
15 <td> | |
16 <input type="text" name="Author"> | |
17 </td> | |
18 </tr> | |
19 <tr> | |
20 <td> | |
21 Comment: | |
22 </td> | |
23 <td> | |
24 <textarea rows="5" cols="60" name="Comment"></textarea> | |
25 </td> | |
26 </tr> | |
27 <tr> | |
28 <td> | |
29 <input type="submit" value="Submit"> | |
30 </td> | |
31 <td></td> | |
32 </tr> | |
33 </table> | |
34 </form> | |
35 </div> |