MediaWiki:Googlesearch: различия между версиями

Материал из ЕЖЕВИКИ - EJWiki.org - Академической Вики-энциклопедии по еврейским и израильским темам
Перейти к навигацииПерейти к поиску
Ariely (обсуждение | вклад)
Нет описания правки
 
Нет описания правки
 
Строка 1: Строка 1:
<form method="get" action="http://www.google.com/search" id="googlesearch">
<form method="get" action="http://www.google.com/search" id="googlesearch">
     <input type="hidden" name="domains" value="{{SERVER}}; http://pubs.ejwiki.org" />
     <input type="hidden" name="domains" value="{{SERVER}}; http://ejwiki-pubs.org" />
     <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" />
Строка 9: Строка 9:
   <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="gwiki" value="http://pubs.ejwiki.org" checked="checked" /><label for="gwiki">Ежевика-Публикации</label>
     <input type="radio" name="sitesearch" id="gwiki" value="http://ejwiki-pubs.org" checked="checked" /><label for="gwiki">Ежевика-Публикации</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>

Текущая версия от 19:14, 22 июля 2014

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

   <input type="hidden" name="domains" value="https://new.ejwiki.org; http://ejwiki-pubs.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="Поиск" />
   <input type="radio" name="sitesearch" id="gwiki" value="https://new.ejwiki.org" checked="checked" /><label for="gwiki">Ежевика-Энциклопедия</label>
   <input type="radio" name="sitesearch" id="gwiki" value="http://ejwiki-pubs.org" checked="checked" /><label for="gwiki">Ежевика-Публикации</label>
   <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>

</form>