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

Revision as of 02:09, 30 June 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="Search SeattleEVA with Google" />
   <input type="hidden" name="sitesearch" value="https://www.seattleeva.org">

</form>