annotate templates/main.xml @ 62:96b3c34d3705

Ajout des champs mentionnés dans le config.php.dist
author Franck Deroche <webmaster@defr.org>
date Tue, 11 Mar 2008 15:57:37 +0100
parents caef2b6e5690
children
rev   line source
webmaster@11 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
webmaster@11 2 <html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml"
webmaster@11 3 xmlns:tr="http://defr.net/2007/template">
webmaster@11 4 <head>
webmaster@58 5 <meta http-equiv='content-type' content='text/html; charset=utf-8' />
webmaster@58 6 <meta name='author' content='Franck Deroche' />
webmaster@11 7 <title />
webmaster@11 8 <link rel='StyleSheet' type='Text/CSS' href='/blog/css/comment.css' />
webmaster@11 9 <tr:possibleStyleSheets>
webmaster@11 10 <link tr:toClone='true' type='text/css' media='screen' />
webmaster@11 11 </tr:possibleStyleSheets>
webmaster@11 12 <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/blog/dualblog.atom" />
webmaster@25 13 <link rel="icon" type="image/png" href="/favicon.png" />
webmaster@59 14 <script type="Text/JavaScript" src="/blog/RollUp.js">//Stupid IE. Do not remove or the tag will be empty</script>
webmaster@11 15 </head>
webmaster@11 16
webmaster@11 17 <body id="Main">
webmaster@11 18 <h1>Dual Blog : DeFr's Weblog</h1>
webmaster@11 19 <div id="Posts" tr:id='Posts'>
webmaster@11 20 <tr:calendarPrevNext />
webmaster@11 21 <tr:post tr:toClone='true' />
webmaster@31 22 <tr:commentForm />
webmaster@11 23 <tr:calendarPrevNext />
webmaster@11 24 </div>
webmaster@11 25 <div id="Adresse">
webmaster@11 26 <span>Sites visités</span>
webmaster@11 27 </div>
webmaster@11 28 <tr:links />
webmaster@11 29 <tr:sidebar />
webmaster@11 30 </body>
webmaster@11 31 </html>