Global.js: Diferență între versiuni

De la Wiki Grepolis RO
Jump to navigation
mFără descriere a modificării
Fără descriere a modificării
 
(Nu s-au afișat 138 de versiuni intermediare efectuate de alți 3 utilizatori)
Linia 1: Linia 1:
//Please remember to always protect this page.
var anunt_list
var anunt_list
var nr_anunturi
var nr_anunturi
var anunt_curent
var anunt_curent
var anunt_timer;
var anunt_timer, hint_timer;


function ch_hints() {
function ch_hints() {
  $("#grepo_ro_hints").html("Hints example");
   var hint_nr=Math.round(Math.random()*45);
   var hint_nr=Math.round(Math.random()*54);
  $("#grepo_ro_hints").slideUp("slow");
   hint_nr++;
   hint_nr++;
   $.get("/index.php",{title:"Grepolis_FAQ",action:"raw",section:hint_nr}, function(response,succes) {
   $.get("/index.php",{title:"Script:Grepolis_FAQ ",action:"raw",section:hint_nr}, function(response,succes) {
       if (succes) {
       if (succes) {
       $.get("/api.php",{action:"parse",text:response,format:"xml"},function(resp,succ) {
      resp= "__NOEDITSECTION__" + response
       $.get("/api.php",{action:"parse",text:resp,format:"xml"},function(xresp,succ) {
           if (succ) {
           if (succ) {
              console.info(resp);
              xresp=loadXMLDoc(resp);
              console.info(xresp);
               $("#grepo_ro_hints").html(xresp.getElementsByTagName("text")[0].childNodes[0].nodeValue);
               $("#grepo_ro_hints").html(xresp.getElementsByTagName("text")[0].childNodes[0].nodeValue);
            $("#grepo_ro_hints").appendTo($(xresp).find("preserve").html());
           }
           }
       },"xml");
       },"xml");
       };
       };
},"html");
},"html");
    
   $("#grepo_ro_hints").slideDown("slow");
}
}


Linia 33: Linia 32:
             $(anunt_list[anunt_curent]).fadeIn();
             $(anunt_list[anunt_curent]).fadeIn();
         });
         });
}
function FAL_start() {
if (threads != undefined) {
  if (threads.length > 0) {
        $("#forumAnnouncementLinkTitle").html('<a href="http://forum.ro.grepolis.com/showthread.php?' + threads[0].threadid + '">' + threads[0].title + '</a>');
  }
}
}
var gtFAL = $("#forumAnnouncementLink");
  if (gtFAL.length > 0) {
      document.write("<script type='text/javascript' src='http://forum.ro.grepolis.com/external.php?type=js&forumids=2' onload='FAL_start()'>");     
}
}


Linia 44: Linia 57:
   if (nr_anunturi > 1) {
   if (nr_anunturi > 1) {
       $(anunt_list[0]).fadeIn();
       $(anunt_list[0]).fadeIn();
       anunt_timer=window.setInterval("ch_anunt()",10000);
       anunt_timer=window.setInterval("ch_anunt()",5000);
   } else {
   } else {
       if (nr_anunturi > 0) {
       if (nr_anunturi > 0) {
Linia 50: Linia 63:
         }
         }
   }
   }
   $("#content").before("<div style='clear:both'></div><div id='grepo_ro_hints' style='padding: 10px 15px; background: url(&quot;/skins/grepolis/content_bg.jpg&quot;) repeat scroll 0% 0% transparent; width: 772px; text-align: center;'></div>");
   if ((wgAction != "edit") && (wgCanonicalNamespace != "Special") && (wgCanonicalNamespace != "Template") && (wgCanonicalNamespace != "Help") && (wgCanonicalNamespace != "Project") && (wgCanonicalNamespace != "File") && (wgTitle != "Global.js") && (wgTitle != "Script:Grepolis FAQ") ) {
$("#content").before("<div style='clear:both'></div><div id='grepo_ro_hints_container' style='padding: 10px 15px; background: url(&quot;/skins/grepolis/content_bg.jpg&quot;) repeat scroll 0% 0% transparent; width: 772px; min-height:100px; text-align: center;'><a title='Inchide' href='#' id='grepo_ro_close_hints'><img style='float:right; height:20px; width:20px;' src='http://wiki.ro.grepolis.com/images/2/2e/Close_btn.png' /></a><img id='grepo_ro_hints_image' style='position:relative; float:right; height:75px; width:75; top:35px; left:0px;' src='http://wiki.ro.grepolis.com/images/1/10/Faq_Button.png' alt='Ponturi' /> <span id='grepo_ro_hints' style='width:80%'></span></div>");
   ch_hints();
   ch_hints();
  hint_timer=window.setInterval("ch_hints()",30000);
  $("#grepo_ro_close_hints").click(function() {
        hint_timer=window.clearInterval(hint_timer);
        $("#grepo_ro_hints").slideUp("slow", function() {
            $("#grepo_ro_close_hints").hide();
            $("#grepo_ro_hints_image").hide();
            $("#grepo_ro_hints_container").css("min-height","0px");
        });
  });
       
  }
  //Forum announcements links
  //var gtFAL = $("#forumAnnouncementLink");
  //if (gtFAL.length > 0) {
      //document.write("<script type='text/javascript' src='http://forum.ro.grepolis.com/external.php?type=js&forumids=2' onload='FAL_start()'>");     
  //}
 
  //Simple hide some pages
  if ((wgTitle == "Global.js") && (wgAction != "edit") && (wgAction != "history") && (wgAction != "historysubmit")) {
    $("#bodyContent").html("<p>Pentru evitarea eventualelor neplaceri am restrictionat accesul la aceasta pagina!<br>Documentare placuta in continuare!</p><p>Echipa <a href='http://ro.grepolis.com'>Grepolis.ro</a>!</p>");
    }
// The next few lines are the second part of Piwik tracking code for this wiki -- Do NOT copy them.
//try {
//var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 2);
//piwikTracker.trackPageView();
//piwikTracker.enableLinkTracking();
//} catch( err ) {}
// End of Piwik tracking code
});
});

Versiunea curentă din 22 mai 2013 11:31

//Please remember to always protect this page.

var anunt_list var nr_anunturi var anunt_curent var anunt_timer, hint_timer;

function ch_hints() {

  var hint_nr=Math.round(Math.random()*45);
  $("#grepo_ro_hints").slideUp("slow");
  hint_nr++;
  $.get("/index.php",{title:"Script:Grepolis_FAQ ",action:"raw",section:hint_nr}, function(response,succes) {
     if (succes) {
     resp= "" + response
     $.get("/api.php",{action:"parse",text:resp,format:"xml"},function(xresp,succ) {
         if (succ) {
             $("#grepo_ro_hints").html(xresp.getElementsByTagName("text")[0].childNodes[0].nodeValue);
         }
     },"xml");
     };

},"html");

  $("#grepo_ro_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();
       });

}

function FAL_start() { if (threads != undefined) {

  if (threads.length > 0) {
       $("#forumAnnouncementLinkTitle").html('<a href="http://forum.ro.grepolis.com/showthread.php?' + threads[0].threadid + '">' + threads[0].title + '</a>');
  }

} }

var gtFAL = $("#forumAnnouncementLink");

  if (gtFAL.length > 0) {
      document.write("<script type='text/javascript' src='http://forum.ro.grepolis.com/external.php?type=js&forumids=2' onload='FAL_start()'>");       

}


$(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()",5000);
  } 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 != "Script:Grepolis FAQ") ) {

$("#content").before("

<a title='Inchide' href='#' id='grepo_ro_close_hints'><img style='float:right; height:20px; width:20px;' src='http://wiki.ro.grepolis.com/images/2/2e/Close_btn.png' /></a><img id='grepo_ro_hints_image' style='position:relative; float:right; height:75px; width:75; top:35px; left:0px;' src='http://wiki.ro.grepolis.com/images/1/10/Faq_Button.png' alt='Ponturi' />

");

  ch_hints();
  hint_timer=window.setInterval("ch_hints()",30000);
  $("#grepo_ro_close_hints").click(function() {
       hint_timer=window.clearInterval(hint_timer);
       $("#grepo_ro_hints").slideUp("slow", function() {
            $("#grepo_ro_close_hints").hide();
            $("#grepo_ro_hints_image").hide();
            $("#grepo_ro_hints_container").css("min-height","0px");
       });
  });
       
  }
  //Forum announcements links
  //var gtFAL = $("#forumAnnouncementLink");
  //if (gtFAL.length > 0) {
      //document.write("<script type='text/javascript' src='http://forum.ro.grepolis.com/external.php?type=js&forumids=2' onload='FAL_start()'>");       
  //}
  
  //Simple hide some pages 
  if ((wgTitle == "Global.js") && (wgAction != "edit") && (wgAction != "history") && (wgAction != "historysubmit")) {

$("#bodyContent").html("

Pentru evitarea eventualelor neplaceri am restrictionat accesul la aceasta pagina!
Documentare placuta in continuare!

Echipa <a href='http://ro.grepolis.com'>Grepolis.ro</a>!

");

   }

// The next few lines are the second part of Piwik tracking code for this wiki -- Do NOT copy them. //try { //var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 2); //piwikTracker.trackPageView(); //piwikTracker.enableLinkTracking(); //} catch( err ) {} // End of Piwik tracking code


});