Dotclear

source: inc/public/default-templates/dotty/archive_month.html @ 3246:9b71237c9035

Revision 3246:9b71237c9035, 2.7 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

New dotty html5 template set, first step ; addresses #2061

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

Sites map