Changeset 502:d002906f0b30 for themes/ductile/tpl/archive.html
- Timestamp:
- 07/04/11 08:49:49 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/archive.html
r487 r502 50 50 <div class="content-inner"> 51 51 52 <!-- entries sorted by date -->52 <div id="time-criteria"><!-- entries sorted by date --> 53 53 <div id="by-date" class="arch-block"> 54 54 <h3>{{tpl:lang By date}}</h3> … … 60 60 <ul> 61 61 </tpl:ArchivesYearHeader> 62 <li><a href="{{tpl:ArchiveURL}}" 63 title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 62 <li><a href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 64 63 <span>({{tpl:ArchiveEntriesCount}})</span></li> 65 64 <tpl:ArchivesYearFooter> … … 69 68 </tpl:Archives> 70 69 </div> 71 72 <hr class="hidden" /> 70 </div> 73 71 74 <!-- entries sorted by others criterias -->72 <div id="other-criteria"><!-- entries sorted by others criterias --> 75 73 <tpl:Categories level="1"> 76 74 <tpl:CategoriesHeader> … … 108 106 </tpl:TagsFooter> 109 107 </tpl:Tags> 110 111 <hr class="hidden" /> 108 </div> 112 109 113 <!-- others things -->110 <div id="more-arch"><!-- others things --> 114 111 <div class="arch-block"> 115 112 <tpl:Entries type="page" no_content="1"> … … 120 117 </tpl:Entries> 121 118 </div> 122 119 </div> 123 120 </div> <!-- End .content-inner --> 124 121
Note: See TracChangeset
for help on using the changeset viewer.