annotate examples/tutorial/geddit/templates/_comment.html @ 923:8cef75b02ac1

Pull up r1145 to trunk. Addresses #413.
author jruigrok
date Mon, 13 Dec 2010 18:55:01 +0000
parents e414dc0bca5c
children
rev   line source
631
e414dc0bca5c GenshiTutorial: implement the XSS section.
cmlenz
parents: 625
diff changeset
1 <?python from genshi import HTML ?>
625
dba522b4c31d GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
2 <li id="comment$num">
dba522b4c31d GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
3 <strong>${comment.username}</strong> at ${comment.time.strftime('%x %X')}
631
e414dc0bca5c GenshiTutorial: implement the XSS section.
cmlenz
parents: 625
diff changeset
4 <blockquote>${HTML(comment.content)}</blockquote>
625
dba522b4c31d GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
5 </li>
Copyright (C) 2012-2017 Edgewall Software