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

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