1 | <!DOCTYPE html> |
---|
2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
3 | <head> |
---|
4 | <meta charset="UTF-8" /> |
---|
5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> |
---|
6 | |
---|
7 | <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
8 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
9 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
10 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
11 | |
---|
12 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
13 | <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
14 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
15 | |
---|
16 | <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> |
---|
17 | <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> |
---|
18 | |
---|
19 | <tpl:Entries no_content="1"> |
---|
20 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
21 | </tpl:Entries> |
---|
22 | |
---|
23 | {{tpl:include src="_head.html"}} |
---|
24 | </head> |
---|
25 | <body class="dc-archive-month"> |
---|
26 | <div id="page"> |
---|
27 | {{tpl:include src="_top.html"}} |
---|
28 | |
---|
29 | <div id="wrapper"> |
---|
30 | |
---|
31 | <div id="main"> |
---|
32 | <div id="content"> |
---|
33 | |
---|
34 | <p class="navlinks topnl"> |
---|
35 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> |
---|
36 | {{tpl:ArchiveDate}} |
---|
37 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
---|
38 | </p> |
---|
39 | |
---|
40 | <div id="content-info"> |
---|
41 | <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> |
---|
42 | </div> |
---|
43 | |
---|
44 | <div class="content-inner"> |
---|
45 | <tpl:Entries> |
---|
46 | {{tpl:ductileEntriesList default="short"}} |
---|
47 | </tpl:Entries> |
---|
48 | </div> |
---|
49 | |
---|
50 | <p class="navlinks"> |
---|
51 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> |
---|
52 | {{tpl:ArchiveDate}} |
---|
53 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
---|
54 | </p> |
---|
55 | |
---|
56 | </div> |
---|
57 | </div> <!-- End #main --> |
---|
58 | |
---|
59 | {{tpl:include src="_sidebar.html"}} |
---|
60 | |
---|
61 | </div> <!-- End #wrapper --> |
---|
62 | |
---|
63 | {{tpl:include src="_footer.html"}} |
---|
64 | </div> <!-- End #page --> |
---|
65 | </body> |
---|
66 | </html> |
---|