diff --git a/ferramentas/animagif/index.js b/ferramentas/animagif/index.js index 4d57390..38b1d74 100755 --- a/ferramentas/animagif/index.js +++ b/ferramentas/animagif/index.js @@ -125,7 +125,9 @@ i3GEOF.animagif = return; } $i(iddiv).innerHTML = i3GEOF.animagif.html(); - i3GEOF.animagif.rodape(); + if (i3GEO.login.verificaCookieLogin() === true && i3GEO.parametros.editor === "sim" ) { + $(".i3GEOanimagif").find(".hidden").removeClass("hidden"); + } // // verifica se a camada possui definicao dos parametros // @@ -159,15 +161,33 @@ i3GEOF.animagif = temp = $i("i3GEOANIMAGIFnulos"); temp.value = camada.ferramentas.animagif.nulos; // combo para escolher a coluna com as datas - i3GEO.util.comboItens("i3GEOanimagifcolunat", i3GEOF.animagif.tema, function(retorno) { - $i("i3GEOANIMAGIFcolunatSel").innerHTML = retorno.dados; - temp = $i("i3GEOANIMAGIFcolunatSel").getElementsByTagName("select")[0]; - temp.value = camada.ferramentas.animagif.colunat; - }, "i3GEOanimagifcolunatSel"); + i3GEO.util.comboItens( + "i3GEOanimagifcolunat", + i3GEOF.animagif.tema, + function(retorno) { + $i("i3GEOANIMAGIFcolunatSel").innerHTML = retorno.dados; + temp = $i("i3GEOANIMAGIFcolunatSel").getElementsByTagName("select")[0]; + temp.value = camada.ferramentas.animagif.colunat; + }, + "i3GEOanimagifcolunatSel", + "", + "sim", + "", + "form-control" + ); } else if (camada != "") { - i3GEO.util.comboItens("i3GEOanimagifcolunat", i3GEOF.animagif.tema, function(retorno) { - $i("i3GEOANIMAGIFcolunatSel").innerHTML = retorno.dados; - }, "i3GEOanimagifcolunatSel"); + i3GEO.util.comboItens( + "i3GEOanimagifcolunat", + i3GEOF.animagif.tema, + function(retorno) { + $i("i3GEOANIMAGIFcolunatSel").innerHTML = retorno.dados; + }, + "i3GEOanimagifcolunatSel", + "", + "sim", + "", + "form-control" + ); $i("i3GEOANIMAGIFextensao").value = i3GEO.parametros.mapexten; } } else{ @@ -178,50 +198,6 @@ i3GEOF.animagif = } i3GEOF.animagif.ativaFoco(); }, - rodape : function() { - var ins = - ''; - if (i3GEO.login.verificaCookieLogin() === true) { - ins += - ''; - ins += - ''; - } - YAHOO.i3GEO.janela.manager.find("i3GEOF.animagif").setFooter(ins); - - var b = new YAHOO.widget.Button("i3GEOanimagifbotao1", { - onclick : { - fn : i3GEOF.animagif.ativa - } - }); - b.addClass("rodar"); - $i("i3GEOanimagifbotao1-button").style.width = "350px"; - if (i3GEO.login.verificaCookieLogin() === true && i3GEO.parametros.editor === "sim" ) { - $i("parametrosComLogin").style.display = 'block'; - b = new YAHOO.widget.Button("i3GEOanimagifbotaoSalva", { - onclick : { - fn : i3GEOF.animagif.salvaParametros - } - }); - b.addClass("rodar"); - $i("i3GEOanimagifbotaoSalva-button").style.width = "350px"; - - b = new YAHOO.widget.Button("i3GEOanimagifbotaoRemove", { - onclick : { - fn : i3GEOF.animagif.removeParametros - } - }); - b.addClass("rodar"); - $i("i3GEOanimagifbotaoRemove-button").style.width = "350px"; - } - }, /* * Function: html * @@ -260,12 +236,30 @@ i3GEOF.animagif = }; // cria a janela flutuante titulo = - "
------
" + "
------
" +"animagif"; - janela = i3GEO.janela.cria("380px", "380px", "", "", "", titulo, "i3GEOF.animagif", false, "hd", cabecalho, minimiza, "", true); + janela = i3GEO.janela.cria( + "380px", + "380px", + "", + "", + "", + titulo, + "i3GEOF.animagif", + false, + "hd", + cabecalho, + minimiza, + "", + true, + "", + "", + "", + "" + ); divid = janela[2].id; i3GEOF.animagif.aguarde = $i("i3GEOF.animagif_imagemCabecalho").style; $i("i3GEOF.animagif_corpo").style.backgroundColor = "white"; diff --git a/ferramentas/animagif/template_mst.html b/ferramentas/animagif/template_mst.html index 6fba557..0c06cda 100755 --- a/ferramentas/animagif/template_mst.html +++ b/ferramentas/animagif/template_mst.html @@ -1,77 +1,91 @@ -
- -

{{{colunat}}} -

-
-

{{{tipocolunat}}} -

- -
-
-

{{{tempo}}} -

- -
-
-

{{{w}}} -

- -
-
-

{{{h}}} -

- -
-
-

{{{cache}}} -

- -
-
-

{{{extensao}}} -

- -
-
-

{{{legenda}}} -

- -
-
-

{{{transparencia}}} -

- -
-
-

{{{operador}}} -

- -
-
-

{{{nulos}}} -

- -
-

+
+ + +
+ +
+
+
+
+
+ +
+ +
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ +
+
+
+ + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+ + + + + +
\ No newline at end of file diff --git a/ferramentas/storymap/index.js b/ferramentas/storymap/index.js index 6294afb..2190d46 100755 --- a/ferramentas/storymap/index.js +++ b/ferramentas/storymap/index.js @@ -137,7 +137,7 @@ i3GEOF.storymap = } $i(iddiv).innerHTML = i3GEOF.storymap.html(); if (i3GEO.login.verificaCookieLogin() === true && i3GEO.parametros.editor === "sim") { - $(".hidden").removeClass("hidden"); + $(".i3GEOstorymap").find(".hidden").removeClass("hidden"); } try { // diff --git a/ferramentas/storymap/template_mst.html b/ferramentas/storymap/template_mst.html index bd0c825..04bce93 100755 --- a/ferramentas/storymap/template_mst.html +++ b/ferramentas/storymap/template_mst.html @@ -1,4 +1,4 @@ -
+
diff --git a/ferramentas/tme/index.js b/ferramentas/tme/index.js index 871f2b4..ffa64a4 100755 --- a/ferramentas/tme/index.js +++ b/ferramentas/tme/index.js @@ -152,7 +152,7 @@ i3GEOF.tme = } $i(iddiv).innerHTML = i3GEOF.tme.html(); if (i3GEO.login.verificaCookieLogin() === true && i3GEO.parametros.editor === "sim") { - $(".hidden").removeClass("hidden"); + $(".i3GEOTME").find(".hidden").removeClass("hidden"); } try { // diff --git a/ferramentas/tme/template_mst.html b/ferramentas/tme/template_mst.html index b80c1df..5c7d15f 100755 --- a/ferramentas/tme/template_mst.html +++ b/ferramentas/tme/template_mst.html @@ -1,4 +1,4 @@ -
+