Commit fcfe3bb7c87bed671569fb12feaf202994019056

Authored by Edmar Moretti
1 parent 4f0ae1da

Os sistemas de identificação da ferramenta identifica, agora abrem os resultados…

… em uma janela flutuante, quando o target for igual a "self" no sistema de administração
ferramentas/identifica/index.js.php
@@ -441,7 +441,11 @@ i3GEOF.identifica = { @@ -441,7 +441,11 @@ i3GEOF.identifica = {
441 */ 441 */
442 mostraDadosSistema: function(exec,target){ 442 mostraDadosSistema: function(exec,target){
443 exec += "&x="+i3GEOF.identifica.x+"&y="+i3GEOF.identifica.y; 443 exec += "&x="+i3GEOF.identifica.x+"&y="+i3GEOF.identifica.y;
444 - window.open(exec); 444 + if(target === "target")
  445 + {window.open(exec);}
  446 + else {
  447 + i3GEO.janela.cria("500","500",exec,parseInt(Math.random()*100,10),10,exec,"janela"+i3GEO.util.randomRGB(),false);
  448 + }
445 }, 449 },
446 /* 450 /*
447 Function: mostraDadosTema 451 Function: mostraDadosTema
menutemas/admin.db
No preview for this file type