aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-09-13 19:23:15 -0400
committerbnewbold <bnewbold@manus.(none)>2007-09-13 19:23:15 -0400
commitba6e07941261f27830fd4828dc0060a191490101 (patch)
tree0468a79ffb9d7ce7d6788018919c64469b7e9df5 /bn_django
parentce96516bd6622a9d0aceae1b044ec2793d32513a (diff)
downloadbnewnet-ba6e07941261f27830fd4828dc0060a191490101.tar.gz
bnewnet-ba6e07941261f27830fd4828dc0060a191490101.zip
added google site search as holdover search
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/templates/base.html12
1 files changed, 7 insertions, 5 deletions
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 @@
</div>
<div class="content" id="main_title">
<div class="right_stuff">
-<form name="search" action="#">
+<form name="search" method="get" action="http://www.google.com/search">
<br/>
<input class="search_box" type="text" size="21" value="&nbsp;search!"
- name="search_text" id="search_text"
- onfocus="if (this.value == this.defaultValue) this.value=''; return;" />
-<br />&nbsp;&nbsp;style: &nbsp;
+ name="q" id="search_text"
+ onfocus="var box=document.forms['search'].elements['q']; if(box.value == ' search!') box.value=''; return;" />
+<input type="hidden" name="domains" value="bryannewbold.com" />
+<input type="hidden" name="sitesearch" value="bryannewbold.com" />
+</form>
+&nbsp;&nbsp;style: &nbsp;
<a onclick="swapstyle('font');return;" href="#"
id="style_font" class="subtle">
<span class="style_font_first" id="style_font_first">
@@ -54,7 +57,6 @@
&nbsp;<a onclick="swapstyle('site');return;" href="#"
id="style_site" class="subtle">sane</a>
<span class="righty"></span>
-</form>
</div>
<span class="path">
{% block path %}{% endblock %}