MediaWiki:Googlesearch
From PeacockWiki
(Difference between revisions)
Revision as of 16:47, 15 August 2005 (edit) MediaWiki default (Talk) ← Previous diff |
Current revision (03:36, 1 July 2006) (edit) MediaWiki default (Talk) |
||
Line 1: | Line 1: | ||
- | <div style="margin-left: 2em"> | + | <form method="get" action="http://www.google.com/search" id="googlesearch"> |
- | + | ||
- | <!-- Google search --> | + | |
- | <div style="width:130px;float:left;text-align:center;position:relative;top:-8px"><a href="http://www.google.com/" style="padding:0;background-image:none"><img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" style="border:none" /></a></div> | + | |
- | + | ||
- | <form method="get" action="http://www.google.com/search" style="margin-left:135px"> | + | |
- | <div> | + | |
<input type="hidden" name="domains" value="{{SERVER}}" /> | <input type="hidden" name="domains" value="{{SERVER}}" /> | ||
<input type="hidden" name="num" value="50" /> | <input type="hidden" name="num" value="50" /> | ||
<input type="hidden" name="ie" value="$2" /> | <input type="hidden" name="ie" value="$2" /> | ||
<input type="hidden" name="oe" value="$2" /> | <input type="hidden" name="oe" value="$2" /> | ||
- | + | ||
<input type="text" name="q" size="31" maxlength="255" value="$1" /> | <input type="text" name="q" size="31" maxlength="255" value="$1" /> | ||
- | <input type="submit" name="btnG" value="Google Search" /> | + | <input type="submit" name="btnG" value="$3" /> |
- | </div> | + | <div> |
- | <div style="font-size:90%"> | + | |
<input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label> | <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> | <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label> | ||
</div> | </div> | ||
</form> | </form> | ||
- | |||
- | </div> |
Current revision
<form method="get" action="http://www.google.com/search" id="googlesearch">
<input type="hidden" name="domains" value="http://wiki.peacocktech.com" /> <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="http://wiki.peacocktech.com" checked="checked" /><label for="gwiki">PeacockWiki</label> <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>
</form>