Dotclear

source: themes/ductile/tpl/_entry-title.html @ 440:6886c457432e

Revision 440:6886c457432e, 1.7 KB checked in by kozlika, 14 years ago (diff)

Jour 6. On y est presque.

Line 
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:lang on}} {{tpl:EntryDate}}. </span>
12          <tpl:EntryIf has_category="1">
13               <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span>
14          </tpl:EntryIf>
15         </p>
16          </div>   
17   
18    <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
19    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
20   
21    <!-- # --BEHAVIOR-- publicEntryAfterContent -->
22    {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
23   
24    <!-- # Number of comments, trackbacks and attachments -->
25    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
26      <p class="post-info-co">
27    </tpl:EntryIf>
28    <tpl:EntryIf show_comments="1">
29      <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a>
30    </tpl:EntryIf>
31    <tpl:EntryIf show_pings="1">
32      <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf>
33    <tpl:EntryIf has_attachment="1">
34      <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
35    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
36      </p>
37    </tpl:EntryIf>
38    </div>
Note: See TracBrowser for help on using the repository browser.

Sites map