Changeset 2566:9bf417837888 for themes/ductile/tpl/_entry-short.html
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/_entry-short.html
r803 r2566 3 3 <!-- # New day date --> 4 4 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 5 5 6 6 <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 7 7 8 8 <div class="post-attr"> 9 9 <p class="post-info"> … … 11 11 <span class="post-date">{{tpl:EntryDate}}. </span> 12 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 13 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 14 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 15 15 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 16 16 </tpl:EntryIf> 17 17 </p> 18 18 19 19 <tpl:EntryTags> 20 20 <tpl:TagsHeader> 21 21 <ul class="post-tags"> 22 22 </tpl:TagsHeader> 23 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 23 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 24 24 <tpl:TagsFooter> 25 25 </ul> 26 26 </tpl:TagsFooter> 27 27 </tpl:EntryTags> 28 </div> 29 28 </div> 29 30 30 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 31 31 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 32 32 33 33 <!-- # Entry with an excerpt --> 34 34 <tpl:EntryIf extended="1"> … … 41 41 </p> 42 42 </tpl:EntryIf> 43 43 44 44 <!-- # Entry without excerpt --> 45 45 <tpl:EntryIf extended="0"> … … 58 58 </tpl:EntryIfContentIsCut> 59 59 </tpl:EntryIf> 60 60 61 61 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 62 62 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 63 63 64 64 <!-- # Number of comments, trackbacks and attachments --> 65 65 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
Note: See TracChangeset
for help on using the changeset viewer.