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 {{+partials.title api:api/}} | 5 {{+partials.title api:api/}} |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 {{+partials.header_body title:strings.extensions_title platform:strings.exte
nsion/}} | 8 {{+partials.header_body title:strings.extensions_title platform:strings.exte
nsion/}} |
9 <div id="gc-container"> | 9 <div id="gc-container"> |
10 {{+partials.sidenav items:sidenavs.extensions/}} | 10 {{+partials.sidenav items:sidenavs.extensions/}} |
11 <div id="gc-pagecontent"> | 11 <div id="gc-pagecontent"> |
12 <h1 class="page_title">{{+partials.api_title api:api/}}</h1> | 12 <h1 class="page_title">{{+partials.api_title api:api/}}</h1> |
13 {{?api.channelWarning.trunk +partials.warning_trunk/}} | 13 {{?api.channelWarning.trunk +partials.warning_trunk/}} |
14 {{?api.channelWarning.dev +partials.warning_dev/}} | 14 {{?api.channelWarning.dev +partials.warning_dev/}} |
15 {{?api.channelWarning.beta +partials.warning_beta/}} | 15 {{?api.channelWarning.beta +partials.warning_beta/}} |
16 {{?intro.extensions_toc}} | 16 {{?intro}} |
17 {{+partials.table_of_contents toc_items:intro.extensions_toc | 17 {{+partials.table_of_contents toc_items:intro.toc |
18 has_toc:true | |
19 api:api | 18 api:api |
20 samples_list:api.samples.extensions | 19 samples_list:api.samples.extensions |
21 title:strings.extensions_title/}} | 20 title:strings.extensions_title/}} |
22 {{:intro.extensions_toc}} | 21 {{:intro}} |
23 {{+partials.table_of_contents has_toc:false | 22 {{+partials.table_of_contents toc_items:false |
24 api:api | 23 api:api |
25 samples_list:api.samples.extensions | 24 samples_list:api.samples.extensions |
26 title:strings.extensions_title/}} | 25 title:strings.extensions_title/}} |
27 {{/intro.extensions_toc}} | 26 {{/intro}} |
28 {{+partials.intro_table api:api/}} | 27 {{+partials.intro_table api:api/}} |
29 {{- This is unindented because it contains <pre> tags -}} | 28 {{- This is unindented because it contains <pre> tags -}} |
30 {{?intro +intro.intro is_apps:false/}} | 29 {{?intro +intro platform:strings.app is_apps:false/}} |
31 {{+partials.api_reference samples_list:api.samples.extensions | 30 {{+partials.api_reference samples_list:api.samples.extensions |
32 title:strings.extensions_title | 31 title:strings.extensions_title |
33 api:api/}} | 32 api:api/}} |
34 </div> | 33 </div> |
35 </div> | 34 </div> |
36 </body> | 35 </body> |
37 {{+partials.footer/}} | 36 {{+partials.footer/}} |
38 </html> | 37 </html> |
OLD | NEW |