MediaWiki:Googlesearch

From Plastic Tub

(Difference between revisions)
Revision as of 15:52, 28 Jul 2004
MediaWiki default (Talk | contribs)

← Go to previous diff
Current revision
MediaWiki default (Talk | contribs)

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="http://plastictub.vaporslave.com"><br><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="http://plastictub.vaporslave.com" checked> http://plastictub.vaporslave.com <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>

Current revision

<a href="http://www.google.com/" style="padding:0;background-image:none"><img src="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="http://www.plastictub.vaporslave.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="Google Search" />
   <input type="radio" name="sitesearch" id="gwiki" value="http://www.plastictub.vaporslave.com" checked="checked" /><label for="gwiki">Plastic Tub</label>
   <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>

</form>