source: MondoRescue/branches/stable/website/top.shtml

Last change on this file was 1693, checked in by Bruno Cornec, 16 years ago
  • Remove useless copy from mindi to mondo at end of USB handling
  • Fix PB macro vs tools/*2build issue
  • make_usb_fs change of interface (doesn't need a parameter)
  • Fix USB support in mondo to avoid multiple copies of files
  • Use first partiion in mondo for USB device
  • Fixes for USB CLI for both mondo/mindi
  • Try to add USB support for mondoarchive with new functions
  • du => deb for similarity with other distro type under pbconf
  • migrate gento build files under pb
  • remove now obsolete rpm spec file and gentoo build files from distributions
  • Remove DOCDIR usage in mindi + various build fixes

(merge -r1680:1692 $SVN_M/branches/2.2.5)

File size: 2.9 KB
Line 
1 <!--
2 First many thanks to the guys at http://www.frozen-bubble.org for their kind authorisation to reuse their design and artwork. Especially
3 <a href="http://zarb.org/~gc/">Guillaume Cottenceau</a>: design &amp; programming<br />
4 <a href="http://www.73lab.com/">Alexis Younes (Ayo73)</a>: graphics &amp; website design<br />
5 <a href="mailto:amaury foo linuxfr.org">Amaury Amblard-Ladurantie</a>: website coding
6
7 Yup, we know this website may not be fully W3C compatible.
8 We tried our best, though, to make it viewable by the broadest audience (even Internet Explorer users).
9
10 Please send an email to the webmaster_at_mondorescue,org should you have any problem accessing the website.
11 -->
12 <div id="topbanner">
13 <div id="links">
14 <a href="http://www.73lab.com/">www.73lab.com</a> <a href="http://www.hpintelco.net/">www.hpintelco.net</a>
15 </div>
16 <div id="topinfo">
17 PBVER-rPBREV - PBDATE </div>
18 </div>
19 <div id="body">
20 <div id="logo">
21 <img src="/images/protected-button_trans.png" alt="Mondo Rescue logo" title="This is the official Mondo Rescue Website !"/></div>
22 <div id="navbar">
23 <ul>
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://trac.mondorescue.org" 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>
41 </ul>
42 </div>
43 <div id="main">
44 <div id="frametopleft">
45 <div id="frametop">
46 <div id="frametopright">
47 <div id="frameleft">
48 <div id="frameright">
49 <div id="framecontent">
50 <!-- ############## Main stuff goes here ################ -->
Note: See TracBrowser for help on using the repository browser.