blob: af565dc1df39ab06891f1c2ab42df81f5d1db231 [file] [log] [blame]
Dirk Dougherty541b4942014-02-14 18:31:53 -08001<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
3<html<?cs if:devsite ?> devsite<?cs /if ?>>
4<?cs include:"head_tag.cs" ?>
5<body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
6 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
Dirk Doughertyff233cc2015-05-04 14:37:05 -07007 if:reference ?> reference<?cs
8 /if ?><?cs
Dirk Dougherty541b4942014-02-14 18:31:53 -08009 elif:design ?>design<?cs
10 elif:distribute ?>distribute<?cs
11 /if ?>">
12 <a name="top"></a>
13<?cs include:"header.cs" ?>
14
Dirk Dougherty541b4942014-02-14 18:31:53 -080015<div id="jd-header">
16<h1><?cs var:page.title ?></h1>
17</div>
18
19<div id="jd-content">
20
21<div class="jd-descr">
22<p><?cs call:tag_list(root.descr) ?></p>
23</div>
24
25<?cs set:count = #1 ?>
26<table class="jd-sumtable">
27<?cs each:pkg = docs.packages ?>
28 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:pkg.since ?>" >
29 <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
30 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?></td>
31 </tr>
32<?cs set:count = count + #1 ?>
33<?cs /each ?>
34</table>
35
Dirk Dougherty541b4942014-02-14 18:31:53 -080036</div><!-- end jd-content -->
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080037
38<?cs include:"footer.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -080039
40<?cs include:"trailer.cs" ?>
41
42</body>
43</html>