blob: 64a87c067ed6b33cd91df97747df3d4552b0e128 [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">
The Android Open Source Projectdca10d52009-02-13 12:57:48 -080053 <?cs include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080054 </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">
The Android Open Source Projectdca10d52009-02-13 12:57:48 -080062 <?cs include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080063 </div>
64 </div> <!-- end side-nav -->
65 <script>
66 addLoadEvent(function() {
67 scrollIntoView("devdoc-nav");
68 });
69 </script>
70<?cs /def ?>
71
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080072<?cs def:custom_left_nav() ?>
73 <?cs if:guide ?>
74 <?cs call:guide_nav() ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080075 <?cs elif:sdk ?>
76 <?cs call:sdk_nav() ?>
77 <?cs else ?>
78 <?cs call:default_left_nav() ?>
79 <?cs /if ?>
80<?cs /def ?>
81
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080082<?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 -080083<?cs def:custom_cc_copyright() ?>Except as noted, this content is
84licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
85Creative Commons Attribution 2.5</a>. For details and
86restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
87License</a>.<?cs /def ?>
88
89<?cs def:custom_copyright() ?>Except as noted, this content is
90licensed under <a
91href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
92For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
93Content License</a>.<?cs /def ?>
94
95<?cs def:custom_footerlinks() ?>
96<p>
97 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
98 <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
99 <a href="http://www.android.com/branding.html">Brand Guidelines</a>
100</p>
101<?cs /def ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -0800102
103<?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 -0800104<?cs def:custom_buildinfo() ?>Android 1.1 r1 - <?cs var:page.now ?><?cs /def ?>