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

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

Issue 209067: Modify the template to add analytics to all extension docs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/test.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 <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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <li><A href="autoupdate.html">Autoupdate</a></li> 99 <li><A href="autoupdate.html">Autoupdate</a></li>
100 </ul> 100 </ul>
101 </li> 101 </li>
102 <li><a href="tutorials.html"><div>Tutorials</div></a> 102 <li><a href="tutorials.html"><div>Tutorials</div></a>
103 <ul> 103 <ul>
104 <li><a href="tut_debugging.html">Debugging</a></li> 104 <li><a href="tut_debugging.html">Debugging</a></li>
105 </ul> 105 </ul>
106 </li> 106 </li>
107 <li>Reference 107 <li>Reference
108 <ul> 108 <ul>
109 <li> Formats</a> 109 <li> Formats
110 <ul> 110 <ul>
111 <li><a href="manifest.html">Manifest Files</a></li> 111 <li><a href="manifest.html">Manifest Files</a></li>
112 <li><a href="match_patterns.html">Match Patterns</a></li> 112 <li><a href="match_patterns.html">Match Patterns</a></li>
113 <!-- <li>Packages (.crx)</li> --> 113 <!-- <li>Packages (.crx)</li> -->
114 </ul> 114 </ul>
115 </li> 115 </li>
116 <li> <a href="api_index.html">chrome.* APIs</a> </li> 116 <li> <a href="api_index.html">chrome.* APIs</a> </li>
117 <li> <a href="api_other.html">Other APIs</a> </li> 117 <li> <a href="api_other.html">Other APIs</a> </li>
118 </ul> 118 </ul>
119 </li> 119 </li>
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 Except as otherwise <a 339 Except as otherwise <a
340 href="http://code.google.com/policies.html#restrictions">noted</a>, 340 href="http://code.google.com/policies.html#restrictions">noted</a>,
341 the content of this page is licensed under the <a rel="license" 341 the content of this page is licensed under the <a rel="license"
342 href="http://creativecommons.org/licenses/by/3.0/">Creative Commons 342 href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
343 Attribution 3.0 License</a>, and code samples are licensed under the 343 Attribution 3.0 License</a>, and code samples are licensed under the
344 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>. 344 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>.
345 </p> 345 </p>
346 <p> 346 <p>
347 &copy;2009 Google 347 &copy;2009 Google
348 </p> 348 </p>
349
350 <!-- begin analytics -->
351 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">< /script>
352 <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></scr ipt>
353
354 <script type="text/javascript">
355 // chrome doc tracking
356 try {
357 var engdocs = _gat._getTracker("YT-10763712-2");
358 engdocs._trackPageview();
359 } catch(err) {}
360
361 // code.google.com site-wide tracking
362 try {
363 _uacct="UA-18071-1";
364 _uanchor=1;
365 _uff=0;
366 urchinTracker();
367 }
368 catch(e) {/* urchinTracker not available. */}
369 </script>
370 <!-- end analytics -->
371
349 </div> <!-- /pageFooter --> 372 </div> <!-- /pageFooter -->
350 </div> <!-- /container --> 373 </div> <!-- /container -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698