1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
6 | <meta name="MSSmartTagsPreventParsing" content="TRUE" /> |
---|
7 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> |
---|
8 | |
---|
9 | <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
10 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
11 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
12 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
13 | |
---|
14 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
15 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
16 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
17 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
18 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
19 | <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
20 | <meta name="dc.type" content="text" /> |
---|
21 | <meta name="dc.format" content="text/html" /> |
---|
22 | |
---|
23 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
24 | <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
25 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
26 | |
---|
27 | <tpl:ArchiveNext> |
---|
28 | <link rel="next" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> |
---|
29 | </tpl:ArchiveNext> |
---|
30 | <tpl:ArchivePrevious> |
---|
31 | <link rel="previous" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> |
---|
32 | </tpl:ArchivePrevious> |
---|
33 | <tpl:Entries no_content="1"> |
---|
34 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
35 | </tpl:Entries> |
---|
36 | |
---|
37 | {{tpl:include src="_head.html"}} |
---|
38 | </head> |
---|
39 | |
---|
40 | |
---|
41 | <body class="dc-archive-month"> |
---|
42 | <div id="page"> |
---|
43 | {{tpl:include src="_top.html"}} |
---|
44 | |
---|
45 | <div id="wrapper"> |
---|
46 | |
---|
47 | <div id="main"> |
---|
48 | <div id="content"> |
---|
49 | |
---|
50 | <p id="navlinks"> |
---|
51 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev" title="{{tpl:ArchiveDate encode_html="1"}}">« {{tpl:lang Previous day}}</a> |
---|
52 | - </tpl:ArchivePrevious> |
---|
53 | <a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a> |
---|
54 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:lang Next day}} »</a></tpl:ArchiveNext> |
---|
55 | </p> |
---|
56 | |
---|
57 | <div id="content-info"> |
---|
58 | <h2>{{tpl:ArchiveDate}}</h2> |
---|
59 | </div> |
---|
60 | |
---|
61 | <div class="content-inner"> |
---|
62 | <tpl:Entries> |
---|
63 | |
---|
64 | <h2 id="p{{tpl:EntryID}}" class="post-title"><a |
---|
65 | href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> |
---|
66 | |
---|
67 | <div class="post-content">{{tpl:EntryContent}}</div> |
---|
68 | |
---|
69 | <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} |
---|
70 | <tpl:EntryIf show_comments="1"> |
---|
71 | - <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a> |
---|
72 | </tpl:EntryIf> |
---|
73 | <tpl:EntryIf show_pings="1"> |
---|
74 | - <a href="{{tpl:EntryURL}}#pings">{{tpl:EntryTrackbackCount}}</a></tpl:EntryIf> |
---|
75 | </p> |
---|
76 | </tpl:Entries> |
---|
77 | </div> |
---|
78 | </div> |
---|
79 | </div> <!-- End #main --> |
---|
80 | |
---|
81 | <div id="sidebar"> |
---|
82 | <div id="blognav"> |
---|
83 | {{tpl:Widgets type="nav"}} |
---|
84 | </div> <!-- End #blognav --> |
---|
85 | |
---|
86 | <div id="blogextra"> |
---|
87 | {{tpl:Widgets type="extra"}} |
---|
88 | </div> <!-- End #blogextra --> |
---|
89 | </div> |
---|
90 | |
---|
91 | </div> <!-- End #wrapper --> |
---|
92 | |
---|
93 | {{tpl:include src="_footer.html"}} |
---|
94 | </div> <!-- End #page --> |
---|
95 | </body> |
---|
96 | </html> |
---|