m (Created page with ' <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script type="text/javascript"> google.load('search', '1'); google.setOnLoadCallback(fu...') |
m |
||
Line 1: | Line 1: | ||
− | + | <form method="get" action="http://www.google.com/search" id="googlesearch"> | |
− | + | <input type="hidden" name="domains" value="{{SERVER}}" /> | |
− | + | <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="$3" /> | |
− | + | <div> | |
+ | <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label> | ||
+ | <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label> | ||
+ | </div> | ||
+ | </form> |
<form method="get" action="http://www.google.com/search" id="googlesearch">
<input type="hidden" name="domains" value="https://bocpages.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="$3" />
<input type="radio" name="sitesearch" id="gwiki" value="https://bocpages.org" checked="checked" /><label for="gwiki">bocpages - the unofficial Boards of Canada fan wiki</label> <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>
</form>