Changeset 2566:9bf417837888 for themes/ductile/tpl/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
-
themes/ductile/tpl/category.html
r803 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:ductileNbEntryPerPage}} 28 28 <tpl:Entries no_content="1"> … … 32 32 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 33 33 </tpl:PaginationIf> 34 34 35 35 <tpl:PaginationIf start="0"> 36 36 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 38 38 </tpl:Pagination> 39 39 </tpl:EntriesHeader> 40 40 41 41 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 42 42 </tpl:Entries> 43 43 44 44 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> 45 45 46 46 {{tpl:include src="_head.html"}} 47 47 </head> … … 49 49 <div id="page"> 50 50 {{tpl:include src="_top.html"}} 51 51 52 52 <div id="wrapper"> 53 53 54 54 <div id="main"> 55 55 <div id="content"> 56 56 57 57 <div id="content-info"> 58 58 <h2> 59 59 <tpl:CategoryParents> 60 <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › 60 <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › 61 61 </tpl:CategoryParents> 62 62 {{tpl:CategoryTitle encode_html="1"}} 63 63 </h2> 64 64 {{tpl:CategoryDescription}} 65 65 66 66 <tpl:CategoryIf has_entries="1"> 67 67 <p class="feed-info"> 68 68 <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 69 69 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 70 70 71 71 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 72 72 - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" … … 75 75 </p> 76 76 </tpl:CategoryIf> 77 77 78 78 <tpl:CategoryFirstChildren> 79 79 <tpl:CategoriesHeader> … … 90 90 </div> 91 91 92 <div class="content-inner"> 92 <div class="content-inner"> 93 93 {{tpl:ductileNbEntryPerPage}} 94 94 <tpl:Entries> 95 95 {{tpl:ductileEntriesList default="short"}} 96 96 97 97 <tpl:EntriesFooter> 98 98 {{tpl:include src="_pagination.html"}} … … 102 102 </div> <!-- End #content --> 103 103 </div> <!-- End #main --> 104 104 105 105 {{tpl:include src="_sidebar.html"}} 106 106 107 107 </div> <!-- End #wrapper --> 108 108 109 109 {{tpl:include src="_footer.html"}} 110 110 </div> <!-- End #page -->
Note: See TracChangeset
for help on using the changeset viewer.