You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/01/18 22:34:51 UTC

svn commit: r1435357 - in /isis/site/trunk/templates: isis-template.html isis-template.html.gua

Author: danhaywood
Date: Fri Jan 18 21:34:51 2013
New Revision: 1435357

URL: http://svn.apache.org/viewvc?rev=1435357&view=rev
Log:
isis site - removing tomee's google analytics

Added:
    isis/site/trunk/templates/isis-template.html.gua
Modified:
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1435357&r1=1435356&r2=1435357&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Fri Jan 18 21:34:51 2013
@@ -151,20 +151,7 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-2717626-1']);
-      _gaq.push(['_setDomainName', 'apache.org']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
+    <!-- GAQ stuff removed here -->
 
 
   </head>
@@ -178,10 +165,18 @@
           <ul class="nav">
             <li><a href="{{base}}index.html">Home</a></li>
             <li><a href="{{base}}download.html">Download</a></li>
-            <li><a href="{{base}}getting-started/screencasts.html">Screencasts</a></li>
+            <li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">Screenshots<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a href="{{base}}getting-started/screenshots.html">Screenshots</a></li>
+                <li><a href="{{base}}getting-started/screencasts.html">Screencasts</a></li>
+                <!--
+                <li><a href="#">Online Demo</a></li>
+                -->
+              </ul>
+            </li>
             <li><a href="{{base}}documentation.html">Documentation</a></li>
             <li><a href="{{base}}support.html">Support</a></li>
-
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
               <ul class="dropdown-menu">

Added: isis/site/trunk/templates/isis-template.html.gua
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html.gua?rev=1435357&view=auto
==============================================================================
--- isis/site/trunk/templates/isis-template.html.gua (added)
+++ isis/site/trunk/templates/isis-template.html.gua Fri Jan 18 21:34:51 2013
@@ -0,0 +1,14 @@
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-2717626-1']);
+      _gaq.push(['_setDomainName', 'apache.org']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>