Dotclear


Ignore:
Timestamp:
11/17/13 20:30:21 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
2564:c8bf313d697e (diff), 2566:9bf417837888 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/legacy/home.html

    r2541 r2567  
    55  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    66  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 
    7    
     7 
    88  <title>{{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:BlogDescription cut_string="180" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> 
     
    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: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="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 
    2525  <tpl:Categories> 
    2626  <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 
    2727  </tpl:Categories> 
    28    
     28 
    2929  <tpl:Entries no_content="1"> 
    3030    <tpl:EntriesHeader> 
     
    3333        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 
    3434        </tpl:PaginationIf> 
    35          
     35 
    3636        <tpl:PaginationIf start="0"> 
    3737        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 
     
    3939      </tpl:Pagination> 
    4040    </tpl:EntriesHeader> 
    41      
     41 
    4242    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 
    4343  </tpl:Entries> 
    44    
     44 
    4545  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 
    4646  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> 
    4747  <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 
    48    
     48 
    4949  {{tpl:include src="_head.html"}} 
    5050</head> 
     
    6262    <!-- # New day date --> 
    6363    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
    64      
     64 
    6565    <h2 class="post-title"><a 
    6666    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    67      
     67 
    6868    <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} 
    6969    {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}} 
     
    7272    </tpl:EntryIf> 
    7373    </p> 
    74      
     74 
    7575    <tpl:EntryTags> 
    7676    <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> 
     
    7878    <tpl:TagsFooter></ul></tpl:TagsFooter> 
    7979    </tpl:EntryTags> 
    80      
     80 
    8181    <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    8282    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    83      
     83 
    8484    <!-- # Entry with an excerpt --> 
    8585    <tpl:EntryIf extended="1"> 
     
    8989      reading}}</a>...</p> 
    9090    </tpl:EntryIf> 
    91      
     91 
    9292    <!-- # Entry without excerpt --> 
    9393    <tpl:EntryIf extended="0"> 
    9494      <div class="post-content">{{tpl:EntryContent}}</div> 
    9595    </tpl:EntryIf> 
    96      
     96 
    9797    <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    9898    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    99      
     99 
    100100    <!-- # Number of comments, trackbacks and attachments --> 
    101101    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     
    113113    </tpl:EntryIf> 
    114114    </div> 
    115      
     115 
    116116    <tpl:EntriesFooter> 
    117117      <tpl:Pagination> 
     
    131131    {{tpl:Widgets type="nav"}} 
    132132  </div> <!-- End #blognav --> 
    133    
     133 
    134134  <div id="blogextra"> 
    135135    {{tpl:Widgets type="extra"}} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map