Dotclear


Ignore:
Timestamp:
07/22/11 11:34:06 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
themes
Message:

Reprise des templates (mises en forme, corrections)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/tpl/_entry-title.html

    r535 r615  
    1     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    2     <!-- # New day date --> 
    3     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
    4      
    5     <h2 class="post-title"><a 
    6     href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    7      
    8           <div class="post-attr"> 
    9          <p class="post-info"> 
    10           <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
    11           <span class="post-date">{{tpl:EntryDate}}. </span> 
    12           <tpl:EntryIf has_category="1"> 
     1<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     2     <!-- # New day date --> 
     3     <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
     4 
     5     <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     6      
     7     <div class="post-attr"> 
     8          <p class="post-info"> 
     9               <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
     10               <span class="post-date">{{tpl:EntryDate}}. </span> 
     11               <tpl:EntryIf has_category="1"> 
    1312                    <tpl:EntryCategoriesBreadcrumb> 
    14                       <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 
     13                         <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 
    1514                    </tpl:EntryCategoriesBreadcrumb> 
    16                <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    17          </tpl:EntryIf> 
    18          </p> 
    19           </div>     
    20      
    21     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    22     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
    23      
    24     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    25     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    26      
    27     <!-- # Number of comments, trackbacks and attachments --> 
    28     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
    29       <p class="post-info-co"> 
    30     </tpl:EntryIf> 
    31     <tpl:EntryIf show_comments="1"> 
    32       <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
    33     </tpl:EntryIf> 
    34     <tpl:EntryIf show_pings="1"> 
    35       <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
    36     <tpl:EntryIf has_attachment="1"> 
    37       <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
    38     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
    39       </p> 
    40     </tpl:EntryIf> 
    41     </div> 
     15                    <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
     16               </tpl:EntryIf> 
     17          </p> 
     18     </div>     
     19      
     20     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
     21     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
     22      
     23     <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
     24     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
     25      
     26     <!-- # Number of comments, trackbacks and attachments --> 
     27     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     28          <p class="post-info-co"> 
     29     </tpl:EntryIf> 
     30     <tpl:EntryIf show_comments="1"> 
     31               <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
     32     </tpl:EntryIf> 
     33     <tpl:EntryIf show_pings="1"> 
     34               <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
     35     <tpl:EntryIf has_attachment="1"> 
     36               <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
     37     <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     38          </p> 
     39     </tpl:EntryIf> 
     40</div> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map