Changeset 396 in MondoRescue for branches/stable/website/top.shtml


Ignore:
Timestamp:
Feb 16, 2006, 4:48:27 PM (18 years ago)
Author:
bcornec
Message:

Fix a bug in the top bar of website where the underline wasn't kept correclty on the current page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/website/top.shtml

    r373 r396  
    2222      <div id="navbar">
    2323        <ul>
    24           <li id="current" ><a href="/" title="Mondo Rescue homepage" >Home</a></li>
    25           <li><a href="/about.shtml" title="About Mondo Rescue" >About</a></li>
    26           <li><a href="/news.shtml" title="News about Mondo Rescue" >News</a></li>
    27           <li><a href="/docs.shtml" title="Documentations about Mondo Rescue" >Docs</a></li>
    28           <li><a href="/downloads.shtml" title="Download Mondo Rescue now !" >Downloads</a></li>
    29           <li><a href="/artwork.shtml" title="Artwork of the Website" >Artwork</a></li>
    30           <li><a href="/support.shtml" title="If you need support (why it's perfect :-)" >Support</a></li>
    31           <li><a href="http://openfacts.berlios.de/index-en.phtml?title=mondorescue" title="Use the Wiki" >Wiki</a></li>
    32           <li><a href="/thanks.shtml" title="So many helped us. Many thanks" >Thanks</a></li>
     24                <li <!--#if expr="\"$curpage\" = \"index.shtml\"" --> id="current" <!--#endif -->>
     25                <a href="/" title="Mondo Rescue homepage" >Home</a></li>
     26                <li <!--#if expr="\"$curpage\" = \"about.shtml\"" --> id="current" <!--#endif -->>
     27                <a href="/about.shtml" title="About Mondo Rescue" >About</a></li>
     28                <li <!--#if expr="\"$curpage\" = \"news.shtml\"" --> id="current" <!--#endif -->>
     29                <a href="/news.shtml" title="News about Mondo Rescue" >News</a></li>
     30          <li <!--#if expr="\"$curpage\" = \"docs.shtml\"" --> id="current" <!--#endif -->>
     31          <a href="/docs.shtml" title="Documentations about Mondo Rescue" >Docs</a></li>
     32          <li <!--#if expr="\"$curpage\" = \"downloads.shtml\"" --> id="current" <!--#endif -->>
     33          <a href="/downloads.shtml" title="Download Mondo Rescue now !" >Downloads</a></li>
     34          <li <!--#if expr="\"$curpage\" = \"artwork.shtml\"" --> id="current" <!--#endif -->>
     35          <a href="/artwork.shtml" title="Artwork of the Website" >Artwork</a></li>
     36          <li <!--#if expr="\"$curpage\" = \"support.shtml\"" --> id="current" <!--#endif -->>
     37          <a href="/support.shtml" title="If you need support (why it's perfect :-)" >Support</a></li>
     38          <li><a href="http://openfacts.berlios.de/index-en.phtml?title=mondorescue" title="Use the Wiki" target="_blank" >Wiki</a></li>
     39          <li <!--#if expr="\"$curpage\" = \"thanks.shtml\"" --> id="current" <!--#endif -->>
     40          <a href="/thanks.shtml" title="So many helped us. Many thanks" >Thanks</a></li>
    3341        </ul>
    3442      </div>
Note: See TracChangeset for help on using the changeset viewer.