Remove the google search box and the google analytics page
authorSverre Rabbelier <srabbelier@gmail.com>
Mon, 20 Oct 2008 23:23:53 +0000
changeset 397 fbb59a59c075
parent 396 6af084bd290c
child 398 aa1e786a0b1d
Remove the google search box and the google analytics page These are left over from the mockups (removed because they caused long wait times when no internet connection is available).
app/soc/templates/soc/base.html
--- a/app/soc/templates/soc/base.html	Mon Oct 20 23:23:43 2008 +0000
+++ b/app/soc/templates/soc/base.html	Mon Oct 20 23:23:53 2008 +0000
@@ -112,23 +112,6 @@
 {% endblock %}
    </div>
 
-   <div id="search">
-	{% block sidebar_search_field %}
-    <form id="searchbox_015986126177484454297:pfmwlvdl42y" action="http://www.google.com/cse">
-     <input type="hidden" name="cx" value="015986126177484454297:pfmwlvdl42y" />
-     <input type="hidden" name="cof" value="FORID:0" />
-     <div class="header">
-Search Google Open Source:
-     </div>
-     <input name="q" type="text" size="20" />
-     <input type="submit" name="sa" value="Search" />
-     <br/>
-    </form>
-    <script type="text/javascript" src="http://google.com/coop/cse/brand?form=searchbox_015986126177484454297:pfmwlvdl42y">
-    </script></form>
-	{% endblock %}
-   </div>
-
    <div id="badge">
 	{% block badge %}
 <a href="http://code.google.com/p/soc/" target="_blank">Powered by Melange</a>
@@ -175,17 +158,5 @@
     </div>
    </div>
   </div>
-
-{% block google_analytics %}
-  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-  </script>
-
-  <script type="text/javascript">
-_uacct="UA-4291635-1"; // code.google.com site-wide tracking
-_uanchor=1;
-_uff=0;
-urchinTracker();
-  </script>
-{% endblock %}
  </body>
 </html>