blob: a358dca9f554ecf0062b549a40882969e537a1e9 [file] [log] [blame]
The Android Open Source Project475fa122009-02-10 15:43:57 -08001<?cs include:"doctype.cs" ?>
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07002<?cs include:"macros.cs" ?>
3<html>
4<?cs include:"head_tag.cs" ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -08005<body class="gc-documentation">
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07006<?cs include:"header.cs" ?>
7
8<div class="g-unit" id="doc-content">
9
10<div id="jd-header">
11<h1><?cs var:page.title ?></h1>
12</div>
13
14<div id="jd-content">
15
16<div class="jd-descr">
17<p><?cs call:tag_list(root.descr) ?></p>
18</div>
19
20<?cs set:count = #1 ?>
The Android Open Source Projected187412009-01-20 14:03:55 -080021<table class="jd-sumtable">
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070022<?cs each:pkg = docs.packages ?>
The Android Open Source Projected187412009-01-20 14:03:55 -080023 <tr <?cs if:count % #2 ?>class="alt-color"<?cs /if ?> >
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070024 <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
25 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?>&nbsp;</td>
26 </tr>
27<?cs set:count = count + #1 ?>
28<?cs /each ?>
29</table>
30
31<?cs include:"footer.cs" ?>
32</div><!-- end jd-content -->
33</div> <!-- end doc-content -->
The Android Open Source Project475fa122009-02-10 15:43:57 -080034
35<?cs include:"trailer.cs" ?>
36
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -070037</body>
38</html>