Ignore:
Timestamp:
May 9, 2011, 2:58:38 AM (12 years ago)
Author:
Sam Hocevar
Message:

web: activate the Trac menus plugin and tune the CSS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • web/trunk/trac/templates/site.html

    r159 r620  
    1212  <body py:match="body" py:attrs="select('@*')">
    1313    <!--! Add site-specific header -->
    14     <div class="nav" style="float:right;">
    15       <ul>
    16         <li class="first"><a href="${href.wiki()}">Home</a></li>
    17         <li><a href="${href.wiki('Downloads')}">Downloads</a></li>
    18         <li><a href="${href.wiki('Screenshots')}">Screenshots</a></li>
    19         <li><a href="${href.wiki('Development')}">Development</a></li>
    20         <li class="last"><a href="${href.report(1)}">Bug reports</a></li>
    21       </ul>
    22       <p> Please log in as guest/guest to submit tickets. </p>
    23     </div>
    2414
    2515    ${select('*|text()')}
Note: See TracChangeset for help on using the changeset viewer.