Dotclear

source: themes/ductile/tpl/_entry-full.html @ 615:80036175810b

Revision 615:80036175810b, 2.1 KB checked in by Franck <carnet.franck.paul@…>, 14 years ago (diff)

Reprise des templates (mises en forme, corrections)

Line 
1<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" 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">
12                    <tpl:EntryCategoriesBreadcrumb>
13                         <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> ›
14                    </tpl:EntryCategoriesBreadcrumb>
15                    <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span>
16               </tpl:EntryIf>
17          </p>
18         
19          <tpl:EntryTags>
20               <tpl:TagsHeader>
21                    <p class="post-tags">
22               </tpl:TagsHeader>
23                         <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a>
24               <tpl:TagsFooter>
25                    </p>
26               </tpl:TagsFooter>
27          </tpl:EntryTags>
28     </div>   
29     
30     <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
31     {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
32     
33     <tpl:EntryIf extended="1">
34          <div class="post-excerpt">{{tpl:EntryExcerpt}}</div>
35     </tpl:EntryIf>
36     <div class="post-content">{{tpl:EntryContent}}</div>
37     
38     <!-- # --BEHAVIOR-- publicEntryAfterContent -->
39     {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
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>
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">
53          </p>
54     </tpl:EntryIf>
55</div>
Note: See TracBrowser for help on using the repository browser.

Sites map