[2604] | 1 | <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" role="article"> |
---|
[2600] | 2 | |
---|
| 3 | <!-- # New day date --> |
---|
[2619] | 4 | <tpl:DateHeader><p class="post-day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> |
---|
[2600] | 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 | |
---|
[2619] | 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}}. |
---|
[2600] | 23 | </p> |
---|
[2619] | 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> |
---|
[2600] | 54 | </div> |
---|