source: devel/website/top.shtml @ 1

Revision 1, 2.8 KB checked in by bruno, 6 years ago (diff)

First import

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        VVV-rRRR   - DDD   </div>
18    </div>
19    <div id="body">
20      <div id="logo">
21                          <img src="/images/dploy.png" alt="Dploy logo" title="This is the official Dploy Website !"/></div>
22      <div id="navbar">
23        <ul>
24                                <li <!--#if expr="\"$curpage\" = \"index.shtml\"" --> id="current" <!--#endif -->>
25                                <a href="/" title="Dploy homepage" >Home</a></li>
26                                <li <!--#if expr="\"$curpage\" = \"about.shtml\"" --> id="current" <!--#endif -->>
27                                <a href="/about.shtml" title="About Dploy" >About</a></li>
28                                <li <!--#if expr="\"$curpage\" = \"news.shtml\"" --> id="current" <!--#endif -->>
29                                <a href="/news.shtml" title="News about Dploy" >News</a></li>
30                  <li <!--#if expr="\"$curpage\" = \"docs.shtml\"" --> id="current" <!--#endif -->>
31                  <a href="/docs.shtml" title="Documentations about Dploy" >Docs</a></li>
32          <li <!--#if expr="\"$curpage\" = \"downloads.shtml\"" --> id="current" <!--#endif -->>
33                  <a href="/downloads.shtml" title="Download Dploy 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.dploy.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.