Dotclear

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

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

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

RevLine 
[3017]1{{tpl:extends parent="__layout.html"}}
[2566]2
[3017]3<tpl:Block name="head-title">
4     <title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title>
5</tpl:Block>
[2566]6
[3017]7<tpl:Block name="meta-robots">
8     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
9</tpl:Block>
[2566]10
[3017]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}}" />
[2566]15
[3017]16     <tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}"
17     title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext>
18     <tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}"
19     title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious>
[2566]20
[3017]21     <tpl:Entries no_content="1">
22          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
23     </tpl:Entries>
24</tpl:Block>
[2566]25
[3017]26<tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block>
[0]27
[3017]28<tpl:Block name="main-content">
29     <p id="navlinks">
30          <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{tpl:ArchiveDate encode_html="1"}}</a>
31          - </tpl:ArchivePrevious>
32          <a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a>
33          <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} &#187;</a></tpl:ArchiveNext>
34     </p>
[0]35
[3017]36     <div id="content-info">
37          <h2>{{tpl:ArchiveDate}}</h2>
38     </div>
[0]39
[3017]40     <div class="content-inner">
41          <tpl:Entries no_content="1">
42               <!-- # New day date -->
43               <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
[2566]44
[3017]45               <h2 id="p{{tpl:EntryID}}" class="post-title" lang="{{tpl:EntryLang}}"><a
46               href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
[2566]47
[3017]48               <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
49               <tpl:EntryIf show_comments="1">
50               - <a href="{{tpl:EntryURL}}#comments">{{tpl:EntryCommentCount}}</a>
51               </tpl:EntryIf>
52               <tpl:EntryIf show_pings="1">
53               - <a href="{{tpl:EntryURL}}#pings">{{tpl:EntryPingCount}}</a></tpl:EntryIf>
54               <tpl:EntryIf has_attachment="1">
55               - <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
56               </p>
57          </tpl:Entries>
58     </div>
59</tpl:Block>
Note: See TracBrowser for help on using the repository browser.

Sites map