Dotclear

Changeset 688


Ignore:
Timestamp:
01/10/09 21:27:13 (14 years ago)
Author:
kwon
Message:

version 0.1.3 : correction du template comListe.html

Location:
plugins/comListe
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/comListe/CHANGELOG

    r659 r688  
     1comListe 0.1.3 
     2* correction du template comListe.html 
     3 
    14comListe 0.1.2 
    25* suppression du fichier _install.php pour supprimer le bug d'affichage dans la partie admin 
  • plugins/comListe/_define.php

    r659 r688  
    2828        /* Description*/                "Plugin for printing comments list", 
    2929        /* Author */                    "Benoit de Marne", 
    30         /* Version */                   '0.1.2', 
     30        /* Version */                   '0.1.3', 
    3131        /* Permissions */               'admin' 
    3232); 
  • plugins/comListe/default-templates/comListe.html

    r659 r688  
    3333<div id="main"> 
    3434  <div id="content"> 
    35    
    3635     <div id="content-info"> 
    3736     <h2>{{tpl:ComListePageTitle encode_html="1"}}</h2> 
    3837     </div> 
    39  
    40      <!--tpl:Comments lastn="60" order="desc">--> 
     38     <div class="content-inner"> 
     39     <div id="comments"> 
    4140     <tpl:ComListeCommentsEntries> 
    42  
    43      <div class="content-inner"> 
    44       
    45      <div id="comments"> 
    46      
    4741    <tpl:CommentsHeader> 
    4842      <dl> 
    4943    </tpl:CommentsHeader>      
    50  
    5144     <dt id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"> 
    5245     <a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}" class="comment-number">{{tpl:CommentOrderNumber}}.</a> 
    5346      {{tpl:lang On}} {{tpl:CommentDate}}, {{tpl:CommentTime}} 
    5447      {{tpl:lang by}} {{tpl:CommentAuthorLink}}</dt> 
    55        
    5648      <dd class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"> 
    5749      <!-- # --BEHAVIOR-- publicCommentBeforeContent --> 
    5850      {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} 
    59        
    6051      {{tpl:CommentContent}} 
    61         
    6252       <br /><a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}">Ouvrir le billet ...</a> 
    63        
    6453      <!-- # --BEHAVIOR-- publicCommentAfterContent --> 
    6554      {{tpl:SysBehavior behavior="publicCommentAfterContent"}} 
     
    6857      </dl> 
    6958    </tpl:CommentsFooter> 
    70       
    7159     </tpl:ComListeCommentsEntries> 
    72  
    7360     </div> 
    7461     </div> 
    75  
    7662     <p class="pagination"> 
    7763     {{tpl:ComListePaginationLinks}} 
    7864     </p>  
    79       
    8065     <p class="post-info"> 
    8166     {{tpl:lang Number of comments per page}} :: {{tpl:ComListeNbCommentsPerPage}}<br /> 
    8267     {{tpl:lang Current page}} :: {{tpl:ComListeCurrentPage}} 
    8368     </p>       
    84  
    8569  </div> 
    8670</div> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map