66 lines
2.5 KiB
HTML
66 lines
2.5 KiB
HTML
{{tpl:extends parent="__layout.html"}}
|
|
|
|
<tpl:Block name="head-title">
|
|
<title>{{tpl:ComListePageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="meta-robots">
|
|
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="dc-entry">
|
|
<meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:ComListePageTitle}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
|
|
<meta property="dc.language" content="{{tpl:BlogLanguage}}" />
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="head-linkrel">
|
|
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
|
|
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="body-tag"><body class="dc-comliste"></tpl:Block>
|
|
|
|
<tpl:Block name="main-content">
|
|
<div id="content-info">
|
|
<h2>{{tpl:ComListePageTitle encode_html="1"}}</h2>
|
|
</div>
|
|
|
|
<div class="post-feedback">
|
|
<div class="feedback__comments" id="comments">
|
|
<tpl:ComListeCommentsEntries>
|
|
<tpl:CommentsHeader>
|
|
<ul class="comments-list">
|
|
</tpl:CommentsHeader>
|
|
<li id="c{{tpl:CommentID}}" class="comment {{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
|
|
<p class="comment-info"><a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}" class="comment-number">{{tpl:CommentOrderNumber}}</a>
|
|
{{tpl:lang From}} {{tpl:CommentAuthorLink}} - {{tpl:CommentDate format="%d"}}/{{tpl:CommentDate format="%m"}}/{{tpl:CommentDate format="%Y"}}, {{tpl:CommentTime}}
|
|
<br />({{tpl:lang source:}} <a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}">{{tpl:CommentEntryTitle}}</a>)
|
|
</p>
|
|
<div class="comment-content">
|
|
<!-- # --BEHAVIOR-- publicCommentBeforeContent -->
|
|
{{tpl:SysBehavior behavior="publicCommentBeforeContent"}}
|
|
|
|
{{tpl:CommentContent}}
|
|
|
|
<!-- # --BEHAVIOR-- publicCommentAfterContent -->
|
|
{{tpl:SysBehavior behavior="publicCommentAfterContent"}}
|
|
</div>
|
|
</li>
|
|
|
|
<tpl:CommentsFooter>
|
|
</ul>
|
|
</tpl:CommentsFooter>
|
|
</tpl:ComListeCommentsEntries>
|
|
|
|
<p class="pagination">
|
|
{{tpl:ComListePaginationLinks}}
|
|
</p>
|
|
</div>
|
|
|
|
<p class="post-info">
|
|
{{tpl:lang Number of comments per page:}} {{tpl:ComListeNbCommentsPerPage}}<br />
|
|
{{tpl:lang Number of comments:}} {{tpl:ComListeNbComments}}
|
|
</p>
|
|
</div>
|
|
|
|
</tpl:Block> |