summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates/nosidenavpage.cs
blob: 1dec41e79d653803ac30acdb2dc3b69cb5b51dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?cs include:"doctype.cs" ?>
<?cs include:"macros.cs" ?>
<html>
<?cs include:"head_tag.cs" ?>
<body class="gc-documentation">
<a name="top"></a>
<?cs call:custom_masthead() ?>

<div id="body-content">
<div id="doc-content" style="position:relative;">

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

<?cs include:"footer.cs" ?>
</div><!-- end doc-content -->

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

</body>
</html>