1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
6 | |
---|
7 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
8 | |
---|
9 | <title>{{tpl:ComListePageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
10 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
11 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
12 | |
---|
13 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
14 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:ComListePageTitle}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
15 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
16 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
17 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
18 | <meta name="dc.type" content="text" /> |
---|
19 | <meta name="dc.format" content="text/html" /> |
---|
20 | |
---|
21 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
22 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
23 | |
---|
24 | {{tpl:include src="_head.html"}} |
---|
25 | </head> |
---|
26 | |
---|
27 | <body class="dc-comliste dc-gen" onload="window.scrollTo(0, 1)"> |
---|
28 | <div id="page"> |
---|
29 | {{tpl:include src="_top.html"}} |
---|
30 | |
---|
31 | <div id="wrapper"> |
---|
32 | |
---|
33 | <div id="main"> |
---|
34 | <div id="content"> |
---|
35 | <div id="content-info"> |
---|
36 | <h2>{{tpl:ComListePageTitle encode_html="1"}}</h2> |
---|
37 | </div> |
---|
38 | <div class="content-inner"> |
---|
39 | <div id="comments"> |
---|
40 | <tpl:ComListeCommentsEntries> |
---|
41 | <tpl:CommentsHeader> |
---|
42 | <ul> |
---|
43 | </tpl:CommentsHeader> |
---|
44 | <li id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"> |
---|
45 | <a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}" class="comment-number"> |
---|
46 | {{tpl:CommentAuthor}}, {{tpl:lang on}} {{tpl:CommentDate}} - {{tpl:CommentTime}} - {{tpl:lang in}} "{{tpl:CommentEntryTitle}}" |
---|
47 | </a> |
---|
48 | </li> |
---|
49 | <li class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}} nosuiv"> |
---|
50 | <!-- # --BEHAVIOR-- publicCommentBeforeContent --> |
---|
51 | {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} |
---|
52 | {{tpl:CommentContent}} |
---|
53 | <!-- # --BEHAVIOR-- publicCommentAfterContent --> |
---|
54 | {{tpl:SysBehavior behavior="publicCommentAfterContent"}} |
---|
55 | </li> |
---|
56 | <tpl:CommentsFooter> |
---|
57 | </ul> |
---|
58 | </tpl:CommentsFooter> |
---|
59 | </tpl:ComListeCommentsEntries> |
---|
60 | </div> |
---|
61 | </div> |
---|
62 | <p class="pagination"> |
---|
63 | {{tpl:ComListePaginationLinks}} |
---|
64 | </p> |
---|
65 | |
---|
66 | <p class="post-info"> |
---|
67 | {{tpl:lang Number of comments per page}} :: {{tpl:ComListeNbCommentsPerPage}}<br /> |
---|
68 | {{tpl:lang Number of comments}} :: {{tpl:ComListeNbComments}} |
---|
69 | </p> |
---|
70 | </div> |
---|
71 | </div> |
---|
72 | |
---|
73 | </div> <!-- End #wrapper --> |
---|
74 | |
---|
75 | {{tpl:include src="_footer.html"}} |
---|
76 | </div> <!-- End #page --> |
---|
77 | </body> |
---|
78 | </html> |
---|