Mercurial > defr > templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:8a99fa4ea193 | 13:673d9845fc16 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <div class='PostContent Weird' | |
3 xmlns='http://www.w3.org/1999/xhtml' | |
4 xmlns:tr='http://defr.net/2007/template' | |
5 tr:id='post'> | |
6 <h2><tr:postTitle /> | <span class='Date'><tr:postDate /></span></h2> | |
7 <img tr:id='mood' class='mood' /> | |
8 | |
9 <tr:postContent /> | |
10 | |
11 <p class='postInfos'> | |
12 <span class='Tags'><em>Tags</em> : <tr:postTags /></span><br /> | |
13 <a href="/blog/posts/321-Une_nuit_en_Corail_Lunea"><tr:postNumber /></a> - | |
14 <a href="/blog/posts/321-Une_nuit_en_Corail_Lunea"><tr:postComments /></a> | |
15 </p> | |
16 </div> |