MediaWiki:Googlesearch

From WebOS Internals
Revision as of 16:57, 14 June 2010 by Rboatright (talk | contribs) (x)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<form method="get" action="http://www.google.com/search" id="googlesearch">

   <input type="hidden" name="domains" value="http://wiki.webos-internals.org" />
   <input type="hidden" name="num" value="50" />
   <input type="hidden" name="ie" value="$2" />
   <input type="hidden" name="oe" value="$2" />
   <input type="text" name="q" size="31" maxlength="255" value="$1" />
   <input type="submit" name="btnG" value="Custom Google Search of the Wiki" />
   <input type="radio" name="sitesearch" id="gwiki" value="http://wiki.webos-internals.org" checked="checked" /><label for="gwiki">WebOS Internals</label>
   <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>

</form>