MediaWiki:Googlesearch

From Atariki

(Różnice między wersjami)
Jump to: navigation, search
Wersja z dnia 13:25, 7 gru 2004
MediaWiki default (Dyskusja)

← Previous diff
Aktualna wersja
MediaWiki default (Dyskusja)

Linia 1: Linia 1:
-<!-- SiteSearch Google --> 
-<FORM method=GET action="http://www.google.com/search"> 
-<TABLE bgcolor="#FFFFFF"><tr><td> 
-<A HREF="http://www.google.com/"> 
-<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" 
-border="0" ALT="Google"></A> 
-</td> 
-<td> 
-<INPUT TYPE=text name=q size=31 maxlength=255 value="$1"> 
-<INPUT type=submit name=btnG VALUE="Google Search"> 
-<font size=-1> 
-<input type=hidden name=domains value="http://atariki.krap.pl"><br><input type=radio 
-name=sitesearch value=""> WWW <input type=radio name=sitesearch 
-value="http://atariki.krap.pl" checked> http://atariki.krap.pl <br> 
-<input type='hidden' name='ie' value='$2'> 
-<input type='hidden' name='oe' value='$2'> 
-</font> 
-</td></tr></TABLE> 
-</FORM> 
-<!-- SiteSearch Google --> 
 +<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>

Aktualna wersja

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

   <input type="hidden" name="domains" value="http://atariki.krap.pl" />
   <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://atariki.krap.pl" checked="checked" /><label for="gwiki">Atariki</label>
   <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>

</form>

Personal tools