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

Side by Side Diff: chrome/common/extensions/docs/index.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/i18n.html ('k') | chrome/common/extensions/docs/manifest.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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 <div id="pageFooter" --=""> 431 <div id="pageFooter" --="">
432 <p> 432 <p>
433 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>, 433 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>,
434 the content of this page is licensed under the <a rel="license" href="http://c reativecommons.org/licenses/by/3.0/">Creative Commons 434 the content of this page is licensed under the <a rel="license" href="http://c reativecommons.org/licenses/by/3.0/">Creative Commons
435 Attribution 3.0 License</a>, and code samples are licensed under the 435 Attribution 3.0 License</a>, and code samples are licensed under the
436 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>. 436 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>.
437 </p> 437 </p>
438 <p> 438 <p>
439 ©2009 Google 439 ©2009 Google
440 </p> 440 </p>
441
442 <!-- begin analytics -->
443 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">< /script>
444 <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></scr ipt>
445
446 <script type="text/javascript">
447 // chrome doc tracking
448 try {
449 var engdocs = _gat._getTracker("YT-10763712-2");
450 engdocs._trackPageview();
451 } catch(err) {}
452
453 // code.google.com site-wide tracking
454 try {
455 _uacct="UA-18071-1";
456 _uanchor=1;
457 _uff=0;
458 urchinTracker();
459 }
460 catch(e) {/* urchinTracker not available. */}
461 </script>
462 <!-- end analytics -->
463
441 </div> <!-- /pageFooter --> 464 </div> <!-- /pageFooter -->
442 </div> <!-- /container --> 465 </div> <!-- /container -->
443 </body></html> 466 </body></html>
444 467
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/i18n.html ('k') | chrome/common/extensions/docs/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698