annotate templates/comment.xml @ 56:0aa843c6571b

Il est necessaire de dés-épingler le formulaire dans ce cas.
author Franck Deroche <webmaster@defr.org>
date Tue, 29 Jan 2008 12:15:27 +0100
parents 116ef98b4cb5
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>