blob: 5056d3a5d7e9f1e316491ec8b804efc61fbe767e [file] [log] [blame]
smain@google.coma0a6d322016-02-05 17:34:22 -08001<?cs include:"doctype.cs" ?>
Trevor Johnsbf234fd2016-04-12 10:35:42 -07002<?cs include:"macros.cs" ?>
Dirk Dougherty541b4942014-02-14 18:31:53 -08003<html<?cs if:devsite ?> devsite<?cs /if ?>>
4<?cs include:"head_tag.cs" ?>
Trevor Johnsbf234fd2016-04-12 10:35:42 -07005<body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
6 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
7 if:reference ?> reference<?cs
8 /if ?><?cs
9 elif:design ?>design<?cs
10 elif:distribute ?>distribute<?cs
11 /if ?>">
12 <a name="top"></a>
Dirk Dougherty541b4942014-02-14 18:31:53 -080013<?cs include:"header.cs" ?>
14
Trevor Johnsbf234fd2016-04-12 10:35:42 -070015<div class="col-12" id="doc-col">
16
17<div id="jd-header">
Dirk Dougherty541b4942014-02-14 18:31:53 -080018<h1><?cs var:page.title ?></h1>
Trevor Johnsbf234fd2016-04-12 10:35:42 -070019</div>
20
21<div id="jd-content">
22
23<div class="jd-descr">
24<p><?cs call:tag_list(root.descr) ?></p>
25</div>
Dirk Dougherty541b4942014-02-14 18:31:53 -080026
27<?cs set:count = #1 ?>
Trevor Johnsbf234fd2016-04-12 10:35:42 -070028<table class="jd-sumtable">
Dirk Dougherty541b4942014-02-14 18:31:53 -080029<?cs each:pkg = docs.packages ?>
Trevor Johnsbf234fd2016-04-12 10:35:42 -070030 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:pkg.since ?>" >
Dirk Dougherty541b4942014-02-14 18:31:53 -080031 <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
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080038<?cs include:"footer.cs" ?>
Trevor Johnsbf234fd2016-04-12 10:35:42 -070039</div><!-- end jd-content -->
40</div> <!-- end doc-content -->
41
Dirk Dougherty541b4942014-02-14 18:31:53 -080042<?cs include:"trailer.cs" ?>
Trevor Johnsbf234fd2016-04-12 10:35:42 -070043
Dirk Dougherty541b4942014-02-14 18:31:53 -080044</body>
45</html>