[3017] | 1 | {{tpl:extends parent="__layout.html"}} |
---|
[2566] | 2 | |
---|
[3017] | 3 | <tpl:Block name="head-title"> |
---|
| 4 | <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
| 5 | </tpl:Block> |
---|
[2566] | 6 | |
---|
[3017] | 7 | <tpl:Block name="meta-robots"> |
---|
| 8 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> |
---|
| 9 | </tpl:Block> |
---|
[2566] | 10 | |
---|
[3017] | 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> |
---|
[2566] | 17 | |
---|
[3017] | 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> |
---|
[2566] | 22 | |
---|
[3017] | 23 | <tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block> |
---|
[0] | 24 | |
---|
[3017] | 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> |
---|
[0] | 32 | |
---|
[3017] | 33 | <div id="content-info"> |
---|
| 34 | <h2>{{tpl:ArchiveDate}}</h2> |
---|
| 35 | </div> |
---|
[0] | 36 | |
---|
[3017] | 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> |
---|
[2566] | 41 | |
---|
[3017] | 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> |
---|
[2566] | 44 | |
---|
[3017] | 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> |
---|