Changeset 969 for trunk/templates

Show
Ignore:
Timestamp:
03/24/07 15:25:40 (20 months ago)
Author:
kake
Message:

Apply content_above_navbar_in_html content option to Recent Changes page as well; and add a CSS ID for the atom/RSS feeds paragraph.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/recent_changes.tt

    r867 r969  
    33 
    44<div id="content"> 
    5 [% INCLUDE navbar.tt %] 
     5 
     6[% IF !config.content_above_navbar_in_html %] 
     7  [% INCLUDE navbar.tt %] 
     8[% END %] 
     9 
    610<div id="maincontent"> 
    711  <h2>Recent site changes</h2> 
     
    8286</div> 
    8387 
    84 <p> 
    85   This list is available as a 
    86   <a href="[% cgi_url %]?action=rc;format=rss">rss feed</a> 
    87   and as an 
    88   <a href="[% cgi_url %]?action=rc;format=atom">atom feed</a>. 
    89 </p> 
     88[% IF config.content_above_navbar_in_html %] 
     89  [% INCLUDE navbar.tt %] 
     90[% END %] 
     91 
     92<div id="recent_changes_feeds"> 
     93  <p> 
     94    This list is available as a 
     95    <a href="[% cgi_url %]?action=rc;format=rss">rss feed</a> 
     96    and as an 
     97    <a href="[% cgi_url %]?action=rc;format=atom">atom feed</a>. 
     98  </p> 
     99</div> 
     100 
    90101[% INCLUDE footer.tt %]