annotate examples/tutorial/geddit/templates/_comment.html @ 625:dba522b4c31d

GenshiTutorial: implemented AJAX commenting.
author cmlenz
date Fri, 31 Aug 2007 17:01:00 +0000
parents
children e414dc0bca5c
rev   line source
625
dba522b4c31d GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
1 <li id="comment$num">
dba522b4c31d GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
2 <strong>${comment.username}</strong> at ${comment.time.strftime('%x %X')}
dba522b4c31d GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
3 <blockquote>${comment.content}</blockquote>
dba522b4c31d GenshiTutorial: implemented AJAX commenting.
cmlenz
parents:
diff changeset
4 </li>
Copyright (C) 2012-2017 Edgewall Software