61 lines
2.5 KiB
HTML
Executable File
61 lines
2.5 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<!--[if lt IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie6 lte-ie6 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie7 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if IE 8 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie8 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if (gte IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}" prefix="dc: http://purl.org/dc/terms/ schema: http://schema.org/ og: http://ogp.me/ns# article: http://ogp.me/ns/article# fb: http://ogp.me/ns/fb#"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
|
|
<meta property="dc:title" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" />
|
|
<meta property="dc:creator" content="{{tpl:BlogEditor encode_html="1"}}" />
|
|
<meta property="dc:language" content="{{tpl:BlogLanguage}}" />
|
|
<meta property="dc:description" content="" />
|
|
<meta property="dc:date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
|
|
<meta property="dc:rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
|
|
<meta property="dc:publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
|
|
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
|
|
|
{{tpl:include src="_head.html"}}
|
|
</head>
|
|
|
|
<body class="dc-archive">
|
|
<div id="page">
|
|
{{tpl:include src="_top.html"}}
|
|
|
|
<div id="wrapper">
|
|
|
|
<div id="main">
|
|
<div id="content" role="main">
|
|
|
|
<div id="content-info">
|
|
<h2>{{tpl:lang Archives}}</h2>
|
|
</div>
|
|
|
|
<div class="content-inner">
|
|
<tpl:Archives>
|
|
<tpl:ArchivesYearHeader>
|
|
<h3>{{tpl:ArchiveDate format="%Y"}}</h3>
|
|
<ul>
|
|
</tpl:ArchivesYearHeader>
|
|
<li><a href="{{tpl:ArchiveURL}}"
|
|
title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a>
|
|
({{tpl:ArchiveEntriesCount}})</li>
|
|
<tpl:ArchivesYearFooter>
|
|
</ul>
|
|
</tpl:ArchivesYearFooter>
|
|
</tpl:Archives>
|
|
</div>
|
|
|
|
</div>
|
|
</div> <!-- End #main -->
|
|
|
|
{{tpl:include src="_complementary.html"}}
|
|
|
|
|
|
</div> <!-- End #wrapper -->
|
|
|
|
{{tpl:include src="_footer.html"}}
|
|
</div> <!-- End #page -->
|
|
</body>
|
|
</html> |