You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2013/06/12 20:21:49 UTC

svn commit: r1492323 - /ctakes/site/trunk/templates/skeleton.html

Author: chenpei
Date: Wed Jun 12 18:21:34 2013
New Revision: 1492323

URL: http://svn.apache.org/r1492323
Log:
Adding Google Analytics for web site

Modified:
    ctakes/site/trunk/templates/skeleton.html

Modified: ctakes/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/ctakes/site/trunk/templates/skeleton.html?rev=1492323&r1=1492322&r2=1492323&view=diff
==============================================================================
--- ctakes/site/trunk/templates/skeleton.html (original)
+++ ctakes/site/trunk/templates/skeleton.html Wed Jun 12 18:21:34 2013
@@ -26,16 +26,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 {% endif %}
 	
-<script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
-  ga('create', 'UA-41673085-1', 'ctakes.apache.org');
-  ga('send', 'pageview');
-</script>
-	
 </head>
  
 <body>
@@ -60,7 +51,16 @@
 		<p>Copyright &#169; 2011-2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <a href="privacy.html">Privacy Policy</a><br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
     </div>
  </div>
- 
+
+<script type="text/javascript">
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-41673085-1', 'ctakes.apache.org');
+  ga('send', 'pageview');
+</script>
 </body>
 </html>