summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates-google/customization.cs
blob: ee2bc76172fe45db3866fe9cafc7361480135c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?cs # appears above the blue bar at the top of every page ?>

<?cs def:custom_masthead() ?>
</div>
<?cs /def ?>


<?cs # appears in the blue bar at the top of every page ?>
<?cs def:custom_subhead() ?>
    <?cs if:android.buglink ?>
    <?cs /if ?>
<?cs /def ?>

<?cs # appears on the left side of the blue bar at the bottom of every page ?>
<?cs def:custom_copyright() ?><?cs /def ?>

<?cs # appears on the right side of the blue bar at the bottom of every page ?>
<?cs def:custom_buildinfo() ?>Build <?cs var:page.build ?> - <?cs var:page.now ?><?cs /def ?>

<?cs def:list(label, classes) ?>
  <?cs if:subcount(classes) ?>
    <h2><?cs var:label ?></h2>
    <ul>
    <?cs each:cl=classes ?>
        <li><?cs call:type_link(cl) ?></li>
    <?cs /each ?>
    </ul>
  <?cs /if ?>
<?cs /def ?>

<?cs def:custom_left_nav() ?>
<?cs /def ?>


<?cs def:devdoc_left_nav() ?>
<?cs /def ?>