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
(google icon)
(cleanup{{Clear}})
Line 6: Line 6:
 
     <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="hidden" name="sitesearch" id="gwiki" value="{{SERVER}}">
 
     <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="Search {{SITENAME}} with Google" />
 
     <input type="submit" name="btnG" value="Search {{SITENAME}} with Google" />
    <input type="hidden" name="sitesearch" value="{{SERVER}}">
 
 
<!--  <div>
 
<!--  <div>
 
     <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>
 
</div>
 +
{{Clear}}
 
<hr>
 
<hr>

Revision as of 21:48, 30 June 2006

<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" 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="hidden" name="sitesearch" id="gwiki" value="https://www.seattleeva.org">
   <input type="text" name="q" size="31" maxlength="255" value="$1" />
   <input type="submit" name="btnG" value="Search SeattleEVA with Google" />

</form>