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

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

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less is_apps and fixes Created 8 years, 4 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 {{+partials.header_head}} 4 {{+partials.header_head}}
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}} 8 {{+partials.header_body}}
9 <div id="gc-container"> 9 <div id="gc-container">
10 {{+partials.apps_sidenav}} 10 {{+partials.apps_sidenav}}
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.toc}} 13 {{?article.toc}}
14 {{+partials.table_of_contents toc:article.toc}} 14 {{+partials.table_of_contents toc:article.toc title:apps_title}}
15 {{/article.toc}} 15 {{/article.toc}}
16 {{- This may contain <pre> tags so it is not indented -}} 16 {{- This may contain <pre> tags so it is not indented -}}
17 {{+article.intro is_apps:true}} 17 {{+article.intro is_apps:true}}
18 </div> 18 </div>
19 </div> 19 </div>
20 </body> 20 </body>
21 {{+partials.footer is_apps:true}} 21 {{+partials.apps_footer}}
22 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698