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 | <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a |
---|
13 | href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a |
---|
14 | href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> |
---|
15 | </tpl:EntryIf> |
---|
16 | </p> |
---|
17 | |
---|
18 | <tpl:EntryTags> |
---|
19 | <tpl:TagsHeader> |
---|
20 | <p class="post-tags"> |
---|
21 | </tpl:TagsHeader> |
---|
22 | <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a> |
---|
23 | <tpl:TagsFooter> |
---|
24 | </p> |
---|
25 | </tpl:TagsFooter> |
---|
26 | </tpl:EntryTags> |
---|
27 | </div> |
---|
28 | |
---|
29 | <!-- # --BEHAVIOR-- publicEntryBeforeContent --> |
---|
30 | {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} |
---|
31 | |
---|
32 | <tpl:EntryIf extended="1"> |
---|
33 | <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> |
---|
34 | </tpl:EntryIf> |
---|
35 | <div class="post-content">{{tpl:EntryContent}}</div> |
---|
36 | |
---|
37 | <!-- # --BEHAVIOR-- publicEntryAfterContent --> |
---|
38 | {{tpl:SysBehavior behavior="publicEntryAfterContent"}} |
---|
39 | |
---|
40 | <!-- # Number of comments, trackbacks and attachments --> |
---|
41 | <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> |
---|
42 | <p class="post-info-co"> |
---|
43 | </tpl:EntryIf> |
---|
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 | <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> |
---|
52 | </p> |
---|
53 | </tpl:EntryIf> |
---|
54 | </div> |
---|