Fixing custom search for apps and extension docs.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / header_body.html
blobefe95cdf339bd99d0deb16f754da1a007eb60411
1 {{?branchInfo.showWarning}}
2 <div id="branchWarning" class="displayModeWarning">
3 <span>WARNING: this is the {{branchInfo.current}} documentation. It may not work with the stable release of Chrome.</span>
4 <select id="branchChooser">
5 <option value="">Choose a different version...</option>
6 {{#branchInfo.channels}}
7 <option value="{{path}}">{{name}}</option>
8 {{/}}
9 </select>
10 </div>
11 {{/}}
12 <a id="top"></a>
13 <div id="header">
14 <span id="logo">
15 <a href="http://code.google.com/"><img src="{{static}}/images/chrome_logo.gif" alt="Google Code Labs"></a>
16 </span>
17 <span id="cse">
18 <gcse:searchbox-only enableAutoComplete="true" autoCompleteMatchTyple="prefix"></gcse:searchbox-only>
19 </span>
20 </div>
21 <a id="gc-topnav-anchor"></a>
22 <div id="gc-topnav">
23 <h1>Google Chrome {{title}}</h1>
24 <ul id="home" class="gc-topnav-tabs">
25 <li id="home_link">
26 <a href="index.html" title="Google Chrome {{title}} home page"><div>Home</div></a>
27 </li>
28 <li id="docs_link">
29 <a href="docs.html" title="Official Google Chrome {{title}} documentation"><div>Docs</div></a>
30 </li>
31 <li id="faq_link">
32 <a href="faq.html" title="Answers to frequently asked questions about Google Chrome {{title}}"><div>FAQ</div></a>
33 </li>
34 <li id="samples_link">
35 <a href="samples.html" title="Sample {{title}} (with source code)"><div>Samples</div></a>
36 </li>
37 <li id="group_link">
38 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions" title="Google Chrome {{title}} developer forum"><div>Group</div></a>
39 </li>
40 <li id="so_link">
41 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension" title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div></a>
42 </li>
43 </ul>
44 </div>