FjallaFork2/tpl/archive_month.html
gnieark c664dd57ea Sur les pages home, catégorie, tags, seul un extrait du billet est affiché
Retrait de certains éléments du headers qui généraient des erreurs de validation W3C
retrait de la police Genericons au profit d'image svg
2017-03-29 22:51:24 +02:00

88 lines
3.7 KiB
HTML
Executable File

{{tpl:extends parent="__layout.html"}}
<tpl:Block name="head-title">
<title>{{tpl:lang Archives}} - {{tpl:ArchiveDate}} - {{tpl:BlogName encode_html="1"}}</title>
</tpl:Block>
<tpl:Block name="meta-robots">
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
</tpl:Block>
<tpl:Block name="head-linkrel">
<link rel="up" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<tpl:ArchiveNext><link rel="next" href="{{tpl:ArchiveURL}}"
title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchiveNext>
<tpl:ArchivePrevious><link rel="prev" href="{{tpl:ArchiveURL}}"
title="{{tpl:ArchiveDate encode_html="1"}}" /></tpl:ArchivePrevious>
</tpl:Block>
<tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block>
<tpl:Block name="main-content">
<p id="navlinks">
<tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev"> {{tpl:ArchiveDate encode_html="1"}}</a>
- </tpl:ArchivePrevious>
<a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a>
<tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} </a></tpl:ArchiveNext>
</p>
<div id="content-info">
<h2>{{tpl:ArchiveDate}}</h2>
</div>
<div class="content-inner">
<tpl:Entries order="asc">
<div id="p{{tpl:EntryID}}" class="post">
<!-- # New day date -->
<tpl:DateHeader> <p class="date"> {{tpl:EntryDate}}<span class="day-time"> {{tpl:EntryTime}}</span></p> </tpl:DateHeader>
<h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
<!-- # Entry with an excerpt -->
<tpl:EntryIf extended="1">
<div class="post-content"><p>{{tpl:EntryExcerpt encode_html="1" remove_html="1" cut_string="300"}}...</p></div>
<p class="read-it"><a href="{{tpl:EntryURL}}"
title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue
reading}}</a></p>
</tpl:EntryIf>
<!-- # Entry without excerpt -->
<tpl:EntryIf extended="0">
<div class="post-content"><p>{{tpl:EntryContent encode_html="1" remove_html="1" cut_string="700"}}...</p>
<p class="read-it"><a href="{{tpl:EntryURL}}"
title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue
reading}}</a></p>
</div>
</tpl:EntryIf>
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
</div>
<div class="post-info-co">
<span class="author">{{tpl:EntryAuthorLink}}</span><span class="day-date"> {{tpl:EntryDate}}<span class="day-time">, {{tpl:EntryTime}}</span></span>
<tpl:EntryIf has_category="1">
<span class="category"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span>
</tpl:EntryIf>
<!-- # Number of comments, trackbacks and attachments -->
<tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
</tpl:EntryIf>
<tpl:EntryIf show_comments="1">
<a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a>
</tpl:EntryIf>
<tpl:EntryIf show_pings="1">
<a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a>
</tpl:EntryIf>
<tpl:EntryIf has_attachment="1">
<a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a>
</tpl:EntryIf>
<tpl:EntryTags>
<tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader>
<li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>
<tpl:TagsFooter></ul></tpl:TagsFooter>
</tpl:EntryTags>
</div>
</div>
</tpl:Entries>
</div>
</tpl:Block>