blob: f6a5c1a164176603542446609898f8517816ad19 [file] [log] [blame]
The Android Open Source Project88b60792009-03-03 19:28:42 -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. ?>
4
Scott Main653726a2009-06-02 20:58:23 -07005
6<?cs def:default_search_box() ?><?cs /def ?>
7<?cs def:default_left_nav() ?><?cs /def ?>
8
The Android Open Source Project88b60792009-03-03 19:28:42 -08009<?cs # appears at the top of every page ?><?cs
10def:custom_masthead() ?>
11 <div id="header">
12 <div id="headerLeft">
13 <a href="<?cs var:toroot ?>index.html" tabindex="-1"><?cs var:page.title ?></a>
14 </div>
15 <div id="headerRight">
Gaurav Mathuree6df9b2009-05-14 16:02:22 -070016 <?cs if:!online-pdk ?>
17 <?cs call:default_search_box() ?>
18 <?cs /if ?>
The Android Open Source Project88b60792009-03-03 19:28:42 -080019 </div><!-- headerRight -->
20 </div><!-- header --><?cs
21/def ?>
22
23<?cs # appear at the bottom of every page ?>
24<?cs def:custom_copyright() ?><?cs /def ?>
25<?cs def:custom_cc_copyright() ?><?cs /def ?>
26<?cs def:custom_footerlinks() ?><?cs /def ?>
27<?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?>
28
29<?cs # appears on the side of the page ?>
Alexey Tarasov1fcce112009-08-31 21:52:21 +110030<?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?>
31