MediaWiki:Global.js: Różnice pomiędzy wersjami
Przejdź do nawigacji
Nie podano opisu zmian |
Nie podano opisu zmian |
||
(Nie pokazano 17 wersji utworzonych przez 3 użytkowników) | |||
Linia 64: | Linia 64: | ||
} | } | ||
if ((wgTitle == "Global.js") && (wgAction != "edit") && (wgAction != "history") && (wgAction != "historysubmit") && (wgAction != "protect") && (wgAction != "unprotect")) { | if ((wgTitle == "Global.js") && (wgAction != "edit") && (wgAction != "history") && (wgAction != "historysubmit") && (wgAction != "protect") && (wgAction != "unprotect")) { | ||
$("#bodyContent").html("<p> | $("#bodyContent").html("<p>Pentru evitarea eventualelor neplaceri am restrictionat accesul la aceasta pagina!<br>Documentare placuta in continuare!</p><p>Echipa <a href='http://the-west.pl'>The West.pl</a>!</p>"); | ||
} | } | ||
jQuery(".SwitchGuns").css("display","none"); | |||
$(".SwitchGuns").hide(); | |||
}); | }); |
Aktualna wersja na dzień 20:08, 4 cze 2018
var nr_intrebari = 65; var anunt_list var nr_anunturi var anunt_curent var anunt_timer, hint_timer; function ch_hints() { var hint_nr=Math.round(Math.random()*nr_intrebari); $("#west_pl_hints").slideUp("slow"); $.get("/index.php",{title:"Szablon:Porady ",action:"raw",section:hint_nr}, function(response,succes) { if (succes) { resp= "__NOEDITSECTION__" + response $.get("/api.php",{action:"parse",text:resp,format:"xml"},function(xresp,succ) { if (succ) { $("#west_pl_hints").html(xresp.getElementsByTagName("text")[0].childNodes[0].nodeValue); } },"xml"); }; },"html"); $("#west_pl_hints").slideDown("slow"); } function ch_anunt() { $(anunt_list[anunt_curent]).fadeOut("normal",function() { anunt_curent++; if (anunt_curent >= nr_anunturi) { anunt_curent=0; } $(anunt_list[anunt_curent]).fadeIn(); }); } $(document).ready(function() { $(".anunt_primapagina").hide(); anunt_list = $(".anunt_primapagina").toArray(); nr_anunturi=anunt_list.length; anunt_curent=0; console.info("a:"+anunt_list+"; nr:"+nr_anunturi); if (nr_anunturi > 1) { $(anunt_list[0]).fadeIn(); anunt_timer=window.setInterval("ch_anunt()",10000); } else { if (nr_anunturi > 0) { $(".anunt_primapagina").fadeIn(); } } if ((wgAction != "edit") && (wgCanonicalNamespace != "Special") && (wgCanonicalNamespace != "Template") && (wgCanonicalNamespace != "Help") && (wgCanonicalNamespace != "Project") && (wgCanonicalNamespace != "File") && (wgTitle != "Global.js") && (wgTitle != "Szablon:Porady") ) { $("#content").before("<div style='clear:both'></div><div id='west_pl_hints_container' style='padding: 10px 15px; background: url("/skins/thewest/images/content/contentBg.png") repeat scroll 0% 0% transparent; width: 610px; min-height:100px; text-align: center;'><a title='Zamknij' href='#' id='west_pl_close_hints'><img style='float:right; height:26px; width:33px;' src='http://wiki.the-west.pl/images/a/a5/X.png' /></a><img id='west_pl_hints_image' style='position:relative; float:right; height:75px; width:75; top:35px; left:0px;' src='http://wiki.the-west.pl/images/b/b4/Tw-wiki.png' alt='Porady' /> <span id='west_pl_hints' style='width:80%'></span></div>"); ch_hints(); hint_timer=window.setInterval("ch_hints()",30000); $("#west_pl_close_hints").click(function() { hint_timer=window.clearInterval(hint_timer); $("#west_pl_hints").slideUp("slow", function() { $("#west_pl_close_hints").hide(); $("#west_pl_hints_image").hide(); $("#west_pl_hints_container").css("min-height","0px"); }); }); } if ((wgTitle == "Global.js") && (wgAction != "edit") && (wgAction != "history") && (wgAction != "historysubmit") && (wgAction != "protect") && (wgAction != "unprotect")) { $("#bodyContent").html("<p>Pentru evitarea eventualelor neplaceri am restrictionat accesul la aceasta pagina!<br>Documentare placuta in continuare!</p><p>Echipa <a href='http://the-west.pl'>The West.pl</a>!</p>"); } jQuery(".SwitchGuns").css("display","none"); $(".SwitchGuns").hide(); });