MediaWiki

Monobook.js: Difference between revisions

No edit summary
No edit summary
 
(33 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* Deprecated; use [[MediaWiki:common.js]] */
function addJs(js) { $('<script type="text/javascript" src="' + js + '"></script>').insertAfter('#globalWrapper'); }


// [[User:Henrik/sandbox/google-search]] (please include this line)
$(document).ready(function() {
function install_search()
    addJs('https://vanisource.org/js-include/vanisearch-template-adjust.js');
{
});
document.getElementById('searchBody').innerHTML='<form action="http://vanipedia.org/wiki/Vanipedia:GoogleSearch" id="searchbox_014896513456545327470:ghkptjyj_oe">'+
'  <input type="hidden" name="cx" value="014896513456545327470:ghkptjyj_oe" />'+
'  <input type="hidden" name="cof" value="FORID:11" />'+
'  <input type="text" name="q" size="25" />'+
'  <input type="submit" name="sa" value="Search" />'+
'</form>';
document.write('<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_014896513456545327470%3Aghkptjyj_oe&lang=en"></script>');
}
addOnloadHook(install_search);

Latest revision as of 06:29, 13 June 2017

function addJs(js) { $('<script type="text/javascript" src="' + js + '"></script>').insertAfter('#globalWrapper'); }

$(document).ready(function() {
    addJs('https://vanisource.org/js-include/vanisearch-template-adjust.js');
});