* commit '70892395bb48ffca762a47c9bb35c1ad9c3512dc': Add file path above h1 in samplecode files.
This commit is contained in:
commit
49f58bb74e
2 changed files with 16 additions and 11 deletions
|
@ -12,20 +12,25 @@
|
|||
|
||||
<!-- start breadcrumb block -->
|
||||
<div id="api-info-block">
|
||||
<div class="sum-details-links">
|
||||
<div class="sum-details-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 ?>/project.html">Project</a>
|
||||
| <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
|
||||
<!-- related links -->
|
||||
<a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
|
||||
| <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
|
||||
| <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
|
||||
|
||||
</div><!-- end sum-details-links -->
|
||||
<div class="api-level">
|
||||
Other info</a>
|
||||
</div><!-- end sum-details-links -->
|
||||
<div class="api-level">
|
||||
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><!-- end breadcurmb block -->
|
||||
<!-- end breadcrumb block -->
|
||||
|
||||
<h1 itemprop="name"><?cs var:page.title ?></h1>
|
||||
|
||||
<?cs # THIS IS THE MAIN DOC CONTENT ?>
|
||||
<div id="jd-content">
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
</div><!-- end sum-details-links -->
|
||||
<div class="api-level">
|
||||
Other info</a>
|
||||
Other info
|
||||
</div>
|
||||
</div><!-- end breadcurmb block -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue