| 1 | {{tpl:extends parent="__layout.html"}} |
|---|
| 2 | |
|---|
| 3 | <tpl:Block name="head-title"> |
|---|
| 4 | <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> |
|---|
| 5 | </tpl:Block> |
|---|
| 6 | |
|---|
| 7 | <tpl:Block name="meta-robots"> |
|---|
| 8 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> |
|---|
| 9 | </tpl:Block> |
|---|
| 10 | |
|---|
| 11 | <tpl:Block name="head-linkrel"> |
|---|
| 12 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
|---|
| 13 | <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" |
|---|
| 14 | title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> |
|---|
| 15 | <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" |
|---|
| 16 | title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> |
|---|
| 17 | |
|---|
| 18 | <tpl:Entries no_content="1"> |
|---|
| 19 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
|---|
| 20 | </tpl:Entries> |
|---|
| 21 | </tpl:Block> |
|---|
| 22 | |
|---|
| 23 | <tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block> |
|---|
| 24 | |
|---|
| 25 | <tpl:Block name="main-content"> |
|---|
| 26 | <p id="navlinks"> |
|---|
| 27 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> |
|---|
| 28 | - </tpl:ArchivePrevious> |
|---|
| 29 | <a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a> |
|---|
| 30 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
|---|
| 31 | </p> |
|---|
| 32 | |
|---|
| 33 | <div id="content-info"> |
|---|
| 34 | <h2>{{tpl:ArchiveDate}}</h2> |
|---|
| 35 | </div> |
|---|
| 36 | |
|---|
| 37 | <div class="content-inner"> |
|---|
| 38 | <tpl:Entries no_content="1"> |
|---|
| 39 | <!-- # New day date --> |
|---|
| 40 | <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> |
|---|
| 41 | |
|---|
| 42 | <h2 id="p{{tpl:EntryID}}" class="post-title" lang="{{tpl:EntryLang}}"><a |
|---|
| 43 | href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> |
|---|
| 44 | |
|---|
| 45 | <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} |
|---|
| 46 | <tpl:EntryIf show_comments="1"> |
|---|
| 47 | - <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a> |
|---|
| 48 | </tpl:EntryIf> |
|---|
| 49 | <tpl:EntryIf show_pings="1"> |
|---|
| 50 | - <a href="{{tpl:EntryURL}}#pings">{{tpl:EntryPingCount}}</a></tpl:EntryIf> |
|---|
| 51 | <tpl:EntryIf has_attachment="1"> |
|---|
| 52 | - <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> |
|---|
| 53 | </p> |
|---|
| 54 | </tpl:Entries> |
|---|
| 55 | </div> |
|---|
| 56 | </tpl:Block> |
|---|