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 | |
The Android Open Source Project | 41977d7 | 2009-02-19 10:57:29 -0800 | [diff] [blame] | 5 | <?cs # appears at the top of every page ?><?cs |
| 6 | def: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 Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 16 | |
The Android Open Source Project | 41977d7 | 2009-02-19 10:57:29 -0800 | [diff] [blame] | 17 | <?cs # appear at the bottom of every page ?> |
The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame] | 18 | <?cs def:custom_copyright() ?><?cs /def ?> |
The Android Open Source Project | 475fa12 | 2009-02-10 15:43:57 -0800 | [diff] [blame] | 19 | <?cs def:custom_cc_copyright() ?><?cs /def ?> |
| 20 | <?cs def:custom_footerlinks() ?><?cs /def ?> |
The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame] | 21 | <?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?> |
| 22 | |
The Android Open Source Project | 41977d7 | 2009-02-19 10:57:29 -0800 | [diff] [blame] | 23 | <?cs # appears on the side of the page ?> |
The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame] | 24 | <?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?> |