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="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
13 | <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
14 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
15 | |
---|
16 | <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" |
---|
17 | title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> |
---|
18 | <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" |
---|
19 | title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> |
---|
20 | |
---|
21 | <tpl:Entries no_content="1"> |
---|
22 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
23 | </tpl:Entries> |
---|
24 | </tpl:Block> |
---|
25 | |
---|
26 | <tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block> |
---|
27 | |
---|
28 | <tpl:Block name="main-content"> |
---|
29 | <p id="navlinks"> |
---|
30 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> |
---|
31 | - </tpl:ArchivePrevious> |
---|
32 | <a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a> |
---|
33 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
---|
34 | </p> |
---|
35 | |
---|
36 | <div id="content-info"> |
---|
37 | <h2>{{tpl:ArchiveDate}}</h2> |
---|
38 | </div> |
---|
39 | |
---|
40 | <div class="content-inner"> |
---|
41 | <tpl:Entries no_content="1"> |
---|
42 | <!-- # New day date --> |
---|
43 | <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> |
---|
44 | |
---|
45 | <h2 id="p{{tpl:EntryID}}" class="post-title" lang="{{tpl:EntryLang}}"><a |
---|
46 | href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> |
---|
47 | |
---|
48 | <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} |
---|
49 | <tpl:EntryIf show_comments="1"> |
---|
50 | - <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a> |
---|
51 | </tpl:EntryIf> |
---|
52 | <tpl:EntryIf show_pings="1"> |
---|
53 | - <a href="{{tpl:EntryURL}}#pings">{{tpl:EntryPingCount}}</a></tpl:EntryIf> |
---|
54 | <tpl:EntryIf has_attachment="1"> |
---|
55 | - <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> |
---|
56 | </p> |
---|
57 | </tpl:Entries> |
---|
58 | </div> |
---|
59 | </tpl:Block> |
---|