From ba6e07941261f27830fd4828dc0060a191490101 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 13 Sep 2007 19:23:15 -0400 Subject: added google site search as holdover search --- bn_django/templates/base.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'bn_django') diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 3d4fe00..1e3d5ef 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -38,12 +38,15 @@
-
+
-
  style:   + name="q" id="search_text" + onfocus="var box=document.forms['search'].elements['q']; if(box.value == ' search!') box.value=''; return;" /> + + +
+  style:   @@ -54,7 +57,6 @@  sane -
{% block path %}{% endblock %} -- cgit v1.2.3