Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(818)

Side by Side Diff: chrome/common/extensions/docs/templates/private/article.html

Issue 148663007: Updated DCC navigation Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {{- This is the shared template for Extension/App articles. 1 {{- This is the shared template for Extension/App articles.
2 - |article| The article content. 2 - |article| The article content.
3 - |platform| The platform. 3 - |platform| The platform.
4 - |platformTitle| The title of the platform ("Extensions" or "Apps"). 4 - |platformTitle| The title of the platform ("Extensions" or "Apps").
5 - |removeToc| Whether or not to remove the Table of Contents. 5 - |removeToc| Whether or not to remove the Table of Contents.
6 -}} 6 -}}
7 {{+content:partials.site 7 {{+content:partials.site
8 platform:platform 8 platform:platform
9 platformTitle:platformTitle}} 9 platformTitle:platformTitle}}
10 <article class="article-content"> 10 <article class="article-content">
11 <div itemprop="articleBody"> 11 <div itemprop="articleBody">
12 12
13 {{- This is unindented because it may contain whitespace-sensitive tags. -}} 13 {{- This is unindented because it may contain whitespace-sensitive tags. -}}
14 {{+article platform:platform platformTitle:platformTitle /}} 14 {{+article platform:platform platformTitle:platformTitle /}}
15 15
16 {{+partials.cc /}} 16 {{+partials.cc /}}
17 <nav class="inline-site-toc no-permalink">
18 {{+partials.relatedpages_items items:sidenavs.chrome /}}
19 </nav>
17 <nav class="inline-toc no-permalink"> 20 <nav class="inline-toc no-permalink">
18 {{+partials.relatedpages_items items:sidenavs.related /}}
19 {{^removeToc}} 21 {{^removeToc}}
20 $(table_of_contents) 22 $(table_of_contents)
21 {{/removeToc}} 23 {{/removeToc}}
22 </nav> 24 </nav>
23 </div> 25 </div>
24 </article> 26 </article>
25 {{/partials.site}} 27 {{/partials.site}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698