MediaWiki:ExtSearchPanel.js
Перейти к навигации
Перейти к поиску
Возможно, этот код документирован.
/* <pre> */
/* Шуьйра лахар */
var extSearchMode = 1; //Лелоран хьажар: 1 - керлачу корехь, 0 - йодаш йолчехь.
function addExtSearchPanel()
{
var d = document;
var ptb = d.getElementById('p-search').getElementsByTagName('div')[0];
ptb.innerHTML = '<FORM action="//massarn.com/w/Special:Search" id="searchform"><DIV><INPUT id="searchInput" name="search" type="text" accesskey="f" value=""/><INPUT type="submit" name="go" class="searchButton" id="searchGoButton" value="Дехьа вала"/><INPUT type="submit" name="fulltext" class="searchButton" value="Лаха"/> <br /> <INPUT type="button" name="google" value="Я" onclick="openW(yURL());" class="searchButton" /> <INPUT type="button" class="searchButton" name="google" value="Gru" onclick="openW(gURL());"/> <INPUT type="button" name="google" value="Gint" class="searchButton" onclick="openW(gaURL());"/></DIV></FORM>';
}
function gURL() {
return 'http://www.google.ru/search?q=site:massarn.com/w&q=' + document.getElementById('searchInput').value;
}
function gaURL() {
return 'http://www.google.ru/search?q=site:massarn.com/w&q=' + document.getElementById('searchInput').value;
}
function openW(url) {
if (extSearchMode == 0) window.open(url, "_self");
else window.open(url, "_blank");
}
$(addExtSearchPanel);
/* </pre> */