Mercurial > defr > DualBlog
comparison templates/main.xml @ 58:ded2849cf38c
On rend le validator HTML5 content avec ces quelques changements.
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Wed, 06 Feb 2008 18:15:17 +0100 |
parents | 876d42d93e5b |
children | caef2b6e5690 |
comparison
equal
deleted
inserted
replaced
57:ef5fd86d30ec | 58:ded2849cf38c |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
2 <html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" | 2 <html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" |
3 xmlns:tr="http://defr.net/2007/template"> | 3 xmlns:tr="http://defr.net/2007/template"> |
4 <head> | 4 <head> |
5 <meta http-equiv='content-type' content='text/html; charset=utf-8' /> | |
6 <meta name='author' content='Franck Deroche' /> | |
5 <title /> | 7 <title /> |
6 <link rel='StyleSheet' type='Text/CSS' href='/blog/css/comment.css' /> | 8 <link rel='StyleSheet' type='Text/CSS' href='/blog/css/comment.css' /> |
7 <tr:possibleStyleSheets> | 9 <tr:possibleStyleSheets> |
8 <link tr:toClone='true' type='text/css' media='screen' /> | 10 <link tr:toClone='true' type='text/css' media='screen' /> |
9 </tr:possibleStyleSheets> | 11 </tr:possibleStyleSheets> |
10 <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/blog/dualblog.atom" /> | 12 <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/blog/dualblog.atom" /> |
11 <link rel="icon" type="image/png" href="/favicon.png" /> | 13 <link rel="icon" type="image/png" href="/favicon.png" /> |
12 <meta http-equiv='content-type' content='text/html; charset=utf-8' /> | 14 <script type="Text/JavaScript" src="/blog/RollUp.js"></script> |
13 <meta name='author' content='Franck Deroche' /> | |
14 <script type="Text/JavaScript" src="/blog/RollUp.js">//Stupid IE...</script> | |
15 </head> | 15 </head> |
16 | 16 |
17 <body id="Main"> | 17 <body id="Main"> |
18 <h1>Dual Blog : DeFr's Weblog</h1> | 18 <h1>Dual Blog : DeFr's Weblog</h1> |
19 <div id="Posts" tr:id='Posts'> | 19 <div id="Posts" tr:id='Posts'> |