Mercurial > defr > templates
diff blog_post.xml @ 13:673d9845fc16
Ajout d'un exemple plus complet basé sur DualBlog
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Mon, 22 Oct 2007 08:59:58 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blog_post.xml Mon Oct 22 08:59:58 2007 +0200 @@ -0,0 +1,16 @@ +<?xml version='1.0' encoding='utf-8'?> +<div class='PostContent Weird' + xmlns='http://www.w3.org/1999/xhtml' + xmlns:tr='http://defr.net/2007/template' + tr:id='post'> + <h2><tr:postTitle /> | <span class='Date'><tr:postDate /></span></h2> + <img tr:id='mood' class='mood' /> + + <tr:postContent /> + + <p class='postInfos'> + <span class='Tags'><em>Tags</em> : <tr:postTags /></span><br /> + <a href="/blog/posts/321-Une_nuit_en_Corail_Lunea"><tr:postNumber /></a> - + <a href="/blog/posts/321-Une_nuit_en_Corail_Lunea"><tr:postComments /></a> + </p> +</div>