• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
6 <?cs def:default_search_box() ?><?cs /def ?>
7 <?cs def:default_left_nav() ?><?cs /def ?>
8 
9 <?cs # appears at the top of every page ?><?cs
10 def: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">
16           <?cs if:!online-pdk ?>
17             <?cs call:default_search_box() ?>
18           <?cs /if ?>
19       </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 ?>
30 <?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?>
31 
32