Add google analytics V00.29
authorymh@caf4f556-3d62-0410-8435-a86758001935
Mon, 27 Jul 2009 10:15:35 +0000
changeset 67 f4cf07060654
parent 66 911e03ea6cd3
child 68 7810be81f198
Add google analytics
web/index.en.html
web/index.fr.html
--- a/web/index.en.html	Wed Jul 22 08:17:57 2009 +0000
+++ b/web/index.en.html	Mon Jul 27 10:15:35 2009 +0000
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<!-- Version 00.28 -->
+<!-- Version 00.29 -->
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -181,5 +181,14 @@
       </table>
     </div>
     </div>
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-9955524-1");
+pageTracker._trackPageview();
+} catch(err) {}</script>
   </body>
 </html>
--- a/web/index.fr.html	Wed Jul 22 08:17:57 2009 +0000
+++ b/web/index.fr.html	Mon Jul 27 10:15:35 2009 +0000
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Version 00.28 -->
+<!-- Version 00.29 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -111,5 +111,14 @@
     </td>
   </tr>
 </table>
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-9955524-1");
+pageTracker._trackPageview();
+} catch(err) {}</script>
 </body>
 </html>