blob: c5420bbcdea3ee18e7579839847df1b44c57a91a [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
5<?cs def:custom_masthead() ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -08006<div id="header">
7 <div id="headerLeft">
8 <a href="<?cs var:toroot ?>index.html" tabindex="-1"><?cs var:page.title ?></a>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07009 </div>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080010 <div id="headerRight">
11 <?cs call:default_search_box() ?>
12 </div><!-- headerRight -->
13</div><!-- header -->
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070014
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080015<?cs /def ?><?cs # custom_masthead ?>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070016
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070017
18<?cs # appears on the left side of the blue bar at the bottom of every page ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080019<?cs def:custom_copyright() ?><?cs /def ?>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070020
21<?cs # appears on the right side of the blue bar at the bottom of every page ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -080022<?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?>
23
24<?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?>