Switch search box at top of CGI pages over to DuckDuckGo, as per r45919.

This commit is contained in:
Gavin Atkinson 2014-11-04 05:12:06 +00:00
parent 11f45ab300
commit f754a77481
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45921

View file

@ -75,21 +75,20 @@ $i_topbar = qq`
</div> </div>
<div id="search"> <div id="search">
<form <form method="get" id="search" action="https://duckduckgo.com/">
action="//www.FreeBSD.org/cgi/search.cgi" <h2 class="blockhide"><label for="words">Search</label></h2>
method="get"> <input type="hidden" name="sites" value="www.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
<div> <input type="hidden" name="ka" value="v" />
<h2 class="blockhide"><label <input type="hidden" name="kt" value="v" />
for="words">Search</label></h2> <input type="hidden" name="kh" value="1" />
<input type="hidden" name="max" <input type="hidden" name="kj" value="r2" />
value="25" /><input type="hidden" name="source" <input id="words" name="q" type="text" size="20"
value="www" /><input id="words" name="words" maxlength="255"
type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';"
onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
value="Search" />&nbsp;<input id="submit" <span>&nbsp;</span>
name="submit" type="submit" value="Search" /> <input id="submit" name="submit" type="submit" value="Search" />
</div> </form>
</form>
</div> </div>
</div> </div>
</div> </div>