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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 {{+partials.article
2 <html> 2 article:(article is_apps:true)
3 <head> 3 sidenav:sidenavs.apps
4 {{+partials.header_head/}} 4 platform:strings.app
5 <title>$(title) - Google Chrome</title> 5 platformTitle:strings.appsTitle /}}
6 </head>
7 <body>
8 {{+partials.header_body title:strings.apps_title platform:strings.app/}}
9 <div id="gc-container">
10 {{+partials.sidenav items:sidenavs.apps/}}
11 <div id="gc-pagecontent">
12 $(table_of_contents)
13 {{- This may contain <pre> tags so it is not indented -}}
14 {{+article platform:strings.app is_apps:true/}}
15 </div>
16 </div>
17 </body>
18 {{+partials.footer/}}
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698