am 70892395: am d55fb681: am 6fb7e23b: Add file path above h1 in samplecode files.

* commit '70892395bb48ffca762a47c9bb35c1ad9c3512dc':
  Add file path above h1 in samplecode files.
This commit is contained in:
Dirk Dougherty 2013-09-03 15:25:08 -07:00 committed by Android Git Automerger
commit 49f58bb74e
2 changed files with 16 additions and 11 deletions

View file

@ -12,20 +12,25 @@
<!-- start breadcrumb block --> <!-- start breadcrumb block -->
<div id="api-info-block"> <div id="api-info-block">
<div class="sum-details-links"> <div class="sum-details-links">
<!-- related links --> <!-- related links -->
<a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a> <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
&#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a> &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
&#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a> &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
</div><!-- end sum-details-links --> </div><!-- end sum-details-links -->
<div class="api-level"> <div class="api-level">
Other info</a> Other info
</div>
</div> <!-- end api-info-block -->
<div id="jd-header" style="border:0;">
<?cs var:relative ?>
<h1 itemprop="name"><?cs var:page.title ?></h1>
</div> </div>
</div><!-- end breadcurmb block --> <!-- end breadcrumb block -->
<h1 itemprop="name"><?cs var:page.title ?></h1>
<?cs # THIS IS THE MAIN DOC CONTENT ?> <?cs # THIS IS THE MAIN DOC CONTENT ?>
<div id="jd-content"> <div id="jd-content">

View file

@ -24,7 +24,7 @@
</div><!-- end sum-details-links --> </div><!-- end sum-details-links -->
<div class="api-level"> <div class="api-level">
Other info</a> Other info
</div> </div>
</div><!-- end breadcurmb block --> </div><!-- end breadcurmb block -->