blob: a116c6714c8ed6892c6c847d5114ced5d5d34fa8 [file] [log] [blame]
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -08001<?cs # This default template file is meant to be replaced. ?>
2<?cs # Use the -tempatedir arg to javadoc to set your own directory with a replacement for this file in it. ?>
3
4<?cs def:custom_masthead() ?>
5<div id="header">
6 <div id="headerLeft">
7 <a href="<?cs var:toroot ?>index.html" tabindex="-1"><img
The Android Open Source Project475fa122009-02-10 15:43:57 -08008 src="<?cs var:toroot ?>assets/images/bg_logo.png" alt="Android Developers" /></a>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -08009
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080010 <ul class="<?cs
11 if:reference ?>reference<?cs
12 elif:guide ?>guide<?cs
13 elif:sdk ?>sdk<?cs
14 elif:home ?>home<?cs
15 elif:community ?>community<?cs
16 elif:publish ?>publish<?cs
The Android Open Source Project475fa122009-02-10 15:43:57 -080017 elif:about ?>about<?cs /if ?>">
18 <li id="home-link"><a href="<?cs var:toroot ?><?cs
19 if:android.whichdoc != "online" ?>offline.html<?cs
20 else ?>index.html<?cs /if ?>">
21 <span>Home</span></a></li>
22
23 <li id="sdk-link"><a href="<?cs var:toroot ?>sdk/1.1_r1/index.html"><span>SDK</span></a></li>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080024 <li id="guide-link"><a href="<?cs var:toroot ?>guide/index.html"
25 onClick="return loadLast('guide')"><span>Dev Guide</span></a></li>
26 <li id="reference-link"><a href="<?cs var:toroot ?>reference/packages.html"
27 onClick="return loadLast('reference')"><span>Reference</span></a></li>
28 <li><a href="http://android-developers.blogspot.com"><span>Blog</span></a></li>
29 <li id="community-link"><a href="<?cs var:toroot ?>community/index.html"><span>Community</span></a></li>
30 </ul>
31
The Android Open Source Project475fa122009-02-10 15:43:57 -080032 </div>
33 <div id="headerRight">
34 <div id="headerLinks">
35 <!-- <img src="<?cs var:toroot ?>assets/images/icon_world.jpg" alt="" /> -->
36 <span class="text">
37 <!-- &nbsp;<a href="#">English</a> | -->
38 <a href="http://www.android.com">Android.com</a>
39 </span>
40 </div>
41
42 <?cs call:default_search_box() ?>
43
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080044 </div><!-- headerRight -->
45</div><!-- header -->
46
47<?cs /def ?><?cs # custom_masthead ?>
48
49<?cs def:sdk_nav() ?>
The Android Open Source Project475fa122009-02-10 15:43:57 -080050<div class="g-section g-tpl-240" id="body-content">
51 <div class="g-unit g-first not-resizable" id="side-nav">
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080052 <div id="devdoc-nav">
53 <?cs include:"../../../java/android/html/sdk/sdk_toc.cs" ?>
54 </div>
55 </div> <!-- end side-nav -->
56<?cs /def ?>
57
58<?cs def:guide_nav() ?>
59<div class="g-section g-tpl-240" id="body-content">
60 <div class="g-unit g-first side-nav-resizable" id="side-nav">
61 <div id="devdoc-nav">
62 <?cs include:"../../../java/android/html/guide/guide_toc.cs" ?>
63 </div>
64 </div> <!-- end side-nav -->
65 <script>
66 addLoadEvent(function() {
67 scrollIntoView("devdoc-nav");
68 });
69 </script>
70<?cs /def ?>
71
72<?cs def:publish_nav() ?>
73<div class="g-section g-tpl-180" id="body-content">
74 <div class="g-unit g-first" id="side-nav">
75 <div id="devdoc-nav">
76 <?cs include:"../../../java/android/html/publish/publish_toc.cs" ?>
77 </div>
78 </div> <!-- end side-nav -->
79<?cs /def ?>
80
81<?cs def:custom_left_nav() ?>
82 <?cs if:guide ?>
83 <?cs call:guide_nav() ?>
84 <?cs elif:publish ?>
85 <?cs call:publish_nav() ?>
86 <?cs elif:sdk ?>
87 <?cs call:sdk_nav() ?>
88 <?cs else ?>
89 <?cs call:default_left_nav() ?>
90 <?cs /if ?>
91<?cs /def ?>
92
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080093<?cs # appears on the left side of the blue bar at the bottom of every page ?>
The Android Open Source Project475fa122009-02-10 15:43:57 -080094<?cs def:custom_cc_copyright() ?>Except as noted, this content is
95licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
96Creative Commons Attribution 2.5</a>. For details and
97restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
98License</a>.<?cs /def ?>
99
100<?cs def:custom_copyright() ?>Except as noted, this content is
101licensed under <a
102href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
103For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
104Content License</a>.<?cs /def ?>
105
106<?cs def:custom_footerlinks() ?>
107<p>
108 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
109 <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
110 <a href="http://www.android.com/branding.html">Brand Guidelines</a>
111</p>
112<?cs /def ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -0800113
114<?cs # appears on the right side of the blue bar at the bottom of every page ?>
The Android Open Source Project475fa122009-02-10 15:43:57 -0800115<?cs def:custom_buildinfo() ?>Android 1.1 r1 - <?cs var:page.now ?><?cs /def ?>