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

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

Issue 92143003: Docserver: Reorganise the site templates into a single site.html file which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/standard_apps_article.html
diff --git a/chrome/common/extensions/docs/templates/private/standard_apps_article.html b/chrome/common/extensions/docs/templates/private/standard_apps_article.html
index 91ed4d5f628541fda76ab3090e5b6df2ef01db6d..bc42762e9633a6933294a7116f40d0dedca6163e 100644
--- a/chrome/common/extensions/docs/templates/private/standard_apps_article.html
+++ b/chrome/common/extensions/docs/templates/private/standard_apps_article.html
@@ -1,19 +1,5 @@
-<!DOCTYPE html>
-<html>
- <head>
- {{+partials.header_head/}}
- <title>$(title) - Google Chrome</title>
- </head>
- <body>
- {{+partials.header_body title:strings.apps_title platform:strings.app/}}
- <div id="gc-container">
- {{+partials.sidenav items:sidenavs.apps/}}
- <div id="gc-pagecontent">
- $(table_of_contents)
-{{- This may contain <pre> tags so it is not indented -}}
-{{+article platform:strings.app is_apps:true/}}
- </div>
- </div>
- </body>
- {{+partials.footer/}}
-</html>
+{{+partials.article
+ article:(article is_apps:true)
+ sidenav:sidenavs.apps
+ platform:strings.app
+ platformTitle:strings.appsTitle /}}

Powered by Google App Engine
This is Rietveld 408576698