Mercurial > hg > Blog
annotate themes/tuxlite_tbs/templates/add_comment.html @ 113:30fb82b33128 default tip
Anpassung der Pfade im Makefile
| author | Dirk Olmes <dirk.olmes@codedo.de> | 
|---|---|
| date | Thu, 18 Sep 2025 11:48:57 +0200 | 
| parents | c2b99e876559 | 
| children | 
| rev | line source | 
|---|---|
| 
72
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
1 <div style="padding: 20px 0px 0px 0px;"> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
2 <div style="font-size: 120%;"> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
3 Leave a comment | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
4 </div> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
5 {% if False %} | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
6 <form action="http://xanthippe.duckdns.org/blog-comments/simple_comments.php" method="POST"> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
7 {% endif %} | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
8 <form action="http://xanthippe.duckdns.org/blog-comments/submit_comment.php" method="POST"> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
9 <input type="hidden" name="Slug" value="{{ article.slug }}"> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
10 <table style="padding: 10px 0px 0px 0px;"> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
11 <tr> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
12 <td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
13 Your name: | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
14 </td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
15 <td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
16 <input type="text" name="Author"> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
17 </td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
18 </tr> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
19 <tr> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
20 <td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
21 Comment: | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
22 </td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
23 <td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
24 <textarea rows="5" cols="60" name="Comment"></textarea> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
25 </td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
26 </tr> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
27 <tr> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
28 <td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
29 <input type="submit" value="Submit"> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
30 </td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
31 <td></td> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
32 </tr> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
33 </table> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
34 </form> | 
| 
 
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
35 </div> | 
