This page you are viewing is part of the SEVA Wiki Archive, Please visit the new Official Website!
NOTICE: Visit the Maillist page for help joining the new google groups email list, the old maillist is no more.
SEVA meetings are held every second Tuesday.


Difference between revisions of "MediaWiki:Googlesearch"

From SeattleEVA
Jump to navigation Jump to search
 
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>
 

Revision as of 03:48, 14 January 2006

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

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

</form>