smain@google.com | a0a6d32 | 2016-02-05 17:34:22 -0800 | [diff] [blame^] | 1 | <?cs # THIS CREATES A LIST OF ALL PACKAGES AND NAMES IT packages.html ?> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 2 | <?cs include:"macros.cs" ?> |
smain@google.com | a0a6d32 | 2016-02-05 17:34:22 -0800 | [diff] [blame^] | 3 | <?cs include:"doctype.cs" ?> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 4 | <html<?cs if:devsite ?> devsite<?cs /if ?>> |
| 5 | <?cs include:"head_tag.cs" ?> |
smain@google.com | a0a6d32 | 2016-02-05 17:34:22 -0800 | [diff] [blame^] | 6 | <?cs include:"body_tag.cs" ?> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 7 | <?cs include:"header.cs" ?> |
| 8 | |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 9 | <h1><?cs var:page.title ?></h1> |
smain@google.com | a0a6d32 | 2016-02-05 17:34:22 -0800 | [diff] [blame^] | 10 | <p>These are the API packages. |
| 11 | See all <a href="classes.html">API classes</a>.</p> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 12 | |
| 13 | <?cs set:count = #1 ?> |
smain@google.com | a0a6d32 | 2016-02-05 17:34:22 -0800 | [diff] [blame^] | 14 | <table> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 15 | <?cs each:pkg = docs.packages ?> |
smain@google.com | a0a6d32 | 2016-02-05 17:34:22 -0800 | [diff] [blame^] | 16 | <tr class="api apilevel-<?cs var:pkg.since ?>" > |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 17 | <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 Dougherty | 0dc81b9 | 2015-12-08 14:49:52 -0800 | [diff] [blame] | 24 | <?cs include:"footer.cs" ?> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 25 | <?cs include:"trailer.cs" ?> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 26 | </body> |
| 27 | </html> |