blob: ee2bc76172fe45db3866fe9cafc7361480135c31 [file] [log] [blame]
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07001<?cs # appears above the blue bar at the top of every page ?>
2
3<?cs def:custom_masthead() ?>
4</div>
5<?cs /def ?>
6
7
8<?cs # appears in the blue bar at the top of every page ?>
9<?cs def:custom_subhead() ?>
10 <?cs if:android.buglink ?>
11 <?cs /if ?>
12<?cs /def ?>
13
14<?cs # appears on the left side of the blue bar at the bottom of every page ?>
15<?cs def:custom_copyright() ?><?cs /def ?>
16
17<?cs # appears on the right side of the blue bar at the bottom of every page ?>
18<?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?>
19
20<?cs def:list(label, classes) ?>
21 <?cs if:subcount(classes) ?>
22 <h2><?cs var:label ?></h2>
23 <ul>
24 <?cs each:cl=classes ?>
25 <li><?cs call:type_link(cl) ?></li>
26 <?cs /each ?>
27 </ul>
28 <?cs /if ?>
29<?cs /def ?>
30
31<?cs def:custom_left_nav() ?>
32<?cs /def ?>
33
34
35<?cs def:devdoc_left_nav() ?>
36<?cs /def ?>