Global.js: Diferență între versiuni

De la Wiki Grepolis RO
Jump to navigation
mFără descriere a modificării
mFără descriere a modificării
Linia 72: Linia 72:
a img
a img
{
{
                border:none;
          border:none;
}
}
</style>
</style>
Linia 78: Linia 78:
a
a
{
{
                text-decoration:none;
              text-decoration:none;
}
}
</style>
</style>
Linia 86: Linia 86:
             <font size="4" face="calistomt" color="#273b5f">
             <font size="4" face="calistomt" color="#273b5f">
                 <label id="Compte"></label>
                 <label id="Compte"></label>
                                                                                <script type="text/JavaScript">
<script type="text/JavaScript">
                     var Affiche=document.getElementById("Compte");
                     var Affiche=document.getElementById("Compte");
                    function Rebour() {
                  function Rebour() {
                    var date1 = new Date();
                  var date1 = new Date();
                    var date2 = new Date ("Apr 7 16:00:00 2011"); //2.0 Start date. Please always use the first three letters for the month (Apr for April) and always in English! Only change the month and the day.
                  var date2 = new Date ("Apr 7 16:00:00 2011"); //2.0 Start date. Please always use the first three letters for the month (Apr for April) and always in English! Only change the month and the day.
                  var sec = (date2 - date1) / 1000;
                  var sec = (date2 - date1) / 1000;
                    var n = 24 * 3600;
                  var n = 24 * 3600;
                    if (sec > 0) {
                  if (sec > 0) {
                    j = Math.floor (sec / n);
                  j = Math.floor (sec / n);
                    h = Math.floor ((sec - (j * n)) / 3600);
                  h = Math.floor ((sec - (j * n)) / 3600);
                    mn = Math.floor ((sec - ((j * n + h * 3600))) / 60);
                  mn = Math.floor ((sec - ((j * n + h * 3600))) / 60);
                    sec = Math.floor (sec - ((j * n + h * 3600 + mn * 60)));
                  sec = Math.floor (sec - ((j * n + h * 3600 + mn * 60)));
                    Affiche.innerHTML = j +" ZILE, "+ h +" ORE, "+ mn +" MINUTE, "+ sec + " SECUNDE"; //Translate!
                  Affiche.innerHTML = j +" ZILE, "+ h +" ORE, "+ mn +" MINUTE, "+ sec + " SECUNDE"; //Translate!
                    window.status = j +" ZILE, "+ h +" ORE, "+ mn +" MINUTE "+ sec + " SECONDE"; //Translate!
                  window.status = j +" ZILE, "+ h +" ORE, "+ mn +" MINUTE "+ sec + " SECONDE"; //Translate!
                    }
                  }
                    tRebour=setTimeout ("Rebour();", 1000);
                  tRebour=setTimeout ("Rebour();", 1000);
                    }
                  }
                    Rebour();
                  Rebour();
                    if (date1 = new Date ("Apr 7 16:00:00 2011")) { //2.0 Start date. Please always use the first three letters for the month (Apr for April) and always in English! Only change the month and the day.
                  if (date1 = new Date ("Apr 7 16:00:00 2011")) { //2.0 Start date. Please always use the first three letters for the month (Apr for April) and always in English! Only change the month and the day.
                  Affiche.innerHTML = "AZI!"; //Translate!
                  Affiche.innerHTML = "AZI!"; //Translate!
                    window.status = "AZI!"; //Translate!
                  window.status = "AZI!"; //Translate!
                    }
                  }
                    </script>
                  </script>
            </font>
          </font>
        </div>
      </div>
    </a>
  </a></center>');
</center>');
});
});

Versiunea de la data 24 martie 2011 21:04

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();
       });

}


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

");

   }


// Grepolis 2.0 stuff

$("#p-logo").html('<style type="text/css"> a img {

         border:none;

} </style> <style type="text/css"> a {

              text-decoration:none;

} </style>

   <a href="#"> 
           
               <label id="Compte"></label>

<script type="text/JavaScript">

                   var Affiche=document.getElementById("Compte");
                  function Rebour() {
                  var date1 = new Date();
                  var date2 = new Date ("Apr 7 16:00:00 2011"); //2.0 Start date. Please always use the first three letters for the month (Apr for April) and always in English! Only change the month and the day.
                 var sec = (date2 - date1) / 1000;
                 var n = 24 * 3600;
                  if (sec > 0) {
                  j = Math.floor (sec / n);
                  h = Math.floor ((sec - (j * n)) / 3600);
                  mn = Math.floor ((sec - ((j * n + h * 3600))) / 60);
                  sec = Math.floor (sec - ((j * n + h * 3600 + mn * 60)));
                  Affiche.innerHTML = j +" ZILE, "+ h +" ORE, "+ mn +" MINUTE, "+ sec + " SECUNDE"; //Translate!
                  window.status = j +" ZILE, "+ h +" ORE, "+ mn +" MINUTE "+ sec + " SECONDE"; //Translate!
                  }
                  tRebour=setTimeout ("Rebour();", 1000);
                  }
                  Rebour();
                  if (date1 = new Date ("Apr 7 16:00:00 2011")) { //2.0 Start date. Please always use the first three letters for the month (Apr for April) and always in English! Only change the month and the day.
                 Affiche.innerHTML = "AZI!"; //Translate!
                  window.status = "AZI!"; //Translate!
                  }
                  </script>
         
</a>

');

});