blob: 5ffd4cec942617bc3c85cf09a688bec16d31a0a0 [file] [log] [blame]
smain@google.coma0a6d322016-02-05 17:34:22 -08001<?cs # THIS CREATES A LIST OF ALL PACKAGES AND NAMES IT packages.html ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08002<?cs include:"macros.cs" ?>
smain@google.coma0a6d322016-02-05 17:34:22 -08003<?cs include:"doctype.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08004<html<?cs if:devsite ?> devsite<?cs /if ?>>
5<?cs include:"head_tag.cs" ?>
smain@google.coma0a6d322016-02-05 17:34:22 -08006<?cs include:"body_tag.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08007<?cs include:"header.cs" ?>
8
Dirk Dougherty541b4942014-02-14 18:31:53 -08009<h1><?cs var:page.title ?></h1>
smain@google.coma0a6d322016-02-05 17:34:22 -080010<p>These are the API packages.
11See all <a href="classes.html">API classes</a>.</p>
Dirk Dougherty541b4942014-02-14 18:31:53 -080012
13<?cs set:count = #1 ?>
smain@google.coma0a6d322016-02-05 17:34:22 -080014<table>
Dirk Dougherty541b4942014-02-14 18:31:53 -080015<?cs each:pkg = docs.packages ?>
smain@google.coma0a6d322016-02-05 17:34:22 -080016 <tr class="api apilevel-<?cs var:pkg.since ?>" >
Dirk Dougherty541b4942014-02-14 18:31:53 -080017 <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
18 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?></td>
19 </tr>
20<?cs set:count = count + #1 ?>
21<?cs /each ?>
22</table>
23
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080024<?cs include:"footer.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -080025<?cs include:"trailer.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -080026</body>
27</html>