Revision 3422:d294032fcdd4,
1.8 KB
checked in by franck <carnet.franck.paul@…>, 9 years ago
(diff) |
No more <link rel="top" …> neither <link rel="up" …> in HTML5
|
Line | |
---|
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}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext> |
---|
14 | <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious> |
---|
15 | |
---|
16 | <tpl:Entries no_content="1"> |
---|
17 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
18 | </tpl:Entries> |
---|
19 | </tpl:Block> |
---|
20 | |
---|
21 | <tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block> |
---|
22 | |
---|
23 | <tpl:Block name="main-content"> |
---|
24 | <p class="navlinks topnl"> |
---|
25 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> |
---|
26 | {{tpl:ArchiveDate}} |
---|
27 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
---|
28 | </p> |
---|
29 | |
---|
30 | <div id="content-info"> |
---|
31 | <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> |
---|
32 | </div> |
---|
33 | |
---|
34 | <div class="content-inner"> |
---|
35 | <tpl:Entries> |
---|
36 | {{tpl:include src="_entry-short.html"}} |
---|
37 | </tpl:Entries> |
---|
38 | </div> |
---|
39 | |
---|
40 | <p class="navlinks"> |
---|
41 | <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> |
---|
42 | {{tpl:ArchiveDate}} |
---|
43 | <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> |
---|
44 | </p> |
---|
45 | </tpl:Block> |
---|
Note: See
TracBrowser
for help on using the repository browser.