[2600] | 1 | <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> |
---|
| 2 | |
---|
| 3 | <!-- # New day date --> |
---|
| 4 | <tpl:DateHeader><p class="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 | <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:EntryDate}}. </span> |
---|
| 12 | <tpl:EntryIf has_category="1"> |
---|
| 13 | <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a |
---|
| 14 | href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a |
---|
| 15 | href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> |
---|
| 16 | </tpl:EntryIf> |
---|
| 17 | </p> |
---|
| 18 | |
---|
| 19 | <tpl:EntryTags> |
---|
| 20 | <tpl:TagsHeader> |
---|
| 21 | <ul class="post-tags"> |
---|
| 22 | </tpl:TagsHeader> |
---|
| 23 | <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> |
---|
| 24 | <tpl:TagsFooter> |
---|
| 25 | </ul> |
---|
| 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> |
---|