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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/private/header_body.html

Issue 10834255: Extensions Docs Server: Apps titles should show "Apps" instead of "Extensions" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/templates/private/standard_apps_api.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{?branchInfo.showWarning}} 1 {{?branchInfo.showWarning}}
2 <div id="branchWarning" class="displayModeWarning"> 2 <div id="branchWarning" class="displayModeWarning">
3 <span>WARNING: this is the {{branchInfo.current}} documentation. It may not wo rk with the stable release of Chrome.</span> 3 <span>WARNING: this is the {{branchInfo.current}} documentation. It may not wo rk with the stable release of Chrome.</span>
4 <select id="branchChooser"> 4 <select id="branchChooser">
5 <option value="">Choose a different version...</option> 5 <option value="">Choose a different version...</option>
6 {{#branchInfo.branches}} 6 {{#branchInfo.branches}}
7 <option value="{{path}}">{{name}}</option> 7 <option value="{{path}}">{{name}}</option>
8 {{/}} 8 {{/}}
9 </select> 9 </select>
10 </div> 10 </div>
11 {{/}} 11 {{/}}
12 <a id="top"></a> 12 <a id="top"></a>
13 <div id="header"> 13 <div id="header">
14 <div id="logo"> 14 <div id="logo">
15 <a href="http://code.google.com/"><img src="{{static}}/images/chrome_logo.gi f" alt="Google Code Labs" style="border:0; margin:0;"></a> 15 <a href="http://code.google.com/"><img src="{{static}}/images/chrome_logo.gi f" alt="Google Code Labs" style="border:0; margin:0;"></a>
16 </div> 16 </div>
17 <div id="cse"></div> 17 <div id="cse"></div>
18 <span class="greytext">e.g. "page action" or "tabs"</span> 18 <span class="greytext">e.g. "page action" or "tabs"</span>
19 </div> 19 </div>
20 <a id="gc-topnav-anchor"></a> 20 <a id="gc-topnav-anchor"></a>
21 <div id="gc-topnav"> 21 <div id="gc-topnav">
22 <h1>Google Chrome Extensions</h1> 22 <h1>Google Chrome {{?is_apps}}Apps{{:}}Extensions{{/}}</h1>
23 <ul id="home" class="gc-topnav-tabs"> 23 <ul id="home" class="gc-topnav-tabs">
24 <li id="home_link"> 24 <li id="home_link">
25 <a href="index.html" title="Google Chrome Extensions home page"><div>Home< /div></a> 25 <a href="index.html" title="Google Chrome Extensions home page"><div>Home< /div></a>
26 </li> 26 </li>
27 <li id="docs_link"> 27 <li id="docs_link">
28 <a href="docs.html" title="Official Google Chrome Extensions documentation "><div>Docs</div></a> 28 <a href="docs.html" title="Official Google Chrome {{?is_apps}}Apps{{:}}Ext ensions{{/}} documentation"><div>Docs</div></a>
29 </li> 29 </li>
30 <li id="faq_link"> 30 <li id="faq_link">
31 <a href="faq.html" title="Answers to frequently asked questions about Goog le Chrome Extensions"><div>FAQ</div></a> 31 <a href="faq.html" title="Answers to frequently asked questions about Goog le Chrome Extensions"><div>FAQ</div></a>
not at google - send to devlin 2012/08/10 04:44:34 Looks like this will need to change too.
cduvall 2012/08/10 21:45:30 Done.
32 </li> 32 </li>
33 <li id="samples_link"> 33 <li id="samples_link">
34 <a href="samples.html" title="Sample extensions (with source code)"><div>S amples</div></a> 34 <a href="samples.html" title="Sample {{?is_apps}}apps{{:}}extensions{{/}} (with source code)"><div>Samples</div></a>
not at google - send to devlin 2012/08/10 04:44:34 It's probably a typo that these are apps/extension
cduvall 2012/08/10 21:45:30 Done.
35 </li> 35 </li>
36 <li id="group_link"> 36 <li id="group_link">
37 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions " title="Google Chrome Extensions developer forum"><div>Group</div></a> 37 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions " title="Google Chrome Extensions developer forum"><div>Group</div></a>
not at google - send to devlin 2012/08/10 04:44:34 and here
cduvall 2012/08/10 21:45:30 Done.
38 </li> 38 </li>
39 <li id="so_link"> 39 <li id="so_link">
40 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension " title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div>< /a> 40 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension " title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div>< /a>
not at google - send to devlin 2012/08/10 04:44:34 this doesn't need to change yet, but it will proba
41 </li> 41 </li>
42 </ul> 42 </ul>
43 </div> 43 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/templates/private/standard_apps_api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698