101 lines
3.3 KiB
HTML
101 lines
3.3 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||
|
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
||
|
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
|
||
|
|
||
|
<title>{{tpl:ComListePageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
|
||
|
<meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
|
||
|
<meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
|
||
|
|
||
|
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
|
||
|
<meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:ComListePageTitle}} - {{tpl:BlogName encode_html="1"}}" />
|
||
|
<meta name="dc.language" content="{{tpl:BlogLanguage}}" />
|
||
|
<meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
|
||
|
<meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
|
||
|
<meta name="dc.type" content="text" />
|
||
|
<meta name="dc.format" content="text/html" />
|
||
|
|
||
|
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
|
||
|
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
||
|
|
||
|
{{tpl:include src="_head.html"}}
|
||
|
</head>
|
||
|
|
||
|
<body class="dc-comliste">
|
||
|
<div id="container">
|
||
|
{{tpl:include src="_top.html"}}
|
||
|
|
||
|
<div id="main">
|
||
|
<div class="col01">
|
||
|
|
||
|
<h2>{{tpl:ComListePageTitle encode_html="1"}}</h2>
|
||
|
|
||
|
<div class="content-inner">
|
||
|
|
||
|
<div class="post">
|
||
|
|
||
|
<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}}: {{tpl:CommentEntryTitle}})
|
||
|
</dt>
|
||
|
<dd class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
|
||
|
<!-- # --BEHAVIOR-- publicCommentBeforeContent -->
|
||
|
{{tpl:SysBehavior behavior="publicCommentBeforeContent"}}
|
||
|
{{tpl:CommentContent}}
|
||
|
<a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}">{{tpl:ComListeOpenPostTitle}} ...</a>
|
||
|
<br /><br />
|
||
|
<!-- # --BEHAVIOR-- publicCommentAfterContent -->
|
||
|
{{tpl:SysBehavior behavior="publicCommentAfterContent"}}
|
||
|
</dd>
|
||
|
<tpl:CommentsFooter>
|
||
|
</dl>
|
||
|
</tpl:CommentsFooter>
|
||
|
</tpl:ComListeCommentsEntries>
|
||
|
|
||
|
</div> <!-- End #post -->
|
||
|
|
||
|
<p class="pagination">
|
||
|
{{tpl:ComListePaginationLinks}}
|
||
|
</p>
|
||
|
<p class="post-info">
|
||
|
{{tpl:lang Number of comments per page}} :: {{tpl:ComListeNbCommentsPerPage}}<br />
|
||
|
{{tpl:lang Current page}} :: {{tpl:ComListeCurrentPage}}
|
||
|
</p>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="sidebar">
|
||
|
<div class="recent-posts">
|
||
|
{{tpl:Widgets type="extra"}}
|
||
|
|
||
|
</div>
|
||
|
<div class="postit-bottom"></div>
|
||
|
<div class="categories-upper"></div>
|
||
|
|
||
|
{{tpl:Widgets type="nav"}}
|
||
|
|
||
|
|
||
|
<div class="categories-btm"></div>
|
||
|
|
||
|
<div class="side-meta"></div>
|
||
|
</div>
|
||
|
<br style="clear: both;" />
|
||
|
</div>
|
||
|
|
||
|
{{tpl:include src="_footer.html"}}
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|