Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_entry-full.html
r2604 r2619 2 2 3 3 <!-- # New day date --> 4 <tpl:DateHeader><p class=" day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>4 <tpl:DateHeader><p class="post-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 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">13 <span class="post-cat"><tpl:EntryCategoriesBreadcrumb><a14 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a15 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span>16 </tpl:EntryIf>17 </p>18 19 <tpl:EntryTags>20 <tpl:TagsHeader>21 <ul class="post-tags">22 </tpl:TagsHeader>23 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>24 <tpl:TagsFooter>25 </ul>26 </tpl:TagsFooter>27 </tpl:EntryTags>28 </div>29 7 30 8 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> … … 39 17 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 40 18 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"> 19 <div class="post-meta"> 20 <p class="post-info"> 21 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 22 <span class="post-date">{{tpl:EntryDate}}. 53 23 </p> 54 </tpl:EntryIf> 24 <tpl:EntryIf has_category="1"> 25 <p class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 26 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 27 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a> 28 </p> 29 </tpl:EntryIf> 30 31 <tpl:EntryTags> 32 <tpl:TagsHeader> 33 <ul class="post-tags-list"> 34 </tpl:TagsHeader> 35 <li class="post-tags-item"><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 36 <tpl:TagsFooter> 37 </ul> 38 </tpl:TagsFooter> 39 </tpl:EntryTags> 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 show_comments="1"> 45 <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 46 </tpl:EntryIf> 47 <tpl:EntryIf show_pings="1"> 48 <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 49 <tpl:EntryIf has_attachment="1"> 50 <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 51 </p> 52 </tpl:EntryIf> 53 </div> 55 54 </div>
Note: See TracChangeset
for help on using the changeset viewer.