Dotclear

source: inc/public/default-templates/currywurst/archive_month.html @ 3371:e723ede3c238

Revision 3371:e723ede3c238, 1.9 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Bye bye Dublin-Core metadata in <head>, closes #2074

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="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}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext>
17     <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious>
18
19     <tpl:Entries no_content="1">
20          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
21     </tpl:Entries>
22</tpl:Block>
23
24<tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block>
25
26<tpl:Block name="main-content">
27     <p class="navlinks topnl">
28          <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious>
29          {{tpl:ArchiveDate}}
30          <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext>
31     </p>
32
33     <div id="content-info">
34          <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2>
35     </div>
36
37     <div class="content-inner">
38          <tpl:Entries>
39               {{tpl:include src="_entry-short.html"}}
40          </tpl:Entries>
41     </div>
42
43     <p class="navlinks">
44          <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious>
45          {{tpl:ArchiveDate}}
46          <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext>
47     </p>
48</tpl:Block>
Note: See TracBrowser for help on using the repository browser.

Sites map