Dotclear

source: inc/public/default-templates/mustek/archive_month.html @ 3017:671366477262

Revision 3017:671366477262, 2.6 KB checked in by franck <carnet.franck.paul@…>, 10 years ago (diff)

Apply extension/heritage templating system to mustek templateset, addresses #2099

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}}"
23     title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext>
24     <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}"
25     title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious>
26
27     <tpl:Entries no_content="1">
28          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
29     </tpl:Entries>
30</tpl:Block>
31
32<tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block>
33
34<tpl:Block name="main-content">
35     <p id="navlinks">
36          <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a>
37          - </tpl:ArchivePrevious>
38          <a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a>
39          <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext>
40     </p>
41
42     <div id="content-info">
43          <h2>{{tpl:ArchiveDate}}</h2>
44     </div>
45
46     <div class="content-inner">
47          <tpl:Entries no_content="1">
48               <!-- # New day date -->
49               <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
50
51               <h2 id="p{{tpl:EntryID}}" class="post-title" lang="{{tpl:EntryLang}}"><a
52               href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
53
54               <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
55               <tpl:EntryIf show_comments="1">
56               - <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a>
57               </tpl:EntryIf>
58               <tpl:EntryIf show_pings="1">
59               - <a href="{{tpl:EntryURL}}#pings">{{tpl:EntryPingCount}}</a></tpl:EntryIf>
60               <tpl:EntryIf has_attachment="1">
61               - <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
62               </p>
63          </tpl:Entries>
64     </div>
65</tpl:Block>
Note: See TracBrowser for help on using the repository browser.

Sites map