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

Unified Diff: chrome/common/extensions/docs/templates/private/header_body.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/header_body.html
diff --git a/chrome/common/extensions/docs/templates/private/header_body.html b/chrome/common/extensions/docs/templates/private/header_body.html
deleted file mode 100644
index 5c5502bb5788f65490be377024763de212d89085..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/templates/private/header_body.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<div id="gc-topnav">
- <table><tr>
- <td id="chrome-logo">
- <a href="{{base_path}}{{platform}}s/" title="Google Chrome {{title}}">
- <img src="{{static}}/images/chrome-logo.png" alt=""> chrome
- </a>
- <div id="platform-chooser">
- <button id="platform-chooser-toggle" data-menu="platform-chooser-popup">
- {{platform}}s &#x25be;&#x202F;
- </button>
- <div id="platform-chooser-popup">
- <button class="apps" data-href="/apps/about_apps.html">apps</button>
- <button class="extensions" data-href="/extensions">extensions</button>
- </div>
- </div>
- </td>
- <td>
- <ul>
- <li>
- <a href="{{base_path}}{{platform}}s/samples.html"
- title="Sample {{title}} (with source code)">Samples</a>
- </li>
- <li>
- <a href="http://groups.google.com/a/chromium.org/group/chromium-{{platform}}s"
- title="Google Chrome {{title}} developer forum"
- target="_blank">Group</a>
- </li>
- <li>
- <a href="http://stackoverflow.com/tags/google-chrome-{{platform}}/info"
- title="[google-chrome-{{platform}}] tag on Stack Overflow"
- target="_blank">Stack overflow</a>
- </li>
- </ul>
- </td>
- </tr></table>
-</div>
-<div id="gc-topnav-space"></div>

Powered by Google App Engine
This is Rietveld 408576698