blob: a214dcf2385d236bbf01bd90a13de45af168a358 [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" ?>
4<?cs include:"header.cs" ?>
5
6<div class="g-unit" id="doc-content">
7
8<div id="jd-header">
9<h1><?cs var:page.title ?></h1>
10</div>
11
12<div id="jd-content">
13
14<div class="jd-descr">
15<p><?cs call:tag_list(root.descr) ?></p>
16</div>
17
18<?cs set:count = #1 ?>
19<table class="jd-linktable">
20<?cs each:pkg = docs.packages ?>
21 <tr class="jd-letterentries <?cs if:count % #2 ?>alt-color<?cs /if ?>" >
22 <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
23 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?>&nbsp;</td>
24 </tr>
25<?cs set:count = count + #1 ?>
26<?cs /each ?>
27</table>
28
29<?cs include:"footer.cs" ?>
30</div><!-- end jd-content -->
31</div> <!-- end doc-content -->
32<?cs include:"analytics.cs" ?>
33</body>
34</html>