116 lines
3.8 KiB
HTML
Executable File
116 lines
3.8 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
|
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
|
|
|
|
<title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
|
|
<meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" encode_html="1"}}" />
|
|
<meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
|
|
<meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
|
|
<meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
|
|
|
|
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
|
|
<meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
|
|
<meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" />
|
|
<meta name="dc.language" content="{{tpl:BlogLanguage}}" />
|
|
<meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
|
|
<meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
|
|
<meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
|
|
<meta name="dc.type" content="text" />
|
|
<meta name="dc.format" content="text/html" />
|
|
|
|
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
|
<tpl:Categories>
|
|
<link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
|
|
</tpl:Categories>
|
|
|
|
<tpl:Entries no_content="1">
|
|
<tpl:EntriesHeader>
|
|
<tpl:Pagination>
|
|
<tpl:PaginationIf end="0">
|
|
<link rel="previous" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
|
|
</tpl:PaginationIf>
|
|
|
|
<tpl:PaginationIf start="0">
|
|
<link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
|
|
</tpl:PaginationIf>
|
|
</tpl:Pagination>
|
|
</tpl:EntriesHeader>
|
|
|
|
<link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
|
|
</tpl:Entries>
|
|
|
|
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
|
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" />
|
|
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
|
|
|
|
{{tpl:include src="_head.html"}}
|
|
|
|
</head>
|
|
|
|
<body class="dc-home">
|
|
<div id="page">
|
|
{{tpl:include src="_top.html"}}
|
|
|
|
<div id="wrapper">
|
|
|
|
<div id="main">
|
|
|
|
<div id="content">
|
|
|
|
<div id="content-first">
|
|
{{tpl:include src="_entry-first.html"}}
|
|
</div>
|
|
|
|
<div id="content-second">
|
|
{{tpl:include src="_entry-second.html"}}
|
|
</div>
|
|
|
|
<div id="content-third">
|
|
{{tpl:include src="_entry-third.html"}}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> <!-- End #main -->
|
|
|
|
<div id="sidebar">
|
|
|
|
<div id="blogabout">
|
|
<div id="about">
|
|
{{tpl:include src="_about.html"}}
|
|
</div>
|
|
</div>
|
|
|
|
<div id="blogsearch">
|
|
<div id="search">
|
|
<form method="get" action="{{tpl:BlogURL}}">
|
|
<fieldset>
|
|
<p>
|
|
<input type="text" value="" name="q" id="q" maxlength="255" size="10"/>
|
|
<input type="submit" value="rechercher" class="submit"/>
|
|
</p>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="blognav">
|
|
{{tpl:Widgets type="nav"}}
|
|
</div>
|
|
|
|
<div id="blogextra">
|
|
{{tpl:Widgets type="extra"}}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> <!-- End #wrapper -->
|
|
|
|
{{tpl:include src="_footer.html"}}
|
|
</div> <!-- End #page -->
|
|
</body>
|
|
</html> |