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