[3601] | 1 | <div class="post simple" id="p{{tpl:EntryID}}" role="article" lang="{{tpl:EntryLang}}"> |
---|
[2938] | 2 | <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> |
---|
| 3 | |
---|
| 4 | <div class="post-meta"> |
---|
| 5 | <p class="post-info"> |
---|
| 6 | <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> |
---|
| 7 | <span class="post-date">{{tpl:EntryDate}}. </span> |
---|
| 8 | <span class="post-permalink"><a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a></span> |
---|
| 9 | <tpl:EntryIf has_category="1"> |
---|
| 10 | <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a |
---|
| 11 | href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a |
---|
| 12 | href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> |
---|
| 13 | </tpl:EntryIf> |
---|
| 14 | </p> |
---|
| 15 | |
---|
| 16 | <tpl:EntryTags> |
---|
| 17 | <tpl:TagsHeader> |
---|
| 18 | <ul class="post-tags-list"> |
---|
| 19 | </tpl:TagsHeader> |
---|
| 20 | <li class="post-tags-item"><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> |
---|
| 21 | <tpl:TagsFooter> |
---|
| 22 | </ul> |
---|
| 23 | </tpl:TagsFooter> |
---|
| 24 | </tpl:EntryTags> |
---|
| 25 | </div> |
---|
| 26 | |
---|
| 27 | <!-- # --BEHAVIOR-- publicEntryBeforeContent --> |
---|
| 28 | {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} |
---|
| 29 | |
---|
| 30 | <!-- # Entry with an excerpt --> |
---|
| 31 | <tpl:EntryIf extended="1"> |
---|
| 32 | <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> |
---|
| 33 | </tpl:EntryIf> |
---|
| 34 | |
---|
| 35 | <div class="post-content">{{tpl:EntryContent}}</div> |
---|
| 36 | |
---|
| 37 | <!-- # --BEHAVIOR-- publicEntryAfterContent --> |
---|
| 38 | {{tpl:SysBehavior behavior="publicEntryAfterContent"}} |
---|
| 39 | |
---|
| 40 | <!-- # Attachments --> |
---|
| 41 | <tpl:Attachments> |
---|
| 42 | <tpl:AttachmentsHeader> |
---|
| 43 | <div class="post-attachments" id="attachments"> |
---|
| 44 | <h3 class="post-attachments-title">{{tpl:lang Attachments}}</h3> |
---|
| 45 | <ul class="post-attachments-list"> |
---|
| 46 | </tpl:AttachmentsHeader> |
---|
| 47 | <li class="post-attachments-item {{tpl:AttachmentType}}"> |
---|
[3167] | 48 | <tpl:AttachmentIf is_audio="1"> |
---|
| 49 | {{tpl:include src="_audio_player.html"}} |
---|
[2938] | 50 | </tpl:AttachmentIf> |
---|
[3167] | 51 | <tpl:AttachmentIf is_video="1"> |
---|
| 52 | <tpl:AttachmentIf is_flv="0"> |
---|
| 53 | {{tpl:include src="_video_player.html"}} |
---|
| 54 | {{tpl:else}} |
---|
| 55 | {{tpl:include src="_flv_player.html"}} |
---|
| 56 | </tpl:AttachmentIf> |
---|
[2938] | 57 | </tpl:AttachmentIf> |
---|
[3167] | 58 | <tpl:AttachmentIf is_video="0" is_audio="0"> |
---|
[2938] | 59 | <a href="{{tpl:AttachmentURL}}" |
---|
| 60 | title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a> |
---|
| 61 | </tpl:AttachmentIf> |
---|
| 62 | </li> |
---|
| 63 | <tpl:AttachmentsFooter> |
---|
| 64 | </ul> |
---|
| 65 | </div> |
---|
| 66 | </tpl:AttachmentsFooter> |
---|
| 67 | </tpl:Attachments> |
---|
| 68 | </div> |
---|