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

Unified Diff: chrome/common/extensions/docs/templates/private/standard_extensions_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_extensions_article.html
diff --git a/chrome/common/extensions/docs/templates/private/standard_extensions_article.html b/chrome/common/extensions/docs/templates/private/standard_extensions_article.html
index 397289e39427f11026df5c21783de4e9ce9a2897..994ce6d97c41064153f0827fa4f2e0722360e514 100644
--- a/chrome/common/extensions/docs/templates/private/standard_extensions_article.html
+++ b/chrome/common/extensions/docs/templates/private/standard_extensions_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.extensions_title platform:strings.extension/}}
- <div id="gc-container">
- {{+partials.sidenav items:sidenavs.extensions/}}
- <div id="gc-pagecontent">
- $(table_of_contents)
-{{- This may contain <pre> tags so it is not indented -}}
-{{+article platform:strings.extension is_apps:false /}}
- </div>
- </div>
- </body>
- {{+partials.footer/}}
-</html>
+{{+partials.article
+ article:article
+ sidenav:sidenavs.extensions
+ platform:strings.extension
+ platformTitle:strings.extensionsTitle /}}

Powered by Google App Engine
This is Rietveld 408576698