The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame^] | 1 | <?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 Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 4 | |
| 5 | <?cs def:custom_masthead() ?> |
The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame^] | 6 | <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 Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 9 | </div> |
The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame^] | 10 | <div id="headerRight"> |
| 11 | <?cs call:default_search_box() ?> |
| 12 | </div><!-- headerRight --> |
| 13 | </div><!-- header --> |
The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 14 | |
The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame^] | 15 | <?cs /def ?><?cs # custom_masthead ?> |
The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 16 | |
The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 17 | |
| 18 | <?cs # appears on the left side of the blue bar at the bottom of every page ?> |
The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame^] | 19 | <?cs def:custom_copyright() ?><?cs /def ?> |
The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 20 | |
| 21 | <?cs # appears on the right side of the blue bar at the bottom of every page ?> |
The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame^] | 22 | <?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 ?> |