annotate examples/tutorial/geddit/templates/_comment.html @ 1045:d7ede0cf4735 stable-0.6.x tip

Merge r1269 from trunk (fix for selecting namespaced attributes).
author hodgestar
date Thu, 20 Mar 2014 13:01:56 +0000
parents e990fa05d80b
children
rev   line source
631
e990fa05d80b GenshiTutorial: implement the XSS section.
cmlenz
parents: 625
diff changeset
1 <?python from genshi import HTML ?>
625
abad7c2ebe15 GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
2 <li id="comment$num">
abad7c2ebe15 GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
3 <strong>${comment.username}</strong> at ${comment.time.strftime('%x %X')}
631
e990fa05d80b GenshiTutorial: implement the XSS section.
cmlenz
parents: 625
diff changeset
4 <blockquote>${HTML(comment.content)}</blockquote>
625
abad7c2ebe15 GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
5 </li>
Copyright (C) 2012-2017 Edgewall Software