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