github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/tools/droiddoc/templates-ndk/packages.cs (about)

     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      if:reference ?> reference<?cs
     8      /if ?><?cs
     9    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  
    38  <?cs include:"footer.cs" ?>
    39  </div><!-- end jd-content -->
    40  </div> <!-- end doc-content -->
    41  
    42  <?cs include:"trailer.cs" ?>
    43  
    44  </body>
    45  </html>