Dotclear


Ignore:
Timestamp:
07/01/11 18:51:25 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

[Ductile] Archive page, first step (something like multiple sitemaps)

Location:
themes/ductile/tpl
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/tpl/archive_month.html

    r442 r470  
    4646  <div id="content"> 
    4747   
    48   <p id="navlinks"> 
    49   <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{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"}} &#187;</a></tpl:ArchiveNext> 
    53   </p> 
     48       <p class="navlinks"> 
     49            <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{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"}} &#187;</a></tpl:ArchiveNext> 
     52       </p> 
    5453   
    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> 
    5857   
    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> 
    6363 
    64   </tpl:Entries> 
    65   </div> 
     64       <p class="navlinks"> 
     65            <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">&#171; {{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"}} &#187;</a></tpl:ArchiveNext> 
     68       </p> 
     69   
    6670  </div> 
    6771</div> <!-- End #main --> 
  • themes/ductile/tpl/home.html

    r459 r470  
    6161  <tpl:Entries> 
    6262 
     63          <!-- First page --> 
    6364          <tpl:SysIf current_mode="default"> 
    6465               <tpl:LoopPosition start="1" length="1"> 
     
    7172     </tpl:SysIf> 
    7273      
     74          <!-- Next pages --> 
    7375          <tpl:SysIf current_mode="!default"> 
    7476          {{tpl:include src="_entry-short.html"}} 
    7577     </tpl:SysIf>    
    7678     
     79          <!-- Pagination --> 
    7780    <tpl:EntriesFooter> 
    7881               {{tpl:include src="_pagination.html"}} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map