customizations.cs revision c67e4cb8a12bc38fccac5541d822903e84847401
1<?cs # This file defines custom definitions for the masthead (logo, searchbox, tabs, etc) and
2left nav (toc) that gets placed on all pages, for the open source site. See also the components/
3directory. ?>
4<?cs def:community_nav() ?>
5  <div class="g-section g-tpl-240" id="body-content">
6    <div class="g-unit g-first side-nav-resizable" id="side-nav">
7      <div id="devdoc-nav"><?cs
8        include:"../../../../development/pdk/docs/community/community_toc.cs" ?>
9      </div>
10    </div> <!-- end side-nav -->
11    <script>
12      addLoadEvent(function() {
13        scrollIntoView("devdoc-nav");
14        });
15    </script>
16  </div>
17<?cs /def ?>
18<?cs def:about_nav() ?>
19  <div class="g-section g-tpl-240" id="body-content">
20    <div class="g-unit g-first side-nav-resizable" id="side-nav">
21      <div id="devdoc-nav"><?cs
22        include:"../../../../development/pdk/docs/about/about_toc.cs" ?>
23      </div>
24    </div> <!-- end side-nav -->
25    <script>
26      addLoadEvent(function() {
27        scrollIntoView("devdoc-nav");
28        });
29    </script>
30  </div>
31<?cs /def ?>
32<?cs def:porting_nav() ?>
33  <div class="g-section g-tpl-240" id="body-content">
34    <div class="g-unit g-first side-nav-resizable" id="side-nav">
35      <div id="devdoc-nav"><?cs
36        include:"../../../../development/pdk/docs/porting/porting_toc.cs" ?>
37      </div>
38    </div> <!-- end side-nav -->
39    <script>
40      addLoadEvent(function() {
41        scrollIntoView("devdoc-nav");
42        });
43    </script>
44  </div>
45<?cs /def ?>
46<?cs def:source_nav() ?>
47  <div class="g-section g-tpl-240" id="body-content">
48    <div class="g-unit g-first side-nav-resizable" id="side-nav">
49      <div id="devdoc-nav"><?cs
50        include:"../../../../development/pdk/docs/source/source_toc.cs" ?>
51      </div>
52    </div> <!-- end side-nav -->
53    <script>
54      addLoadEvent(function() {
55        scrollIntoView("devdoc-nav");
56        });
57    </script>
58  </div>
59<?cs /def ?>
60<?cs def:compatibility_nav() ?>
61  <div class="g-section g-tpl-240" id="body-content">
62    <div class="g-unit g-first side-nav-resizable" id="side-nav">
63      <div id="devdoc-nav"><?cs
64        include:"../../../../development/pdk/docs/compatibility/compatibility_toc.cs" ?>
65      </div>
66    </div> <!-- end side-nav -->
67    <script>
68      addLoadEvent(function() {
69        scrollIntoView("devdoc-nav");
70        });
71    </script>
72  </div>
73<?cs /def ?>
74<?cs def:custom_cc_copyright() ?>
75<?cs /def ?>
76
77<?cs def:custom_copyright() ?>
78<?cs /def ?>
79
80<?cs
81def:custom_footerlinks() ?>
82  <p>
83    <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
84    <a href="http://www.android.com/privacy.html">Privacy Policy</a>
85  </p><?cs
86/def ?>
87
88<?cs # appears on the right side of the blue bar at the bottom off every page ?>
89<?cs def:custom_buildinfo() ?>
90<?cs /def ?>
91