Mercurial > defr > templates
comparison tests/references/blog.out @ 18:267ffe3e76f5
Ajout d'une structure de tests unitaires
On utilise les différents exemples présents comme des tests unitaires,
et on ajoute des rendus de références pour chacun, de façon à vérifier
que tout se passe bien.
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 30 Oct 2007 15:06:30 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
17:d4ac7cef0cdd | 18:267ffe3e76f5 |
---|---|
1 <?xml version="1.0"?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
3 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:tr="http://defr.net/2007/template" xml:lang="fr"> | |
4 <head> | |
5 <title>Dual Blog</title> | |
6 <link rel="StyleSheet" type="Text/CSS" href="/blog/css/comment.css"/> | |
7 <link type="text/css" media="screen" rel="StyleSheet" href="/css/truc.css" title="Truc"/> | |
8 <link type="text/css" media="screen" rel="Alternate StyleSheet" href="/css/chose.css" title="Chose"/> | |
9 <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/blog/dualblog.atom"/> | |
10 <link rel="alternate" type="application/rss+xml" title="RSS 2.0 feed" href="/blog/dualblog.rss"/> | |
11 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> | |
12 <meta name="author" content="Franck Deroche"/> | |
13 </head> | |
14 <body id="Main"> | |
15 <h1>Dual Blog : DeFr's Weblog</h1> | |
16 <div id="Posts" tr:id="Posts"> | |
17 <div class="PostContent Weird" tr:id="post"><h2>Lorem ipsum | <span class="Date">lundi 19 mars 2007, 00h37</span></h2><img tr:id="mood" class="mood" src="/blog/mood/Weird.png" alt="Mood: Weird"/>Lorem ipsum sit dolor amet<p class="postInfos"><span class="Tags"><em>Tags</em> : Voyage, Toulon, SNCF</span><br/><a href="/blog/posts/321-Une_nuit_en_Corail_Lunea">#0002</a> - | |
18 <a href="/blog/posts/321-Une_nuit_en_Corail_Lunea">Un petit commentaire ?</a> | |
19 </p></div> | |
20 <div class="PostContent Cool" tr:id="post"><h2>Sit dolor | <span class="Date">samedi 17 mars 2007, 00h37</span></h2><img tr:id="mood" class="mood" src="/blog/mood/Cool.png" alt="Mood: Cool"/>sit dolor amet<p class="postInfos"><span class="Tags"><em>Tags</em> : Voyage, Toulon, SNCF</span><br/><a href="/blog/posts/321-Une_nuit_en_Corail_Lunea">#0001</a> - | |
21 <a href="/blog/posts/321-Une_nuit_en_Corail_Lunea">Un petit commentaire ?</a> | |
22 </p></div> | |
23 </div> | |
24 </body> | |
25 </html> |