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).
--- 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>