The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -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. ?> |
| 4 | |
| 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"> |
Gaurav Mathur | ee6df9b | 2009-05-14 16:02:22 -0700 | [diff] [blame^] | 12 | <?cs if:!online-pdk ?> |
| 13 | <?cs call:default_search_box() ?> |
| 14 | <?cs /if ?> |
The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 15 | </div><!-- headerRight --> |
| 16 | </div><!-- header --><?cs |
| 17 | /def ?> |
| 18 | |
| 19 | <?cs # appear at the bottom of every page ?> |
| 20 | <?cs def:custom_copyright() ?><?cs /def ?> |
| 21 | <?cs def:custom_cc_copyright() ?><?cs /def ?> |
| 22 | <?cs def:custom_footerlinks() ?><?cs /def ?> |
| 23 | <?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?> |
| 24 | |
| 25 | <?cs # appears on the side of the page ?> |
| 26 | <?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?> |