| 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.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">{{+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.apps_toc}} | 16 {{?intro}} |
| 17 {{+partials.table_of_contents toc_items:intro.apps_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.apps | 19 samples_list:api.samples.apps |
| 21 title:strings.apps_title/}} | 20 title:strings.apps_title/}} |
| 22 {{:intro.apps_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.apps | 24 samples_list:api.samples.apps |
| 26 title:strings.apps_title/}} | 25 title:strings.apps_title/}} |
| 27 {{/intro.apps_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:true/}} | 29 {{?intro +intro platform:strings.app is_apps:true/}} |
| 31 {{+partials.api_reference samples_list:api.samples.apps | 30 {{+partials.api_reference samples_list:api.samples.apps |
| 32 title:strings.apps_title | 31 title:strings.apps_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 |