Dotclear

source: inc/public/default-templates/currywurst/archive_month.html @ 2781:d40568bc5af4

Revision 2781:d40568bc5af4, 2.2 KB checked in by franck <carnet.franck.paul@…>, 11 years ago (diff)

Fixes body tab heritage in some templates

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="dc-entry">
12     <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}" />
13     <meta property="dc.language" content="{{tpl:BlogLanguage}}" />
14     <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
15</tpl:Block>
16
17<tpl:Block name="head-linkrel">
18     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
19     <link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
20     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
21
22     <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext>
23     <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious>
24
25     <tpl:Entries no_content="1">
26          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
27     </tpl:Entries>
28</tpl:Block>
29
30<tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block>
31
32<tpl:Block name="main-content">
33     <p class="navlinks topnl">
34          <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious>
35          {{tpl:ArchiveDate}}
36          <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext>
37     </p>
38
39     <div id="content-info">
40          <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2>
41     </div>
42
43     <div class="content-inner">
44          <tpl:Entries>
45               {{tpl:include src="_entry-short.html"}}
46          </tpl:Entries>
47     </div>
48
49     <p class="navlinks">
50          <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious>
51          {{tpl:ArchiveDate}}
52          <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext>
53     </p>
54</tpl:Block>
Note: See TracBrowser for help on using the repository browser.

Sites map