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
(<hr>)
(Just search our site.)
Line 8: Line 8:
 
     <input type="submit" name="btnG" value="Search with Google" />
 
     <input type="submit" name="btnG" value="Search with Google" />
 
   <div>
 
   <div>
     <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label>
+
     <input type="hidden" name="sitesearch" value="{{SERVER}}">
     <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</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>
 
   </div>
 
   </div>
 
</form>
 
</form>
  
 
<hr>
 
<hr>

Revision as of 00:35, 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 with Google" />
   <input type="hidden" name="sitesearch" value="https://www.seattleeva.org">
   <!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>