83 lines
4.2 KiB
HTML
Executable File
83 lines
4.2 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="contents" 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:Entries no_content="1">
|
|
<link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
|
|
</tpl:Entries>
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="body-tag"><body class="dc-archive-month"></tpl:Block>
|
|
|
|
<tpl:Block name="main-content">
|
|
<p class="navigation">
|
|
<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 class="post">
|
|
<h2 id="Archive" class="post-title">{{tpl:ArchiveDate}}</h2>
|
|
|
|
<div class="post-content">
|
|
<tpl:Entries no_content="1">
|
|
<!-- # New day date -->
|
|
<tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
|
|
|
|
<h2 id="p{{tpl:EntryID}}" class="post-title" lang="{{tpl:EntryLang}}""><a
|
|
href="{{tpl:EntryURL}}" title="{{tpl:lang Read}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
|
|
|
|
<div class="meta">
|
|
<ul>
|
|
<!-- # item auteur -->
|
|
<li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li>
|
|
|
|
<!-- # item comm cat tags -->
|
|
<li>
|
|
<!-- # comm -->
|
|
<tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>
|
|
<!-- # cat -->
|
|
<tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>
|
|
<!-- # tag -->
|
|
<tpl:EntryTags>
|
|
<tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>
|
|
<tpl:TagsFooter></span></tpl:TagsFooter>
|
|
</tpl:EntryTags>
|
|
</li>
|
|
<!-- # item rss-comm rss-ping attach -->
|
|
<tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1">
|
|
<li>
|
|
</tpl:EntryIf>
|
|
<tpl:EntryIf comments_active="1">
|
|
<img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span>
|
|
</tpl:EntryIf>
|
|
<tpl:EntryIf pings_active="1">
|
|
<img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span>
|
|
</tpl:EntryIf>
|
|
<tpl:EntryIf has_attachment="1">
|
|
<img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span>
|
|
</tpl:EntryIf>
|
|
<tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1">
|
|
</li>
|
|
</tpl:EntryIf>
|
|
</ul>
|
|
</div>
|
|
</tpl:Entries>
|
|
</div>
|
|
</div> <!-- End #post -->
|
|
</tpl:Block> |