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/category.html

    r199 r2566  
    55  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 
    7    
     7 
    88  <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 
    99  <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" /> 
     
    1111  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 
    1212  <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 
    13    
     13 
    1414  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 
    1515  <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     
    2121  <meta name="dc.type" content="text" /> 
    2222  <meta name="dc.format" content="text/html" /> 
    23    
     23 
    2424  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 
    2525  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 
    26    
     26 
    2727  <tpl:Entries no_content="1"> 
    2828    <tpl:EntriesHeader> 
     
    3131        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3232        </tpl:PaginationIf> 
    33          
     33 
    3434        <tpl:PaginationIf start="0"> 
    3535        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3737      </tpl:Pagination> 
    3838    </tpl:EntriesHeader> 
    39      
     39 
    4040    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    4141  </tpl:Entries> 
    42    
     42 
    4343  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> 
    44    
     44 
    4545  {{tpl:include src="_head.html"}} 
    4646</head> 
     
    5959    {{tpl:CategoryTitle encode_html="1"}}</h2> 
    6060    {{tpl:CategoryDescription}} 
    61      
     61 
    6262    <tpl:CategoryIf has_entries="1"> 
    6363      <p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 
    6464      title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 
    65        
     65 
    6666      <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
    6767      - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 
     
    7171    </tpl:CategoryIf> 
    7272  </div> 
    73    
     73 
    7474  <tpl:CategoryFirstChildren> 
    7575    <tpl:CategoriesHeader> 
     
    8484    </tpl:CategoriesFooter> 
    8585  </tpl:CategoryFirstChildren> 
    86    
     86 
    8787  <tpl:Entries> 
    8888    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    8989    <!-- # New day date --> 
    9090    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
    91      
     91 
    9292    <h2 class="post-title"><a 
    9393    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    94      
     94 
    9595    <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} 
    9696    {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}</p> 
    97      
     97 
    9898    <tpl:EntryTags> 
    9999    <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> 
     
    101101    <tpl:TagsFooter></ul></tpl:TagsFooter> 
    102102    </tpl:EntryTags> 
    103      
     103 
    104104    <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    105105    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    106      
     106 
    107107    <!-- # Entry with an excerpt --> 
    108108    <tpl:EntryIf extended="1"> 
     
    112112      reading}}</a>...</p> 
    113113    </tpl:EntryIf> 
    114      
     114 
    115115    <!-- # Entry without excerpt --> 
    116116    <tpl:EntryIf extended="0"> 
    117117      <div class="post-content">{{tpl:EntryContent}}</div> 
    118118    </tpl:EntryIf> 
    119      
     119 
    120120    <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    121121    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    122      
     122 
    123123    <!-- # Number of comments, trackbacks and attachments --> 
    124124    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     
    136136    </tpl:EntryIf> 
    137137    </div> 
    138      
     138 
    139139    <tpl:EntriesFooter> 
    140140      <tpl:Pagination> 
     
    154154    {{tpl:Widgets type="nav"}} 
    155155  </div> <!-- End #blognav --> 
    156    
     156 
    157157  <div id="blogextra"> 
    158158    {{tpl:Widgets type="extra"}} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map