Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/tpl/_simple-entry.html

    r1096 r2566  
    11<div id="p{{tpl:EntryID}}" class="post simple"> 
    22     <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 
    3       
     3 
    44     <div class="post-attr"> 
    55          <p class="post-info"> 
     
    88               <span class="permalink"><a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a></span> 
    99               <tpl:EntryIf has_category="1"> 
    10                     <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a  
    11                     href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a  
     10                    <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 
     11                    href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 
    1212                    href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    1313               </tpl:EntryIf> 
    1414          </p> 
    15            
     15 
    1616          <tpl:EntryTags> 
    1717               <tpl:TagsHeader> 
    1818                    <ul class="post-tags"> 
    1919               </tpl:TagsHeader> 
    20                     <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>  
     20                    <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 
    2121               <tpl:TagsFooter> 
    2222                    </ul> 
    2323               </tpl:TagsFooter> 
    2424          </tpl:EntryTags> 
    25      </div>     
    26       
     25     </div> 
     26 
    2727     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    2828     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    29       
     29 
    3030     <!-- # Entry with an excerpt --> 
    3131     <tpl:EntryIf extended="1"> 
    3232          <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 
    3333     </tpl:EntryIf> 
    34       
     34 
    3535     <div class="post-content">{{tpl:EntryContent}}</div> 
    36       
     36 
    3737     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    3838     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
     
    4848                    <li class="{{tpl:AttachmentType}}"> 
    4949                         <tpl:AttachmentIf is_mp3="1"> 
    50                               {{tpl:include src="_mp3_player.html"/}} -  
     50                              {{tpl:include src="_mp3_player.html"/}} - 
    5151                         </tpl:AttachmentIf> 
    5252                         <tpl:AttachmentIf is_flv="1"> 
     
    8484                                        <!-- # --BEHAVIOR-- publicCommentBeforeContent --> 
    8585                                        {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} 
    86                                          
     86 
    8787                                        {{tpl:CommentContent}} 
    88                                          
     88 
    8989                                        <!-- # --BEHAVIOR-- publicCommentAfterContent --> 
    9090                                        {{tpl:SysBehavior behavior="publicCommentAfterContent"}} 
     
    103103</tpl:EntryIf> 
    104104 
    105 <tpl:EntryIf comments_active="1">     
     105<tpl:EntryIf comments_active="1"> 
    106106     <tpl:SysIfFormError> 
    107107          <p class="error" id="pr">{{tpl:SysFormError}}</p> 
    108108     </tpl:SysIfFormError> 
    109       
     109 
    110110     <tpl:SysIfCommentPublished> 
    111111          <p class="message" id="pr">{{tpl:lang Your comment has been published.}}</p> 
    112112     </tpl:SysIfCommentPublished> 
    113       
     113 
    114114     <tpl:SysIfCommentPending> 
    115115          <p class="message" id="pr">{{tpl:lang Your comment has been submitted and will be reviewed for publication.}}</p> 
    116116     </tpl:SysIfCommentPending> 
    117       
     117 
    118118     <!-- # Comment form --> 
    119119     <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form"> 
     
    125125               </div> 
    126126          </tpl:IfCommentPreview> 
    127            
     127 
    128128          <h3>{{tpl:lang Add a comment}}</h3> 
    129129          <fieldset> 
    130130               <!-- # --BEHAVIOR-- publicCommentFormBeforeContent --> 
    131131               {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}} 
    132                 
     132 
    133133               <p class="field"><label for="c_name">{{tpl:lang Name or nickname}}&nbsp;:</label> 
    134134                    <input name="c_name" id="c_name" type="text" size="30" maxlength="255" 
    135135                     value="{{tpl:CommentPreviewName encode_html="1"}}" /> 
    136136               </p> 
    137                 
     137 
    138138               <p class="field"><label for="c_mail">{{tpl:lang Email address}}&nbsp;:</label> 
    139139                    <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255" 
    140140                     value="{{tpl:CommentPreviewEmail encode_html="1"}}" /> 
    141141               </p> 
    142                 
     142 
    143143               <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}})&nbsp;:</label> 
    144144                    <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 
    145145                     value="{{tpl:CommentPreviewSite encode_html="1"}}" /> 
    146146               </p> 
    147                 
     147 
    148148               <p style="display:none"> 
    149149                    <input name="f_mail" type="text" size="30" maxlength="255" value="" /> 
    150150               </p> 
    151                 
     151 
    152152               <p class="field"><label for="c_content">{{tpl:lang Comment}}&nbsp;:</label> 
    153153                    <textarea name="c_content" id="c_content" cols="35" 
    154154                     rows="7">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea> 
    155155               </p> 
    156                 
     156 
    157157               <p class="form-help">{{tpl:CommentHelp}}</p> 
    158                 
     158 
    159159               <!-- # --BEHAVIOR-- publicCommentFormAfterContent --> 
    160160               {{tpl:SysBehavior behavior="publicCommentFormAfterContent"}} 
    161161          </fieldset> 
    162            
     162 
    163163          <fieldset> 
    164164               <p class="buttons"> 
     
    171171     </form> 
    172172</tpl:EntryIf> 
    173    
     173 
    174174<tpl:EntryIf pings_active="1"> 
    175175     <div id="ping-url"> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map