Dotclear

source: inc/public/default-templates/currywurst/_entry-full.html @ 2619:6afc60e72a68

Revision 2619:6afc60e72a68, 2.0 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

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

Line 
1<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" role="article">
2
3     <!-- # New day date -->
4     <tpl:DateHeader><p class="post-day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
5
6     <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
7
8     <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
9     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
10
11     <tpl:EntryIf extended="1">
12          <div class="post-excerpt">{{tpl:EntryExcerpt}}</div>
13     </tpl:EntryIf>
14     <div class="post-content">{{tpl:EntryContent}}</div>
15
16     <!-- # --BEHAVIOR-- publicEntryAfterContent -->
17     {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
18
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}}.
23          </p>
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>
54</div>
Note: See TracBrowser for help on using the repository browser.

Sites map