blob: 3fed7993fc2e7d0f4e2b2ce90fc962e4b22c3901 [file] [log] [blame]
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07001<?cs include:"doctype.cs" ?>
2<?cs include:"macros.cs" ?>
3<html<?cs if:devsite ?> devsite<?cs /if ?>>
4<?cs include:"head_tag.cs" ?>
Scott Maindc63dda2013-08-22 16:03:21 -07005<body class="gc-documentation develop samples" itemscope itemtype="http://schema.org/Article">
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07006<?cs include:"header.cs" ?>
7
8<div <?cs if:fullpage
9?>class="fullpage"<?cs elif:design||tools||about||sdk||distribute
10?>class="col-13" id="doc-col"<?cs else
11?>class="col-12" id="doc-col"<?cs /if ?> >
12
Dirk Dougherty981effc2013-08-22 21:26:54 -070013<!-- start breadcrumb block -->
14<div id="api-info-block">
Dirk Dougherty6fb7e232013-08-30 19:06:57 -070015 <div class="sum-details-links">
Dirk Dougherty981effc2013-08-22 21:26:54 -070016
Dirk Dougherty6fb7e232013-08-30 19:06:57 -070017 <!-- related links -->
18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
19 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
20 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
Dirk Dougherty981effc2013-08-22 21:26:54 -070021
Dirk Dougherty4bddbb12013-10-29 14:33:15 -070022</div><!-- end sum-details-links -->
23
24</div><!-- end breadcurmb block -->
Dirk Dougherty6fb7e232013-08-30 19:06:57 -070025
26<div id="jd-header" style="border:0;">
Dirk Doughertyf2bd4eb2013-09-04 17:54:49 -070027
28<div id="pathCrumb">
29<?cs each:item = parentdirs ?>
30 <?cs if:pathCrumbLinks
31 ?><a href="<?cs var:toroot ?><?cs var:item.Link ?>"><?cs var:item.Name ?></a> /
32 <?cs else
33 ?><?cs var:item.Name ?> / <?cs /if ?>
34<?cs /each ?>
35</div>
36
Dirk Dougherty6fb7e232013-08-30 19:06:57 -070037 <h1 itemprop="name"><?cs var:page.title ?></h1>
Dirk Dougherty981effc2013-08-22 21:26:54 -070038</div>
Dirk Dougherty6fb7e232013-08-30 19:06:57 -070039<!-- end breadcrumb block -->
Dirk Dougherty981effc2013-08-22 21:26:54 -070040
Dirk Dougherty4f7e5152010-09-16 10:43:40 -070041
Scott Maindc63dda2013-08-22 16:03:21 -070042<?cs # THIS IS THE MAIN DOC CONTENT ?>
43<div id="jd-content">
Dirk Dougherty4f7e5152010-09-16 10:43:40 -070044
45<?cs if:android.whichdoc == "online" ?>
46
47<?cs # If this is the online docs, build the src code navigation links ?>
48
49
50<?cs var:summary ?>
51
Dirk Dougherty4f7e5152010-09-16 10:43:40 -070052<!-- begin file contents -->
Scott Main498d7102013-08-21 15:47:38 -070053<div id="codesample-wrapper">
54<pre id="codesample-line-numbers" class="no-pretty-print hidden"></pre>
55<pre id="codesample-block"><?cs var:fileContents ?></pre>
Dirk Dougherty4f7e5152010-09-16 10:43:40 -070056</div>
Dirk Dougherty981effc2013-08-22 21:26:54 -070057
Dirk Dougherty4f7e5152010-09-16 10:43:40 -070058<!-- end file contents -->
Scott Main498d7102013-08-21 15:47:38 -070059<script type="text/javascript">
60 initCodeLineNumbers();
61</script>
Dirk Dougherty4f7e5152010-09-16 10:43:40 -070062
63
64
65
66<?cs else ?><?cs
67 # else, this means it's offline docs,
68 so don't show src links (we dont have the pages!) ?>
69
Dirk Dougherty4f7e5152010-09-16 10:43:40 -070070<?cs /if ?><?cs # end if/else online docs ?>
71
72 </div> <!-- end jd-content -->
73
74<?cs include:"footer.cs" ?>
75</div><!-- end doc-content -->
76
77<?cs include:"trailer.cs" ?>
78
79</body>
80</html>
81
82
83
84
85
86
87