summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates-sdk/resourcespage.cs
blob: 526d7daf0aebce0e6b665f7b9d3b25b2e3c1f6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?cs include:"doctype.cs" ?>
<?cs include:"macros.cs" ?>

<html>
<?cs include:"head_tag.cs" ?>

<body class="gc-documentation">
<?cs call:custom_masthead() ?>
<?cs call:resources_tab_nav() ?>
<a name="top"></a>
<div class="g-unit" id="doc-content" >
  <div id="jd-header" class="guide-header">
    <span class="crumb">&nbsp;</span>
    <h1><?cs var:page.title ?></h1>
  </div>

  <div id="jd-content">

    <?cs call:tag_list(root.descr) ?>

<?cs include:"footer.cs" ?>

</div><!-- end doc-content -->

<?cs include:"trailer.cs" ?>

</body>
</html>