1 | <div class="post simple" id="p{{tpl:EntryID}}" role="article" lang="{{tpl:EntryLang}}"> |
---|
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}}"> |
---|
48 | <tpl:AttachmentIf is_audio="1"> |
---|
49 | {{tpl:include src="_audio_player.html"}} |
---|
50 | </tpl:AttachmentIf> |
---|
51 | <tpl:AttachmentIf is_video="1"> |
---|
52 | {{tpl:include src="_video_player.html"}} |
---|
53 | </tpl:AttachmentIf> |
---|
54 | <tpl:AttachmentIf is_audio="0" is_video="0"> |
---|
55 | <a href="{{tpl:AttachmentURL}}" title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a> |
---|
56 | </tpl:AttachmentIf> |
---|
57 | </li> |
---|
58 | <tpl:AttachmentsFooter> |
---|
59 | </ul> |
---|
60 | </div> |
---|
61 | </tpl:AttachmentsFooter> |
---|
62 | </tpl:Attachments> |
---|
63 | </div> |
---|