Dotclear


Ignore:
Timestamp:
12/18/13 16:00:29 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Nouveaux templates par défaut : billet (court, long, titre, entier…) ; améliorations top, rooter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/default-templates/currywurst/_entry-full.html

    r2604 r2619  
    22 
    33     <!-- # New day date --> 
    4      <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
     4     <tpl:DateHeader><p class="post-day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
    55 
    66     <h2 class="post-title"><a 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"> 
    13                     <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 
    14                     href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 
    15                     href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    16                </tpl:EntryIf> 
    17           </p> 
    18  
    19           <tpl:EntryTags> 
    20                <tpl:TagsHeader> 
    21                     <ul class="post-tags"> 
    22                </tpl:TagsHeader> 
    23                     <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 
    24                <tpl:TagsFooter> 
    25                     </ul> 
    26                </tpl:TagsFooter> 
    27           </tpl:EntryTags> 
    28      </div> 
    297 
    308     <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
     
    3917     {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    4018 
    41      <!-- # Number of comments, trackbacks and attachments --> 
    42      <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
    43           <p class="post-info-co"> 
    44      </tpl:EntryIf> 
    45      <tpl:EntryIf show_comments="1"> 
    46                <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
    47      </tpl:EntryIf> 
    48      <tpl:EntryIf show_pings="1"> 
    49                <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
    50      <tpl:EntryIf has_attachment="1"> 
    51                <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
    52      <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     19     <div class="post-meta"> 
     20          <p class="post-info"> 
     21               <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
     22               <span class="post-date">{{tpl:EntryDate}}. 
    5323          </p> 
    54      </tpl:EntryIf> 
     24          <tpl:EntryIf has_category="1"> 
     25               <p class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 
     26                    href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 
     27                    href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a> 
     28               </p> 
     29          </tpl:EntryIf> 
     30 
     31          <tpl:EntryTags> 
     32               <tpl:TagsHeader> 
     33                    <ul class="post-tags-list"> 
     34               </tpl:TagsHeader> 
     35                         <li class="post-tags-item"><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 
     36               <tpl:TagsFooter> 
     37                    </ul> 
     38               </tpl:TagsFooter> 
     39          </tpl:EntryTags> 
     40 
     41          <!-- # Number of comments, trackbacks and attachments --> 
     42          <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 
     43               <p class="post-info-co"> 
     44               <tpl:EntryIf show_comments="1"> 
     45                    <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 
     46               </tpl:EntryIf> 
     47               <tpl:EntryIf show_pings="1"> 
     48                    <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 
     49               <tpl:EntryIf has_attachment="1"> 
     50                    <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 
     51               </p> 
     52          </tpl:EntryIf> 
     53     </div> 
    5554</div> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map