Changeset 396 in MondoRescue


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.

Location:
branches/stable/website
Files:
9 edited

Legend:

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

    r386 r396  
    66  </head>
    77  <body>
     8          <!--#set var="curpage" value="about.shtml" -->
    89          <!--#include virtual="/top.shtml" -->
    910
  • branches/stable/website/artwork.shtml

    r360 r396  
    55  </head>
    66  <body>
     7          <!--#set var="curpage" value="artwork.shtml" -->
    78<!--#include virtual="/top.shtml" -->
    89  <h1>Artwork of this site</h1>
  • branches/stable/website/downloads.shtml

    r386 r396  
    55  </head>
    66  <body>
     7          <!--#set var="curpage" value="downloads.shtml" -->
    78          <!--#include virtual="top.shtml" -->
    89                    <h1>Download Mondo Rescue</h1>
     
    1011      <h2>This is Free Software</h2>
    1112    </div>
    12     <p>Copyright (c) 2000-2005 Mondo Devteam</p>
     13    <p>Copyright (c) 2000-2006
     14    Mondo Rescue is a copyrighted work, written collectively by many
     15    <a href="/thanks.shtml">contributors</a>, delivered under the GPL.</p>
    1316    <p>
    1417This program is <a href="http://www.fsf.org/philosophy/free-sw.html">free software</a>; you can redistribute it and/or modify it under the terms of the <a href="http://www.fsf.org/copyleft/gpl.html">GNU General Public License</a> version 2, as published by the <a href="http://www.fsf.org/">Free Software Foundation</a>.<br/>
  • branches/stable/website/index.shtml

    r386 r396  
    66  </head>
    77  <body>
     8          <!--#set var="curpage" value="index.shtml" -->
    89<!--#include virtual="/top.shtml" -->
    910
     
    1819          <h2>What is Mondo Rescue ?</h2>
    1920  </div>
    20   <div class="c"> <img src="/images/screenshots.png" alt="Mondo Rescue screenshots" title="Mondo Rescue Screenshots" /></div>
     21  <div class="c"> <img src="/images/screenshots.png" width="500" height="250" alt="Mondo Rescue screenshots" title="Mondo Rescue Screenshots" /></div>
    2122  <p class="c">Mondo Rescue is a GPL disaster recovery solution. It supports Linux (i386, x86_64, ia64) and FreeBSD (i386). It's packaged for multiple distributions (RedHat, RHEL, SuSE, SLES, Mandriva, Debian). </p>
    2223  <p class="c">It supports tapes, disks, network and CD/DVD as backup media, multiple filesystems, LVM, software and hardware Raid.</p>
  • branches/stable/website/news.shtml

    r373 r396  
    66  </head>
    77  <body>
     8          <!--#set var="curpage" value="news.shtml" -->
    89<!--#include virtual="/top.shtml" -->
    910
  • branches/stable/website/support.shtml

    r386 r396  
    55  </head>
    66  <body>
     7          <!--#set var="curpage" value="support.shtml" -->
    78<!--#include virtual="/top.shtml" -->
    89<h1>Support around Mondo Rescue</h1>
  • branches/stable/website/thanks.shtml

    r373 r396  
    55  </head>
    66  <body>
     7          <!--#set var="curpage" value="thanks.shtml" -->
    78<!--#include virtual="/top.shtml" -->
    89<h1>Thanks !</h1>
  • 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.