OLD | NEW |
---|---|
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 {{?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:strings.apps_title}} | 16 title:strings.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 platform:strings.app is_apps:true}} | 19 {{+article.intro |
20 apis:apis | |
21 beta_apis:beta_apis | |
22 dev_apis:dev_apis | |
23 manifest_source:manifest_source | |
24 permissions:permissions | |
25 platform:strings.extension | |
mkearney1
2013/11/15 02:04:23
Should this be platform:strings.app?
not at google - send to devlin
2013/11/15 05:25:55
Yes. Thanks.
| |
26 stable_apis:stable_apis | |
27 is_apps:true/}} | |
20 </div> | 28 </div> |
21 </div> | 29 </div> |
22 </body> | 30 </body> |
23 {{+partials.footer}} | 31 {{+partials.footer/}} |
24 </html> | 32 </html> |
OLD | NEW |