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

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

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up 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
OLDNEW
1 <div class="g-unit g-first" id="gc-toc"> 1 <div class="g-unit g-first" id="gc-toc">
2 <ul> 2 <ul>
3 <li> 3 <li>
4 <input type="search" id="api_search" results placeholder="Search APIs"> 4 <input type="search" id="api_search" results placeholder="Search APIs">
5 <div id="filtered_apis"></div> 5 <div id="filtered_apis"></div>
6 </li> 6 </li>
7 <li><h2>Starting</h2> 7 <li><h2>Starting</h2>
8 <ul> 8 <ul>
9 <li><a href="getstarted.html">Getting Started</a></li> 9 <li><a href="getstarted.html">Getting Started</a></li>
10 <li><a href="overview.html">Overview</a></li> 10 <li><a href="overview.html">Overview</a></li>
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 </li> 79 </li>
80 <li><h2>More</h2> 80 <li><h2>More</h2>
81 <ul> 81 <ul>
82 <li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chr ome Web Store</a></li> 82 <li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chr ome Web Store</a></li>
83 <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.ht ml">Hosted Apps</a></li> 83 <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.ht ml">Hosted Apps</a></li>
84 <li><a href="themes.html">Themes</a></li> 84 <li><a href="themes.html">Themes</a></li>
85 </ul> 85 </ul>
86 </li> 86 </li>
87 </ul> 87 </ul>
88 </div> 88 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698