MediaWiki:Googlesearch: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 1: Line 1:


<!-- SiteSearch Google -->
<div style="margin-left: 2em">
<FORM method=GET action="http://www.google.com/search">
 
<TABLE bgcolor="#FFFFFF"><tr><td>
<!-- Google search -->
<A HREF="http://www.google.com/">
<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>
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif"
 
border="0" ALT="Google"></A>
<form method="get" action="http://www.google.com/search" style="margin-left:135px">
</td>
  <div>
<td>
    <input type="hidden" name="domains" value="{{SERVER}}" />
<INPUT TYPE=text name=q size=31 maxlength=255 value="$1">
    <input type="hidden" name="num" value="50" />
<INPUT type=submit name=btnG VALUE="Google Search">
    <input type="hidden" name="ie" value="$2" />
<font size=-1>
    <input type="hidden" name="oe" value="$2" />
<input type=hidden name=domains value="{{SERVER}}"><br /><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="{{SERVER}}" checked> {{SERVER}} <br />
   
<input type='hidden' name='ie' value='$2'>
    <input type="text" name="q" size="31" maxlength="255" value="$1" />
<input type='hidden' name='oe' value='$2'>
    <input type="submit" name="btnG" value="Google Search" />
</font>
  </div>
</td></tr></TABLE>
  <div style="font-size:90%">
</FORM>
    <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label>
<!-- SiteSearch Google -->
    <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>
  </div>
</form>
 
</div>

Revision as of 14:55, 21 June 2005

<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>

<form method="get" action="http://www.google.com/search" style="margin-left:135px">

   <input type="hidden" name="domains" value="https://openwetware.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="Google Search" />
   <input type="radio" name="sitesearch" id="gwiki" value="https://openwetware.org" checked="checked" /><label for="gwiki">OpenWetWare</label>
   <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>

</form>