2023-01-03 23:54:24 +00:00
|
|
|
{{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="head-linkrel">
|
|
|
|
<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>
|
2023-01-04 23:31:20 +00:00
|
|
|
<tpl:Block name="main-content-header-desc">
|
|
|
|
<div class="content-info__cat-desc">
|
|
|
|
<p>{{tpl:lang Number of comments per page:}} {{tpl:ComListeNbCommentsPerPage}}<br />
|
|
|
|
{{tpl:lang Total Comments:}} {{tpl:ComListeNbComments}}</p>
|
|
|
|
</div>
|
|
|
|
</tpl:Block>
|
2023-01-03 23:54:24 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content-inner">
|
|
|
|
<div id="comments">
|
|
|
|
<tpl:ComListeCommentsEntries>
|
|
|
|
<tpl:CommentsHeader>
|
|
|
|
<div class="feedback__comments" id="comments">
|
|
|
|
<ul class="comments-list">
|
|
|
|
</tpl:CommentsHeader>
|
|
|
|
<li id="c{{tpl:CommentID}}" class="comment {{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
|
2023-01-05 00:13:55 +00:00
|
|
|
<p class="comment-info">{{tpl:lang Source:}} <a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}">{{tpl:CommentEntryTitle}}</a> - <a href="#c{{tpl:CommentID}}" class="comment-number">{{tpl:ComListeCommentOrderNumber}}</a> {{tpl:lang From}} {{tpl:CommentAuthorLink}} - <time datetime="{{tpl:CommentDate iso8601="1"}}">{{tpl:CommentDate format="%d"}}/{{tpl:CommentDate format="%m"}}/{{tpl:CommentDate format="%Y"}}, {{tpl:CommentTime}}</time>
|
2023-01-03 23:54:24 +00:00
|
|
|
</p>
|
|
|
|
<tpl:Block name="_entry-feedback-comments-comment-content">
|
|
|
|
<div class="comment-content">
|
|
|
|
<!-- # --BEHAVIOR-- publicCommentBeforeContent -->
|
|
|
|
{{tpl:SysBehavior behavior="publicCommentBeforeContent"}}
|
|
|
|
{{tpl:CommentContent}}
|
|
|
|
<!-- # --BEHAVIOR-- publicCommentAfterContent -->
|
|
|
|
{{tpl:SysBehavior behavior="publicCommentAfterContent"}}
|
|
|
|
</div>
|
|
|
|
</tpl:Block>
|
|
|
|
</li>
|
|
|
|
<tpl:CommentsFooter>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2023-01-04 23:31:20 +00:00
|
|
|
<tpl:Block name="_pagination-before"></tpl:Block>
|
|
|
|
<tpl:Block name="_pagination-content">
|
|
|
|
<tpl:ComListePagination>
|
|
|
|
<nav class="pagination" aria-label="{{tpl:lang Pagination}}" role="navigation">
|
|
|
|
<tpl:Block name="_pagination-content-prev">
|
|
|
|
<tpl:ComListePaginationIf end="0">
|
2023-04-26 21:09:13 +00:00
|
|
|
<a href="{{tpl:ComListePaginationURL offset="+1"}}" class="prev"><span aria-hidden="true">« </span>{{tpl:lang previous entries}}</a>
|
2023-01-04 23:31:20 +00:00
|
|
|
</tpl:ComListePaginationIf>
|
|
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="_pagination-content-current">
|
|
|
|
<span class="visually-hidden">{{tpl:lang Active page}}</span>{{tpl:lang page}} {{tpl:ComListePaginationCurrent}} {{tpl:lang of}} {{tpl:ComListePaginationCounter}}
|
|
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="_pagination-content-next">
|
2023-04-26 21:09:13 +00:00
|
|
|
<tpl:ComListePaginationIf start="0"> <a href="{{tpl:ComListePaginationURL offset="-1"}}" class="next">
|
2023-01-04 23:31:20 +00:00
|
|
|
{{tpl:lang next entries}}<span aria-hidden="true"> »</span></a>
|
|
|
|
</tpl:ComListePaginationIf>
|
|
|
|
</tpl:Block>
|
|
|
|
</nav>
|
|
|
|
</tpl:ComListePagination>
|
|
|
|
</tpl:Block>
|
|
|
|
<tpl:Block name="_pagination-after"></tpl:Block>
|
2023-01-03 23:54:24 +00:00
|
|
|
</tpl:CommentsFooter>
|
|
|
|
</tpl:ComListeCommentsEntries>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</tpl:Block>
|