Changeset 2566:9bf417837888 for themes/ductile/tpl/archive.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/archive.html
r1067 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 7 8 8 <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title> 9 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 12 13 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 14 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> … … 19 19 <meta name="dc.type" content="text" /> 20 20 <meta name="dc.format" content="text/html" /> 21 21 22 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 23 24 24 <tpl:Archives> 25 25 <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> 26 26 </tpl:Archives> 27 27 28 28 <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 29 29 <tpl:Categories> … … 31 31 </tpl:Categories> 32 32 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 33 33 34 34 {{tpl:include src="_head.html"}} 35 35 </head> … … 37 37 <div id="page"> 38 38 {{tpl:include src="_top.html"}} 39 39 40 40 <div id="wrapper"> 41 41 42 42 <div id="main"> 43 43 <div id="content"> 44 44 45 45 <div id="content-info"> 46 46 <h2>{{tpl:lang Archives}}</h2> 47 47 </div> 48 48 49 49 <div class="content-inner"> 50 50 51 51 <div id="time-criteria"><!-- entries sorted by date --> 52 52 <div id="by-date" class="arch-block"> … … 68 68 </div> 69 69 </div> 70 71 <div id="other-criteria"><!-- entries sorted by others criterias --> 70 71 <div id="other-criteria"><!-- entries sorted by others criterias --> 72 72 <tpl:Categories level="1"> 73 73 <tpl:CategoriesHeader> … … 81 81 <ul> 82 82 </tpl:CategoriesHeader> 83 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 83 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 84 84 <tpl:CategoriesFooter> 85 85 </ul> 86 86 </tpl:CategoriesFooter> 87 </tpl:CategoryFirstChildren> 87 </tpl:CategoryFirstChildren> 88 88 </li> 89 89 <tpl:CategoriesFooter> … … 92 92 </tpl:CategoriesFooter> 93 93 </tpl:Categories> 94 94 95 95 <tpl:Tags sortby="count" order="desc"> 96 96 <tpl:TagsHeader> … … 101 101 <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 102 102 <tpl:TagsFooter> 103 </ul> 103 </ul> 104 104 </div> 105 105 </tpl:TagsFooter> 106 106 </tpl:Tags> 107 107 </div> 108 109 <div id="more-arch"><!-- others things --> 108 109 <div id="more-arch"><!-- others things --> 110 110 <div class="arch-block"> 111 111 <tpl:Entries type="page" no_content="1" lastn="0" selected="0"> … … 122 122 </div> 123 123 </div> <!-- End .content-inner --> 124 124 125 125 </div> <!-- End #content --> 126 126 </div> <!-- End #main --> 127 127 128 128 <div id="sidebar"> 129 129 <div id="blognav"> … … 131 131 </tpl:Widget> 132 132 </div> <!-- End #blognav --> 133 133 134 134 <div id="blogextra"> 135 135 {{tpl:Widgets type="extra"}} 136 136 </div> <!-- End #blogextra --> 137 137 138 138 </div> <!-- End #sidebar --> 139 139 </div> <!-- End #wrapper --> 140 140 141 141 {{tpl:include src="_footer.html"}} 142 142 </div> <!-- End #page -->
Note: See TracChangeset
for help on using the changeset viewer.