Mercurial > defr > DualBlog
annotate templates/comment.xml @ 16:116ef98b4cb5
L'affichage d'un post unique avec commentaire utilise maintenant les templates aussi.
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Fri, 26 Oct 2007 16:26:56 +0200 |
parents | |
children | ef5fd86d30ec |
rev | line source |
---|---|
webmaster@16 | 1 <?xml version='1.0' encoding='UTF-8'?> |
webmaster@16 | 2 <div class='PostContent' |
webmaster@16 | 3 xmlns='http://www.w3.org/1999/xhtml' |
webmaster@16 | 4 xmlns:tr='http://defr.net/2007/template'> |
webmaster@16 | 5 <div class='Infos'> |
webmaster@16 | 6 <img class='gravatar' tr:id='gravatar' alt='' /> |
webmaster@16 | 7 <a tr:id='auteur' /> <tr:dateComment /> |
webmaster@16 | 8 </div> |
webmaster@16 | 9 <div class='Comment'><tr:comment /></div> |
webmaster@16 | 10 <br class='endComment' /> |
webmaster@16 | 11 </div> |