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

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

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 {{+partials.header_head}} 4 {{+partials.header_head platform:app}}
5 <title>{{article.title}} - Google Chrome</title> 5 <title>{{article.title}} - Google Chrome</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 {{+partials.header_body title:apps_title platform:app}} 8 {{+partials.header_body title:apps_title platform:app}}
9 <div id="gc-container"> 9 <div id="gc-container">
10 {{+partials.sidenav items:sidenavs.apps}} 10 {{+partials.sidenav items:sidenavs.apps}}
11 <div id="gc-pagecontent"> 11 <div id="gc-pagecontent">
12 <h1 class="page_title">{{article.title}}</h1> 12 <h1 class="page_title">{{article.title}}</h1>
13 {{?article.apps_toc}} 13 {{?article.apps_toc}}
14 {{+partials.table_of_contents toc_items:article.apps_toc 14 {{+partials.table_of_contents toc_items:article.apps_toc
15 has_toc:true 15 has_toc:true
16 title:apps_title}} 16 title:apps_title}}
17 {{/article.apps_toc}} 17 {{/article.apps_toc}}
18 {{- This may contain <pre> tags so it is not indented -}} 18 {{- This may contain <pre> tags so it is not indented -}}
19 {{+article.intro is_apps:true}} 19 {{+article.intro is_apps:true}}
20 </div> 20 </div>
21 </div> 21 </div>
22 </body> 22 </body>
23 {{+partials.apps_footer}} 23 {{+partials.apps_footer}}
24 </html> 24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698