Mercurial > hg > Blog
comparison themes/tuxlite_tbs/templates/add_comment.html @ 76:7aa5f064106e
Use the "standard" pelican_plugin_system for comments instead of or homegrown pelican plugin.
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 06 Jan 2016 16:10:11 +0100 |
parents | c2b99e876559 |
children |
comparison
equal
deleted
inserted
replaced
69:ff642c382b2b | 76:7aa5f064106e |
---|---|
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> |