Changeset 615:80036175810b for themes/ductile/tpl/_entry-full.html
- Timestamp:
- 07/22/11 11:34:06 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/_entry-full.html
r535 r615 1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 <!-- # New day date --> 3 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 4 5 <h2 class="post-title"><a 6 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"> 1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 <!-- # New day date --> 3 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 4 5 <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 6 7 <div class="post-attr"> 8 <p class="post-info"> 9 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 10 <span class="post-date">{{tpl:EntryDate}}. </span> 11 <tpl:EntryIf has_category="1"> 13 12 <tpl:EntryCategoriesBreadcrumb> 14 13 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 15 14 </tpl:EntryCategoriesBreadcrumb> 16 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 17 </tpl:EntryIf> 18 </p> 19 20 <tpl:EntryTags> 21 <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 22 <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a> 23 <tpl:TagsFooter></p></tpl:TagsFooter> 24 </tpl:EntryTags> 25 </div> 26 27 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 28 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 29 30 <tpl:EntryIf extended="1"> 31 <div class="post-excerpt">{{tpl:EntryExcerpt}}</div> 32 </tpl:EntryIf> 33 <div class="post-content">{{tpl:EntryContent}}</div> 34 35 36 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 37 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 38 39 <!-- # Number of comments, trackbacks and attachments --> 40 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 41 <p class="post-info-co"> 42 </tpl:EntryIf> 43 <tpl:EntryIf show_comments="1"> 44 <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 45 </tpl:EntryIf> 46 <tpl:EntryIf show_pings="1"> 47 <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 48 <tpl:EntryIf has_attachment="1"> 49 <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 50 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 51 </p> 52 </tpl:EntryIf> 53 </div> 15 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 16 </tpl:EntryIf> 17 </p> 18 19 <tpl:EntryTags> 20 <tpl:TagsHeader> 21 <p class="post-tags"> 22 </tpl:TagsHeader> 23 <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a> 24 <tpl:TagsFooter> 25 </p> 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>
Note: See TracChangeset
for help on using the changeset viewer.