comListe/default-templates/mustek/comListe.html

56 lines
2.0 KiB
HTML
Raw Normal View History

2015-07-19 23:17:21 +00:00
{{tpl:extends parent="__layout.html"}}
2015-05-30 15:21:33 +00:00
2015-07-19 23:17:21 +00:00
<tpl:Block name="head-title">
2015-05-30 15:21:33 +00:00
<title>{{tpl:ComListePageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
2015-07-19 23:17:21 +00:00
</tpl:Block>
<tpl:Block name="meta-robots">
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
</tpl:Block>
2015-05-30 15:21:33 +00:00
2015-07-19 23:17:21 +00:00
<tpl:Block name="head-linkrel">
2015-05-30 15:21:33 +00:00
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
2015-07-19 23:17:21 +00:00
</tpl:Block>
2015-05-30 15:21:33 +00:00
2015-07-19 23:17:21 +00:00
<tpl:Block name="body-tag"><body class="dc-comliste"></tpl:Block>
2015-05-30 15:21:33 +00:00
2015-07-19 23:17:21 +00:00
<tpl:Block name="main-content">
2015-05-30 15:21:33 +00:00
<div id="content-info">
<h2>{{tpl:ComListePageTitle encode_html="1"}}</h2>
</div>
2015-07-19 23:17:21 +00:00
2015-05-30 15:21:33 +00:00
<div class="content-inner">
<div id="comments">
<tpl:ComListeCommentsEntries>
<tpl:CommentsHeader>
<dl>
</tpl:CommentsHeader>
<dt id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
<a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}" class="comment-number">{{tpl:CommentOrderNumber}}.</a>
{{tpl:lang On}} {{tpl:CommentDate}}, {{tpl:CommentTime}},
{{tpl:lang by}} {{tpl:CommentAuthorLink}}
<br />({{tpl:lang source:}} <a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}">{{tpl:CommentEntryTitle}}</a>)
</dt>
<dd class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
<!-- # --BEHAVIOR-- publicCommentBeforeContent -->
2015-06-06 22:29:35 +00:00
{{tpl:SysBehavior behavior="publicCommentBeforeContent"}}
{{tpl:CommentContent}}
<!-- # --BEHAVIOR-- publicCommentAfterContent -->
{{tpl:SysBehavior behavior="publicCommentAfterContent"}}
</dd>
2015-05-30 15:21:33 +00:00
<tpl:CommentsFooter>
</dl>
</tpl:CommentsFooter>
</tpl:ComListeCommentsEntries>
</div>
</div>
<p class="pagination">
2015-07-23 16:48:10 +00:00
{{tpl:lang Pages:}} {{tpl:ComListePaginationLinks}}
2015-05-30 15:21:33 +00:00
</p>
<p class="post-info">
{{tpl:lang Number of comments per page:}} {{tpl:ComListeNbCommentsPerPage}}<br />
2015-07-23 16:48:10 +00:00
{{tpl:lang Total Comments:}} {{tpl:ComListeNbComments}}
2015-05-30 15:21:33 +00:00
</p>
2015-07-19 23:17:21 +00:00
</tpl:Block>