blob: 3646495a677068f78fcab16662557ad965a317af [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 -templatedir arg to javadoc to set your own directory with a ?>
3<?cs # replacement for this file in it. ?>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07004
The Android Open Source Project41977d72009-02-19 10:57:29 -08005<?cs # appears at the top of every page ?><?cs
6def:custom_masthead() ?>
7 <div id="header">
8 <div id="headerLeft">
9 <a href="<?cs var:toroot ?>index.html" tabindex="-1"><?cs var:page.title ?></a>
10 </div>
11 <div id="headerRight">
12 <?cs call:default_search_box() ?>
13 </div><!-- headerRight -->
14 </div><!-- header --><?cs
15/def ?>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070016
The Android Open Source Project41977d72009-02-19 10:57:29 -080017<?cs # appear at the bottom of every page ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080018<?cs def:custom_copyright() ?><?cs /def ?>
The Android Open Source Project475fa122009-02-10 15:43:57 -080019<?cs def:custom_cc_copyright() ?><?cs /def ?>
20<?cs def:custom_footerlinks() ?><?cs /def ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080021<?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?>
22
The Android Open Source Project41977d72009-02-19 10:57:29 -080023<?cs # appears on the side of the page ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080024<?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?>