source: devel/website/top.shtml @ 942

Revision 942, 2.6 KB checked in by bruno, 3 years ago (diff)

Last remaining mondo ref for web pages changed

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_project-builder,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/" alt="Project-Builder.org logo" title="This is the official Project-Builder.org Website !"/></div>
22      <div id="navbar">
23        <ul>
24                                <li <!--#if expr="\"$curpage\" = \"index.shtml\"" --> id="current" <!--#endif -->>
25                                <a href="/" title="Project-Builder.org homepage" >Home</a></li>
26                                <!--
27                                <li <!--#if expr="\"$curpage\" = \"about.shtml\"" --> id="current" <!--#endif -->>
28                                <a href="/about.shtml" title="About Project-Builder.org" >About</a></li>
29                  -->
30                                <li <!--#if expr="\"$curpage\" = \"news.shtml\"" --> id="current" <!--#endif -->>
31                                <a href="/news.shtml" title="News about Project-Builder.org" >News</a></li>
32                                <!--
33                  <li <!--#if expr="\"$curpage\" = \"docs.shtml\"" --> id="current" <!--#endif -->>
34                  <a href="/docs.shtml" title="Documentations about Project-Builder.org" >Docs</a></li>
35          <li <!--#if expr="\"$curpage\" = \"downloads.shtml\"" --> id="current" <!--#endif -->>
36                  <a href="/downloads.shtml" title="Download Project-Builder.org now !" >Downloads</a></li>
37          <li <!--#if expr="\"$curpage\" = \"support.shtml\"" --> id="current" <!--#endif -->>
38                  <a href="/support.shtml" title="If you need support (why it's perfect :-)" >Support</a></li>
39                  -->
40          <li><a href="http://trac.project-builder.org" title="Use the Wiki" target="_blank" >Wiki</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.