73 lines
3.5 KiB
HTML
Executable File
73 lines
3.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#"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
|
|
<meta property="dc:title" content="<title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{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"}}" />
|
|
<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: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" role="main">
|
|
|
|
<nav id="navlinks">
|
|
<tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a>
|
|
- </tpl:ArchivePrevious>
|
|
<a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a>
|
|
<tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext>
|
|
</nav>
|
|
|
|
<div id="content-info">
|
|
<h2><time>{{tpl:ArchiveDate}}</time></h2>
|
|
</div>
|
|
|
|
<div class="content-inner">
|
|
<tpl:Entries no_content="1">
|
|
<!-- # New day date -->
|
|
<article id="p{{tpl:EntryID}}" role="article">
|
|
<h3 class="post-title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"><a
|
|
href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a></h3>
|
|
<p class="post-info">{{tpl:lang By}} <b class="author">{{tpl:EntryAuthorLink}}</b>
|
|
{{tpl:lang on}} <time datetime="{{tpl:EntryDate iso8601="1"}}">{{tpl:EntryDate}}, {{tpl:EntryTime}}</time>
|
|
<tpl:EntryIf show_comments="1">
|
|
- <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a>
|
|
</tpl:EntryIf>
|
|
<tpl:EntryIf show_pings="1">
|
|
- <a href="{{tpl:EntryURL}}#pings">{{tpl:EntryPingCount}}</a></tpl:EntryIf>
|
|
<tpl:EntryIf has_attachment="1">
|
|
- <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
|
|
</p>
|
|
</article>
|
|
</tpl:Entries>
|
|
</div>
|
|
</div>
|
|
</div> <!-- End #main -->
|
|
|
|
{{tpl:include src="_complementary.html"}}
|
|
|
|
</div> <!-- End #wrapper -->
|
|
|
|
{{tpl:include src="_footer.html"}}
|
|
</div> <!-- End #page -->
|
|
</body>
|
|
</html> |