aboutsummaryrefslogtreecommitdiff
path: root/templates/header
blob: 4382545a36fe65de7695e93c20c6bd479a8a575b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<a name="top"/>

<div id="header">
  <div id="headerLeft">
    <a href="/" tabindex="-1"><img src="/images/open_source.png" alt="Android Open Source Project" /></a>
    <ul class="$category">
      <li id="home-link"><a href="/index.html"><span>Home</span></a></li>   
      <li id="source-link"><a href="/source/index.html"
                              onClick="return loadLast('source')"><span>Source</span></a></li>
      <li id="compatibility-link"><a href="/compatibility/index.html"
                              onClick="return loadLast('compatibility')"><span>Compatibility</span></a></li>
      <li id="tech-link"><a href="/tech/index.html"
                              onClick="return loadLast('tech')"><span>Tech Info</span></a></li>
      <li id="community-link"><a href="/community/index.html"
                              onClick="return loadLast('community')"><span>Community</span></a></li>
      <li id="about-link"><a href="/about/index.html"
                              onClick="return loadLast('about')"><span>About</span></a></li>
    </ul> 
  </div>
  <div id="headerRight">
    <div id="headerLinks">
      <span class="text">
        <a href="http://www.android.com">Android.com</a>
      </span>
    </div>
  </div>
</div>