Changeset 2566:9bf417837888 for inc/public/default-templates/category.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
-
inc/public/default-templates/category.html
r199 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> 7 7 8 8 <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 9 <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" /> … … 11 11 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 12 12 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 13 13 14 14 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 15 15 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> … … 21 21 <meta name="dc.type" content="text" /> 22 22 <meta name="dc.format" content="text/html" /> 23 23 24 24 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 25 25 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 26 26 27 27 <tpl:Entries no_content="1"> 28 28 <tpl:EntriesHeader> … … 31 31 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 32 32 </tpl:PaginationIf> 33 33 34 34 <tpl:PaginationIf start="0"> 35 35 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 37 37 </tpl:Pagination> 38 38 </tpl:EntriesHeader> 39 39 40 40 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 41 41 </tpl:Entries> 42 42 43 43 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> 44 44 45 45 {{tpl:include src="_head.html"}} 46 46 </head> … … 59 59 {{tpl:CategoryTitle encode_html="1"}}</h2> 60 60 {{tpl:CategoryDescription}} 61 61 62 62 <tpl:CategoryIf has_entries="1"> 63 63 <p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 64 64 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 65 65 66 66 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 67 67 - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" … … 71 71 </tpl:CategoryIf> 72 72 </div> 73 73 74 74 <tpl:CategoryFirstChildren> 75 75 <tpl:CategoriesHeader> … … 84 84 </tpl:CategoriesFooter> 85 85 </tpl:CategoryFirstChildren> 86 86 87 87 <tpl:Entries> 88 88 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 89 89 <!-- # New day date --> 90 90 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 91 91 92 92 <h2 class="post-title"><a 93 93 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 94 94 95 95 <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} 96 96 {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}</p> 97 97 98 98 <tpl:EntryTags> 99 99 <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> … … 101 101 <tpl:TagsFooter></ul></tpl:TagsFooter> 102 102 </tpl:EntryTags> 103 103 104 104 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 105 105 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 106 106 107 107 <!-- # Entry with an excerpt --> 108 108 <tpl:EntryIf extended="1"> … … 112 112 reading}}</a>...</p> 113 113 </tpl:EntryIf> 114 114 115 115 <!-- # Entry without excerpt --> 116 116 <tpl:EntryIf extended="0"> 117 117 <div class="post-content">{{tpl:EntryContent}}</div> 118 118 </tpl:EntryIf> 119 119 120 120 <!-- # --BEHAVIOR-- publicEntryAfterContent --> 121 121 {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 122 122 123 123 <!-- # Number of comments, trackbacks and attachments --> 124 124 <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> … … 136 136 </tpl:EntryIf> 137 137 </div> 138 138 139 139 <tpl:EntriesFooter> 140 140 <tpl:Pagination> … … 154 154 {{tpl:Widgets type="nav"}} 155 155 </div> <!-- End #blognav --> 156 156 157 157 <div id="blogextra"> 158 158 {{tpl:Widgets type="extra"}}
Note: See TracChangeset
for help on using the changeset viewer.