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