Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_entry-short.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 --> … … 49 27 </p> 50 28 </div> 51 <p class=" read-it"><a href="{{tpl:EntryURL}}"29 <p class="post-read-it"><a href="{{tpl:EntryURL}}" 52 30 title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a></p> 53 31 </tpl:EntryIf> … … 56 34 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 57 35 58 <!-- # Number of comments, trackbacks and attachments --> 59 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 60 <p class="post-info-co"> 61 </tpl:EntryIf> 62 <tpl:EntryIf show_comments="1"> 63 <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 64 </tpl:EntryIf> 65 <tpl:EntryIf show_pings="1"> 66 <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 67 <tpl:EntryIf has_attachment="1"> 68 <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 69 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 70 </p> 71 </tpl:EntryIf> 36 <div class="post-meta"> 37 <p class="post-info"> 38 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 39 <span class="post-date">{{tpl:EntryDate}}.</p> 40 <tpl:EntryIf has_category="1"><p class="post-cat"><tpl:EntryCategoriesBreadcrumb><a 41 href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a 42 href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></p> 43 </tpl:EntryIf> 44 45 <tpl:EntryTags> 46 <tpl:TagsHeader> 47 <ul class="post-tags-list"> 48 </tpl:TagsHeader> 49 <li class="post-tags-item"><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 50 <tpl:TagsFooter> 51 </ul> 52 </tpl:TagsFooter> 53 </tpl:EntryTags> 54 55 <!-- # Number of comments, trackbacks and attachments --> 56 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 57 <p class="post-info-co"> 58 </tpl:EntryIf> 59 <tpl:EntryIf show_comments="1"> 60 <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 61 </tpl:EntryIf> 62 <tpl:EntryIf show_pings="1"> 63 <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 64 <tpl:EntryIf has_attachment="1"> 65 <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> 66 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> 67 </p> 68 </tpl:EntryIf> 69 </div> 72 70 </div>
Note: See TracChangeset
for help on using the changeset viewer.