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