packages.cs revision 541b494103857da31505ba745b0da5bdbe0499b9
1<?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
7  elif:design ?>design<?cs
8  elif:distribute ?>distribute<?cs
9  /if ?>">
10  <a name="top"></a>
11<?cs include:"header.cs" ?>
12
13<div class="col-12" id="doc-col">
14
15<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
36<?cs include:"footer.cs" ?>
37</div><!-- end jd-content -->
38</div> <!-- end doc-content -->
39
40<?cs include:"trailer.cs" ?>
41
42</body>
43</html>
44