Changeset 487:1c08e5071032 for themes/ductile/tpl/archive.html
- Timestamp:
- 07/02/11 11:56:39 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/archive.html
r470 r487 50 50 <div class="content-inner"> 51 51 52 <div id="by-date" class="arch-block"> <!-- by date --> 52 <!-- entries sorted by date --> 53 <div id="by-date" class="arch-block"> 53 54 <h3>{{tpl:lang By date}}</h3> 54 <tpl:Archives> 55 <p class="fromto">{{tpl:lang From}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries> {{tpl:lang to}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries></p> 56 <tpl:Archives order="asc"> 55 57 <tpl:ArchivesYearHeader> 56 58 <div> … … 60 62 <li><a href="{{tpl:ArchiveURL}}" 61 63 title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 62 ({{tpl:ArchiveEntriesCount}})</li>64 <span>({{tpl:ArchiveEntriesCount}})</span></li> 63 65 <tpl:ArchivesYearFooter> 64 66 </ul> … … 67 69 </tpl:Archives> 68 70 </div> 71 72 <hr class="hidden" /> 73 74 <!-- entries sorted by others criterias --> 75 <tpl:Categories level="1"> 76 <tpl:CategoriesHeader> 77 <div id="by-cat" class="arch-block"> 78 <h3>{{tpl:lang By category}}</h3> 79 <ul> 80 </tpl:CategoriesHeader> 81 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> 82 <tpl:CategoryFirstChildren> 83 <tpl:CategoriesHeader> 84 <ul> 85 </tpl:CategoriesHeader> 86 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 87 <tpl:CategoriesFooter> 88 </ul> 89 </tpl:CategoriesFooter> 90 </tpl:CategoryFirstChildren> 91 </li> 92 <tpl:CategoriesFooter> 93 </ul> 94 </div> 95 </tpl:CategoriesFooter> 96 </tpl:Categories> 69 97 70 <div id="by-cat" class="arch-block"> <!-- by cat --> 71 <h3>{{tpl:lang By category}}</h3> 72 <tpl:Widget id="categories"> 73 <setting name="title"></setting> 74 </tpl:Widget> 98 <tpl:Tags sortby="count" order="desc"> 99 <tpl:TagsHeader> 100 <div id="by-tag" class="arch-block"> 101 <h3>{{tpl:lang By tag}}</h3> 102 <ul> 103 </tpl:TagsHeader> 104 <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 105 <tpl:TagsFooter> 106 </ul> 107 </div> 108 </tpl:TagsFooter> 109 </tpl:Tags> 110 111 <hr class="hidden" /> 112 113 <!-- others things --> 114 <div class="arch-block"> 115 <tpl:Entries type="page" no_content="1"> 116 <tpl:EntriesHeader><h3>{{tpl:lang Pages}}</h3> 117 <ul></tpl:EntriesHeader> 118 <li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></li> 119 <tpl:EntriesFooter></ul></tpl:EntriesFooter> 120 </tpl:Entries> 75 121 </div> 76 122 77 <div id="by-tag" class="arch-block"> <!-- by tag -->78 <h3>{{tpl:lang By tag}}</h3>79 <ul>80 <tpl:MetaData type="tag">81 <li><a href="{{tpl:MetaURL}}" class="tag{{tpl:MetaRoundPercent}}">{{tpl:MetaID}}</a></li>82 </tpl:MetaData>83 </ul>84 </div>85 86 <div id="aside" class="arch-block"> <!-- others -->87 <h3>{{tpl:lang Pages}}</h3>88 <tpl:Widget id="pages">89 <setting name="title"></setting>90 <setting name="homeonly">0</setting>91 </tpl:Widget>92 </div>93 94 123 </div> <!-- End .content-inner --> 95 124 … … 104 133 105 134 <div id="blogextra"> 106 <tpl:Widget id="bestof">107 <setting name="homeonly">0</setting>108 </tpl:Widget> 135 {{tpl:Widgets type="extra"}} 136 </div> 137 109 138 </div> <!-- End #blogextra --> 110 139 </div>
Note: See TracChangeset
for help on using the changeset viewer.