Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1 | <?cs include:"doctype.cs" ?> |
| 2 | <?cs include:"macros.cs" ?> |
Scott Main | e05e6f9 | 2013-01-29 13:34:17 -0800 | [diff] [blame] | 3 | <html<?cs if:devsite ?> devsite<?cs /if ?>> |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4 | <?cs include:"head_tag.cs" ?> |
Robert Ly | 06884f5 | 2012-12-03 11:50:38 -0800 | [diff] [blame] | 5 | <body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?> |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 6 | <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs |
smain@google.com | 9a818f5 | 2014-10-03 09:25:59 -0700 | [diff] [blame] | 7 | if:reference ?> reference<?cs |
| 8 | /if ?><?cs |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 9 | elif:design ?>design<?cs |
| 10 | elif:distribute ?>distribute<?cs |
| 11 | /if ?>"> |
| 12 | <a name="top"></a> |
| 13 | <?cs include:"header.cs" ?> |
| 14 | |
| 15 | <div class="col-12" id="doc-col"> |
| 16 | |
| 17 | <div id="jd-header"> |
| 18 | <h1><?cs var:page.title ?></h1> |
| 19 | </div> |
| 20 | |
| 21 | <div id="jd-content"> |
| 22 | |
| 23 | <div class="jd-descr"> |
| 24 | <p><?cs call:tag_list(root.descr) ?></p> |
| 25 | </div> |
| 26 | |
| 27 | <?cs set:count = #1 ?> |
| 28 | <table class="jd-sumtable"> |
| 29 | <?cs each:pkg = docs.packages ?> |
| 30 | <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:pkg.since ?>" > |
| 31 | <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td> |
| 32 | <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?></td> |
| 33 | </tr> |
| 34 | <?cs set:count = count + #1 ?> |
| 35 | <?cs /each ?> |
| 36 | </table> |
| 37 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 38 | </div><!-- end jd-content --> |
Dirk Dougherty | f97b2ef | 2015-05-12 21:23:05 -0700 | [diff] [blame] | 39 | |
| 40 | <?cs include:"footer.cs" ?> |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 41 | </div> <!-- end doc-content --> |
| 42 | |
| 43 | <?cs include:"trailer.cs" ?> |
| 44 | |
| 45 | </body> |
| 46 | </html> |