blob: fe6a5aa64a0291913ddd0b73b7e2aa367a7bb011 [file] [log] [blame]
Scott Maine4d8f1b2012-06-21 18:03:05 -07001<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
Scott Maine05e6f92013-01-29 13:34:17 -08003<html<?cs if:devsite ?> devsite<?cs /if ?>>
Scott Maine4d8f1b2012-06-21 18:03:05 -07004<?cs include:"head_tag.cs" ?>
Robert Ly06884f52012-12-03 11:50:38 -08005<body class="gc-documentation <?cs if:(reference.gms || reference.gcm) ?>google<?cs /if ?>
Scott Maine4d8f1b2012-06-21 18:03:05 -07006 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
smain@google.com9a818f52014-10-03 09:25:59 -07007 if:reference ?> reference<?cs
8 /if ?><?cs
Scott Maine4d8f1b2012-06-21 18:03:05 -07009 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 Maine4d8f1b2012-06-21 18:03:05 -070038</div><!-- end jd-content -->
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -070039
40<?cs include:"footer.cs" ?>
Scott Maine4d8f1b2012-06-21 18:03:05 -070041</div> <!-- end doc-content -->
42
43<?cs include:"trailer.cs" ?>
44
45</body>
46</html>