Trevor Johns | 4ff8891 | 2016-04-19 01:15:39 -0700 | [diff] [blame^] | 1 | <?cs # THIS CREATES A LIST OF ALL PACKAGES AND NAMES IT packages.html ?> |
Trevor Johns | bf234fd | 2016-04-12 10:35:42 -0700 | [diff] [blame] | 2 | <?cs include:"macros.cs" ?> |
Trevor Johns | 4ff8891 | 2016-04-19 01:15:39 -0700 | [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" ?> |
Trevor Johns | 4ff8891 | 2016-04-19 01:15:39 -0700 | [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> |
Trevor Johns | 4ff8891 | 2016-04-19 01:15:39 -0700 | [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 ?> |
Trevor Johns | 4ff8891 | 2016-04-19 01:15:39 -0700 | [diff] [blame^] | 14 | <table> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 15 | <?cs each:pkg = docs.packages ?> |
Trevor Johns | 4ff8891 | 2016-04-19 01:15:39 -0700 | [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 | |
Trevor Johns | 4ff8891 | 2016-04-19 01:15:39 -0700 | [diff] [blame^] | 24 | <?cs if:!devsite ?> |
Dirk Dougherty | 0dc81b9 | 2015-12-08 14:49:52 -0800 | [diff] [blame] | 25 | <?cs include:"footer.cs" ?> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 26 | <?cs include:"trailer.cs" ?> |
Trevor Johns | 4ff8891 | 2016-04-19 01:15:39 -0700 | [diff] [blame^] | 27 | <?cs /if ?> |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 28 | </body> |
| 29 | </html> |