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

Side by Side Diff: chrome/common/extensions/docs/template/api_template.html

Issue 376001: ntp.html -> override.html (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 id="container"> 1 <div id="container">
2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> 2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
3 <!-- In particular, sub-templates that recurse, must be used by allowing 3 <!-- In particular, sub-templates that recurse, must be used by allowing
4 jstemplate to make a copy of the template in this section which 4 jstemplate to make a copy of the template in this section which
5 are not operated on by way of the jsskip="true" --> 5 are not operated on by way of the jsskip="true" -->
6 <div jsskip="true" style="display:none"> 6 <div jsskip="true" style="display:none">
7 7
8 <!-- VALUE --> 8 <!-- VALUE -->
9 <div id="valueTemplate"> 9 <div id="valueTemplate">
10 <dt> 10 <dt>
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 <div id="leftNav"> 80 <div id="leftNav">
81 <ul> 81 <ul>
82 <li> <a href="index.html">Home</a></li> 82 <li> <a href="index.html">Home</a></li>
83 <li> <a href="getstarted.html">Getting Started</a></li> 83 <li> <a href="getstarted.html">Getting Started</a></li>
84 <li> <a href="overview.html">Overview</a></li> 84 <li> <a href="overview.html">Overview</a></li>
85 <li> <a href="devguide.html"><div>Developer's Guide</div></a> 85 <li> <a href="devguide.html"><div>Developer's Guide</div></a>
86 <ul> 86 <ul>
87 <li> Browser UI 87 <li> Browser UI
88 <ul> 88 <ul>
89 <li><a href="browserAction.html">Browser Actions</a></li> 89 <li><a href="browserAction.html">Browser Actions</a></li>
90 <li><a href="ntp.html">New Tab Pages</a></li>
91 <li><a href="options.html">Options Pages</a></li> 90 <li><a href="options.html">Options Pages</a></li>
91 <li><a href="override.html">Override Pages</a></li>
92 <li><a href="pageAction.html">Page Actions</a></li> 92 <li><a href="pageAction.html">Page Actions</a></li>
93 <li><a href="themes.html">Themes</a></li> 93 <li><a href="themes.html">Themes</a></li>
94 </ul> 94 </ul>
95 </li> 95 </li>
96 <li> Browser Interaction 96 <li> Browser Interaction
97 <ul> 97 <ul>
98 <li><a href="bookmarks.html">Bookmarks</a></li> 98 <li><a href="bookmarks.html">Bookmarks</a></li>
99 <li><a href="events.html">Events</a></li> 99 <li><a href="events.html">Events</a></li>
100 <li><a href="tabs.html">Tabs</a></li> 100 <li><a href="tabs.html">Tabs</a></li>
101 <li><a href="windows.html">Windows</a></li> 101 <li><a href="windows.html">Windows</a></li>
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 _uanchor=1; 382 _uanchor=1;
383 _uff=0; 383 _uff=0;
384 urchinTracker(); 384 urchinTracker();
385 } 385 }
386 catch(e) {/* urchinTracker not available. */} 386 catch(e) {/* urchinTracker not available. */}
387 </script> 387 </script>
388 <!-- end analytics --> 388 <!-- end analytics -->
389 389
390 </div> <!-- /pageFooter --> 390 </div> <!-- /pageFooter -->
391 </div> <!-- /container --> 391 </div> <!-- /container -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698