Changeset 688
- Timestamp:
- 01/10/09 21:27:13 (14 years ago)
- Location:
- plugins/comListe
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/comListe/CHANGELOG
r659 r688 1 comListe 0.1.3 2 * correction du template comListe.html 3 1 4 comListe 0.1.2 2 5 * suppression du fichier _install.php pour supprimer le bug d'affichage dans la partie admin -
plugins/comListe/_define.php
r659 r688 28 28 /* Description*/ "Plugin for printing comments list", 29 29 /* Author */ "Benoit de Marne", 30 /* Version */ '0.1. 2',30 /* Version */ '0.1.3', 31 31 /* Permissions */ 'admin' 32 32 ); -
plugins/comListe/default-templates/comListe.html
r659 r688 33 33 <div id="main"> 34 34 <div id="content"> 35 36 35 <div id="content-info"> 37 36 <h2>{{tpl:ComListePageTitle encode_html="1"}}</h2> 38 37 </div> 39 40 < !--tpl:Comments lastn="60" order="desc">-->38 <div class="content-inner"> 39 <div id="comments"> 41 40 <tpl:ComListeCommentsEntries> 42 43 <div class="content-inner">44 45 <div id="comments">46 47 41 <tpl:CommentsHeader> 48 42 <dl> 49 43 </tpl:CommentsHeader> 50 51 44 <dt id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"> 52 45 <a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}" class="comment-number">{{tpl:CommentOrderNumber}}.</a> 53 46 {{tpl:lang On}} {{tpl:CommentDate}}, {{tpl:CommentTime}} 54 47 {{tpl:lang by}} {{tpl:CommentAuthorLink}}</dt> 55 56 48 <dd class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"> 57 49 <!-- # --BEHAVIOR-- publicCommentBeforeContent --> 58 50 {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} 59 60 51 {{tpl:CommentContent}} 61 62 52 <br /><a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}">Ouvrir le billet ...</a> 63 64 53 <!-- # --BEHAVIOR-- publicCommentAfterContent --> 65 54 {{tpl:SysBehavior behavior="publicCommentAfterContent"}} … … 68 57 </dl> 69 58 </tpl:CommentsFooter> 70 71 59 </tpl:ComListeCommentsEntries> 72 73 60 </div> 74 61 </div> 75 76 62 <p class="pagination"> 77 63 {{tpl:ComListePaginationLinks}} 78 64 </p> 79 80 65 <p class="post-info"> 81 66 {{tpl:lang Number of comments per page}} :: {{tpl:ComListeNbCommentsPerPage}}<br /> 82 67 {{tpl:lang Current page}} :: {{tpl:ComListeCurrentPage}} 83 68 </p> 84 85 69 </div> 86 70 </div>
Note: See TracChangeset
for help on using the changeset viewer.