Dotclear

source: inc/public/default-templates/dotty/archive_month.html @ 3289:9993fc03f56d

Revision 3289:9993fc03f56d, 2.3 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Implements <time> element whenever it's relevant, thank's Tomek for suggestion

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     <nav 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     </nav>
38
39     <header id="content-info">
40          <h2>
41               <time datetime="{{tpl:ArchiveDate format="%Y-%m"}}">{{tpl:ArchiveDate}}</time> <span>({{tpl:ArchiveEntriesCount}})</span>
42          </h2>
43     </header>
44
45     <div class="content-inner">
46          <tpl:Entries>
47               {{tpl:include src="_entry-short.html"}}
48          </tpl:Entries>
49     </div>
50
51     <nav class="navlinks">
52          <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious>
53          {{tpl:ArchiveDate}}
54          <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext>
55     </nav>
56</tpl:Block>
Note: See TracBrowser for help on using the repository browser.

Sites map