blob: 14f724675a38cfc0777443c2b772e9feaaabb7f8 [file] [log] [blame]
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07001<?cs include:"macros.cs" ?>
2<html>
3<?cs include:"head_tag.cs" ?>
The Android Open Source Projectdcc08f02008-12-17 18:03:49 -08004<body class="gc-documentation">
The Android Open Source Projectb6c1cf62008-10-21 07:00:00 -07005<?cs include:"header.cs" ?>
6
7<div class="g-unit" id="doc-content">
8
9<div id="jd-header">
10<h1><?cs var:page.title ?></h1>
11</div>
12
13<div id="jd-content">
14
15<div class="jd-descr">
16<p><?cs call:tag_list(root.descr) ?></p>
17</div>
18
19<?cs set:count = #1 ?>
20<table class="jd-linktable">
21<?cs each:pkg = docs.packages ?>
22 <tr class="jd-letterentries <?cs if:count % #2 ?>alt-color<?cs /if ?>" >
23 <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
24 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?>&nbsp;</td>
25 </tr>
26<?cs set:count = count + #1 ?>
27<?cs /each ?>
28</table>
29
30<?cs include:"footer.cs" ?>
31</div><!-- end jd-content -->
32</div> <!-- end doc-content -->
33<?cs include:"analytics.cs" ?>
34</body>
35</html>