Chromium Code Reviews

Side by Side Diff: chrome/common/extensions/docs/windows.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.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/tutorials.html ('k') | chrome/common/extensions/docs/xhr.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 2405 matching lines...)
2416 <div id="pageFooter" --=""> 2416 <div id="pageFooter" --="">
2417 <p> 2417 <p>
2418 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>, 2418 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>,
2419 the content of this page is licensed under the <a rel="license" href="http://c reativecommons.org/licenses/by/3.0/">Creative Commons 2419 the content of this page is licensed under the <a rel="license" href="http://c reativecommons.org/licenses/by/3.0/">Creative Commons
2420 Attribution 3.0 License</a>, and code samples are licensed under the 2420 Attribution 3.0 License</a>, and code samples are licensed under the
2421 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>. 2421 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>.
2422 </p> 2422 </p>
2423 <p> 2423 <p>
2424 ©2009 Google 2424 ©2009 Google
2425 </p> 2425 </p>
2426
2427 <!-- begin analytics -->
2428 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">< /script>
2429 <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></scr ipt>
2430
2431 <script type="text/javascript">
2432 // chrome doc tracking
2433 try {
2434 var engdocs = _gat._getTracker("YT-10763712-2");
2435 engdocs._trackPageview();
2436 } catch(err) {}
2437
2438 // code.google.com site-wide tracking
2439 try {
2440 _uacct="UA-18071-1";
2441 _uanchor=1;
2442 _uff=0;
2443 urchinTracker();
2444 }
2445 catch(e) {/* urchinTracker not available. */}
2446 </script>
2447 <!-- end analytics -->
2448
2426 </div> <!-- /pageFooter --> 2449 </div> <!-- /pageFooter -->
2427 </div> <!-- /container --> 2450 </div> <!-- /container -->
2428 </body></html> 2451 </body></html>
2429 2452
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tutorials.html ('k') | chrome/common/extensions/docs/xhr.html » ('j') | no next file with comments »

Powered by Google App Engine