[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"}}" /> |
---|
| 7 | |
---|
| 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"}}" /> |
---|
| 12 | |
---|
| 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" /> |
---|
| 21 | |
---|
| 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}}" /> |
---|
| 25 | |
---|
| 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> |
---|
| 28 | |
---|
| 29 | <tpl:Entries no_content="1"> |
---|
| 30 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
| 31 | </tpl:Entries> |
---|
| 32 | |
---|
| 33 | {{tpl:include src="_head.html"}} |
---|
[442] | 34 | </head> |
---|
| 35 | |
---|
| 36 | <body class="dc-archive-month"> |
---|
[615] | 37 | <div id="page"> |
---|
| 38 | {{tpl:include src="_top.html"}} |
---|
| 39 | |
---|
| 40 | <div id="wrapper"> |
---|
| 41 | |
---|
| 42 | <div id="main"> |
---|
| 43 | <div id="content"> |
---|
| 44 | |
---|
[666] | 45 | <p class="navlinks topnl"> |
---|
[615] | 46 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> |
---|
| 47 | {{tpl:ArchiveDate}} |
---|
| 48 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
---|
| 49 | </p> |
---|
| 50 | |
---|
| 51 | <div id="content-info"> |
---|
| 52 | <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> |
---|
| 53 | </div> |
---|
| 54 | |
---|
| 55 | <div class="content-inner"> |
---|
| 56 | <tpl:Entries> |
---|
[666] | 57 | {{tpl:ductileEntriesList default="short"}} |
---|
[615] | 58 | </tpl:Entries> |
---|
| 59 | </div> |
---|
| 60 | |
---|
| 61 | <p class="navlinks"> |
---|
| 62 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> |
---|
| 63 | {{tpl:ArchiveDate}} |
---|
| 64 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
---|
| 65 | </p> |
---|
| 66 | |
---|
| 67 | </div> |
---|
| 68 | </div> <!-- End #main --> |
---|
| 69 | |
---|
| 70 | {{tpl:include src="_sidebar.html"}} |
---|
| 71 | |
---|
| 72 | </div> <!-- End #wrapper --> |
---|
| 73 | |
---|
| 74 | {{tpl:include src="_footer.html"}} |
---|
| 75 | </div> <!-- End #page --> |
---|
[442] | 76 | </body> |
---|
[666] | 77 | </html> |
---|