The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | <?cs include:"macros.cs" ?> |
| 2 | <html> |
| 3 | <?cs include:"head_tag.cs" ?> |
The Android Open Source Project | dcc08f0 | 2008-12-17 18:03:49 -0800 | [diff] [blame^] | 4 | <body class="gc-documentation"> |
The Android Open Source Project | b6c1cf6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 5 | <?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) ?> </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> |