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

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

Issue 65643009: Docserver: Attach intro metadata to the template itself, not to an object which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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 title:strings.apps_title platform:strings.app/}} 8 {{+partials.header_body title:strings.apps_title platform:strings.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 {{+partials.table_of_contents toc_items:article.toc
14 {{+partials.table_of_contents toc_items:article.apps_toc
15 has_toc:true
16 title:strings.apps_title/}} 14 title:strings.apps_title/}}
17 {{/article.apps_toc}}
18 {{- This may contain <pre> tags so it is not indented -}} 15 {{- This may contain <pre> tags so it is not indented -}}
19 {{+article.intro 16 {{+article platform:strings.app is_apps:true/}}
not at google - send to devlin 2013/11/16 21:54:41 Changes like these are why I needed to pull the "t
20 apis:apis
21 beta_apis:beta_apis
22 dev_apis:dev_apis
23 manifest_source:manifest_source
24 permissions:permissions
25 platform:strings.app
26 stable_apis:stable_apis
27 is_apps:true/}}
28 </div> 17 </div>
29 </div> 18 </div>
30 </body> 19 </body>
31 {{+partials.footer/}} 20 {{+partials.footer/}}
32 </html> 21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698