80 lines
3.5 KiB
HTML
Executable File
80 lines
3.5 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 robots="NOINDEX"}}" />
|
|
|
|
<title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
<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:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName 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="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
|
|
<link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
|
|
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
|
|
|
|
|
|
<tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}"
|
|
title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext>
|
|
<tpl:ArchivePrevious><link rel="previous" href="{{tpl:ArchiveURL}}"
|
|
title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious>
|
|
|
|
<tpl:Entries no_content="1">
|
|
<link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
|
|
</tpl:Entries>
|
|
|
|
{{tpl:include src="_head.html"}}
|
|
</head>
|
|
|
|
<body class="dc-archive-month">
|
|
<div class="container clearfix">
|
|
{{tpl:include src="header.html"}}
|
|
|
|
<div id="main">
|
|
<div id="maincontent">
|
|
<h2>{{tpl:lang Archives for}} {{tpl:ArchiveDate}}</h2>
|
|
<tpl:Entries no_content="1">
|
|
<tpl:EntriesHeader><ul id="list-archive-post"></tpl:EntriesHeader>
|
|
<li>
|
|
<a href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a>
|
|
{{tpl:lang by}} {{tpl:EntryAuthorLink}}
|
|
<tpl:EntryIf show_comments="1"> · <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a></tpl:EntryIf>
|
|
</li>
|
|
<tpl:EntriesFooter></ul></tpl:EntriesFooter>
|
|
</tpl:Entries>
|
|
|
|
<p id="navlinks">
|
|
<tpl:ArchiveNext><a href="{{tpl:ArchiveURL}}" class="next">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchiveNext>
|
|
<a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a>
|
|
<tpl:ArchivePrevious> - <a href="{{tpl:ArchiveURL}}" class="prev"> {{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchivePrevious>
|
|
</p>
|
|
</div>
|
|
<!-- end #maincontent -->
|
|
|
|
{{tpl:include src="sidenav.html"}}
|
|
</div>
|
|
<!-- end #main -->
|
|
|
|
<div id="extra">
|
|
{{tpl:Widgets type="extra"}}
|
|
</div>
|
|
<!-- end #extra -->
|
|
|
|
{{tpl:include src="_footer.html"}}
|
|
|
|
</div>
|
|
<!-- end .container -->
|
|
|
|
</body>
|
|
</html> |