view templates/comment.xml @ 86:2a03eac5e9ca

index.php: Refactor pour utiliser Requete
author Franck Deroche <franck@defr.org>
date Sun, 02 Dec 2018 21:30:47 +0100
parents ef5fd86d30ec
children
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?>
<div class='PostContent' 
     xmlns='http://www.w3.org/1999/xhtml'
     xmlns:tr='http://defr.net/2007/template'>
  <div class='Infos'>
    <img class='gravatar' tr:id='gravatar' alt='' />
	  <a tr:id='auteur' /> <tr:commentDate />
  </div>
  <div class='Comment'><tr:comment /></div>
  <br class='endComment' />
</div>