OSDN Git Service

Code drop from //branches/cupcake/...@124589
[android-x86/build.git] / tools / droiddoc / templates / packages.cs
1 <?cs include:"macros.cs" ?>
2 <html>
3 <?cs include:"head_tag.cs" ?>
4 <body class="gc-documentation">
5 <?cs include:"header.cs" ?>
6
7 <div class="g-unit" id="doc-content">
8
9 <div id="jd-header">
10 <h1><?cs var:page.title ?></h1>
11 </div>
12
13 <div id="jd-content">
14
15 <div class="jd-descr">
16 <p><?cs call:tag_list(root.descr) ?></p>
17 </div>
18
19 <?cs set:count = #1 ?>
20 <table class="jd-linktable">
21 <?cs each:pkg = docs.packages ?>
22     <tr class="jd-letterentries <?cs if:count % #2 ?>alt-color<?cs /if ?>" >
23         <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
24         <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?>&nbsp;</td>
25     </tr>
26 <?cs set:count = count + #1 ?>
27 <?cs /each ?>
28 </table>
29
30 <?cs include:"footer.cs" ?>
31 </div><!-- end jd-content -->
32 </div> <!-- end doc-content -->
33 <?cs include:"analytics.cs" ?>
34 </body>
35 </html>