Changeset 470:6fc5429874d6 for themes/ductile/tpl
- Timestamp:
- 07/01/11 18:51:25 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile/tpl
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/archive_month.html
r442 r470 46 46 <div id="content"> 47 47 48 <p id="navlinks"> 49 <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> 50 - </tpl:ArchivePrevious> 51 <a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a> 52 <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> 53 </p> 48 <p class="navlinks"> 49 <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 50 {{tpl:ArchiveDate}} 51 <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> 52 </p> 54 53 55 <div id="content-info">56 <h2>{{tpl:ArchiveDate}}</h2>57 </div>54 <div id="content-info"> 55 <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> 56 </div> 58 57 59 <div class="content-inner"> 60 <tpl:Entries no_content="1"> 61 62 {{tpl:include src="_entry-title.html"}} 58 <div class="content-inner"> 59 <tpl:Entries no_content="1"> 60 {{tpl:include src="_entry-title.html"}} 61 </tpl:Entries> 62 </div> 63 63 64 </tpl:Entries> 65 </div> 64 <p class="navlinks"> 65 <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 66 {{tpl:ArchiveDate}} 67 <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> 68 </p> 69 66 70 </div> 67 71 </div> <!-- End #main --> -
themes/ductile/tpl/home.html
r459 r470 61 61 <tpl:Entries> 62 62 63 <!-- First page --> 63 64 <tpl:SysIf current_mode="default"> 64 65 <tpl:LoopPosition start="1" length="1"> … … 71 72 </tpl:SysIf> 72 73 74 <!-- Next pages --> 73 75 <tpl:SysIf current_mode="!default"> 74 76 {{tpl:include src="_entry-short.html"}} 75 77 </tpl:SysIf> 76 78 79 <!-- Pagination --> 77 80 <tpl:EntriesFooter> 78 81 {{tpl:include src="_pagination.html"}}
Note: See TracChangeset
for help on using the changeset viewer.