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
  • inc/public/default-templates/post.html

    r1674 r2566  
    55  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
     7 
    88  <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> 
    99  <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> 
     
    1111  <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> 
    1212  <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> 
    13    
     13 
    1414  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1515  <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> 
     
    2222  <meta name="dc.type" content="text" /> 
    2323  <meta name="dc.format" content="text/html" /> 
    24    
     24 
    2525  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2626  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    2727  <tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf> 
    28    
     28 
    2929  <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" 
    3030  title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> 
    31    
     31 
    3232  <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" 
    3333  title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> 
    34    
     34 
    3535  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    36    
     36 
    3737  {{tpl:include src="_head.html"}} 
    38    
     38 
    3939  <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script> 
    4040  <script type="text/javascript"> 
     
    5555<div id="main"> 
    5656  <div id="content"> 
    57    
     57 
    5858  <p id="navlinks"> 
    5959  <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" 
     
    6464  cut_string="50"}} &#187;</a></tpl:EntryNext> 
    6565  </p> 
    66    
     66 
    6767  <div id="p{{tpl:EntryID}}" class="post"> 
    6868    <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 
    69      
     69 
    7070    <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} 
    7171    {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}} 
     
    7575    - <a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a> 
    7676    </p> 
    77      
     77 
    7878    <tpl:EntryTags> 
    7979    <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> 
     
    8181    <tpl:TagsFooter></ul></tpl:TagsFooter> 
    8282    </tpl:EntryTags> 
    83      
     83 
    8484    <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    8585    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    86      
     86 
    8787    <!-- # Entry with an excerpt --> 
    8888    <tpl:EntryIf extended="1"> 
    8989      <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 
    9090    </tpl:EntryIf> 
    91      
     91 
    9292    <div class="post-content">{{tpl:EntryContent}}</div> 
    93      
     93 
    9494    <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    9595    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    9696  </div> 
    97    
     97 
    9898  <!-- # Attachments --> 
    9999  <tpl:Attachments> 
     
    105105      <li class="{{tpl:AttachmentType}}"> 
    106106        <tpl:AttachmentIf is_mp3="1"> 
    107           {{tpl:include src="_mp3_player.html"/}} -  
     107          {{tpl:include src="_mp3_player.html"/}} - 
    108108        </tpl:AttachmentIf> 
    109109        <tpl:AttachmentIf is_flv="1"> 
     
    120120    </tpl:AttachmentsFooter> 
    121121  </tpl:Attachments> 
    122   
     122 
    123123  <!-- # Comments --> 
    124124  <tpl:EntryIf show_comments="1"> 
     
    133133      {{tpl:lang On}} {{tpl:CommentDate}}, {{tpl:CommentTime}} 
    134134      {{tpl:lang by}} {{tpl:CommentAuthorLink}}</dt> 
    135        
     135 
    136136      <dd class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"> 
    137137      <!-- # --BEHAVIOR-- publicCommentBeforeContent --> 
    138138      {{tpl:SysBehavior behavior="publicCommentBeforeContent"}} 
    139        
     139 
    140140      {{tpl:CommentContent}} 
    141        
     141 
    142142      <!-- # --BEHAVIOR-- publicCommentAfterContent --> 
    143143      {{tpl:SysBehavior behavior="publicCommentAfterContent"}} 
     
    149149    </tpl:Comments> 
    150150  </tpl:EntryIf> 
    151    
    152   <tpl:EntryIf comments_active="1">     
     151 
     152  <tpl:EntryIf comments_active="1"> 
    153153    <tpl:SysIfFormError> 
    154154      <p class="error" id="pr">{{tpl:SysFormError}}</p> 
    155155    </tpl:SysIfFormError> 
    156      
     156 
    157157    <tpl:SysIfCommentPublished> 
    158158      <p class="message" id="pr">{{tpl:lang Your comment has been published.}}</p> 
    159159    </tpl:SysIfCommentPublished> 
    160      
     160 
    161161    <tpl:SysIfCommentPending> 
    162162      <p class="message" id="pr">{{tpl:lang Your comment has been submitted and 
    163163      will be reviewed for publication.}}</p> 
    164164    </tpl:SysIfCommentPending> 
    165      
     165 
    166166    <!-- # Comment form --> 
    167167    <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form"> 
     
    175175        </div> 
    176176      </tpl:IfCommentPreview> 
    177        
     177 
    178178      <h3>{{tpl:lang Add a comment}}</h3> 
    179179      <fieldset> 
    180180        <!-- # --BEHAVIOR-- publicCommentFormBeforeContent --> 
    181181        {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}} 
    182          
     182 
    183183        <p class="field"><label for="c_name">{{tpl:lang Name or nickname}}&nbsp;:</label> 
    184184        <input name="c_name" id="c_name" type="text" size="30" maxlength="255" 
    185185        value="{{tpl:CommentPreviewName encode_html="1"}}" /> 
    186186        </p> 
    187          
     187 
    188188        <p class="field"><label for="c_mail">{{tpl:lang Email address}}&nbsp;:</label> 
    189189        <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255" 
    190190        value="{{tpl:CommentPreviewEmail encode_html="1"}}" /> 
    191191        </p> 
    192          
     192 
    193193        <p class="field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}})&nbsp;:</label> 
    194194        <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 
    195195        value="{{tpl:CommentPreviewSite encode_html="1"}}" /> 
    196196        </p> 
    197          
     197 
    198198        <p style="display:none"><input name="f_mail" type="text" size="30" 
    199199        maxlength="255" value="" /></p> 
    200          
     200 
    201201        <p class="field"><label for="c_content">{{tpl:lang Comment}}&nbsp;:</label> 
    202202        <textarea name="c_content" id="c_content" cols="35" 
     
    204204        </p> 
    205205        <p class="form-help">{{tpl:CommentHelp}}</p> 
    206          
     206 
    207207        <!-- # --BEHAVIOR-- publicCommentFormAfterContent --> 
    208208        {{tpl:SysBehavior behavior="publicCommentFormAfterContent"}} 
    209209      </fieldset> 
    210        
     210 
    211211      <fieldset> 
    212212        <p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" /> 
     
    215215    </form> 
    216216  </tpl:EntryIf> 
    217    
     217 
    218218  <!-- # Trackbacks --> 
    219219  <tpl:EntryIf show_pings="1"> 
     
    228228        {{tpl:lang On}} {{tpl:PingDate}}, {{tpl:PingTime}} 
    229229        {{tpl:lang by}} {{tpl:PingBlogName encode_html="1"}}</dt> 
    230          
     230 
    231231        <dd class="{{tpl:PingIfOdd}} {{tpl:PingIfFirst}}"> 
    232232        <!-- # --BEHAVIOR-- publicPingBeforeContent --> 
    233233        {{tpl:SysBehavior behavior="publicPingBeforeContent"}} 
    234          
     234 
    235235        <p><a href="{{tpl:PingAuthorURL}}" 
    236236        {{tpl:PingNoFollow}}>{{tpl:PingTitle encode_html="1"}}</a></p> 
    237237        {{tpl:PingContent}} 
    238          
     238 
    239239        <!-- # --BEHAVIOR-- publicPingAfterContent --> 
    240240        {{tpl:SysBehavior behavior="publicPingAfterContent"}} 
     
    246246    </div> 
    247247  </tpl:EntryIf> 
    248    
     248 
    249249  <tpl:EntryIf pings_active="1"> 
    250250    <p id="ping-url">{{tpl:lang Trackback URL}}&nbsp;: {{tpl:EntryPingLink}}</p> 
    251251  </tpl:EntryIf> 
    252    
     252 
    253253  <tpl:EntryIf operator="or" comments_active="1" pings_active="1"> 
    254254  <p id="comments-feed"><a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
     
    262262    {{tpl:Widgets type="nav"}} 
    263263  </div> <!-- End #blognav --> 
    264    
     264 
    265265  <div id="blogextra"> 
    266266    {{tpl:Widgets type="extra"}} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map