65 lines
2.2 KiB
HTML
65 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="{{tpl:BlogLanguage}}">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<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="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="prev" 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 id="page">
|
|
{{tpl:include src="_top.html"}}
|
|
|
|
<div id="wrapper">
|
|
|
|
<div id="main">
|
|
<div id="content">
|
|
|
|
<p class="navlinks topnl">
|
|
<tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious>
|
|
{{tpl:ArchiveDate}}
|
|
<tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext>
|
|
</p>
|
|
|
|
<div id="content-info">
|
|
<h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2>
|
|
</div>
|
|
|
|
<div class="content-inner">
|
|
<tpl:Entries>
|
|
{{tpl:ductileEntriesList default="short"}}
|
|
</tpl:Entries>
|
|
</div>
|
|
|
|
<p class="navlinks">
|
|
<tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious>
|
|
{{tpl:ArchiveDate}}
|
|
<tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext>
|
|
</p>
|
|
|
|
</div>
|
|
</div> <!-- End #main -->
|
|
|
|
{{tpl:include src="_sidebar.html"}}
|
|
|
|
</div> <!-- End #wrapper -->
|
|
|
|
{{tpl:include src="_footer.html"}}
|
|
</div> <!-- End #page -->
|
|
</body>
|
|
</html>
|