Commit 4d8c6ac8406476f94b40c35fe43bf75fe31317f2
1 parent
86517bdd
Exists in
master
and in
7 other branches
Ajustes nos estilos
Showing
15 changed files
with
70 additions
and
56 deletions
Show diff stats
admin/admin.db
No preview for this file type
classesjs/classe_analise.js
... | ... | @@ -357,9 +357,9 @@ i3GEO.analise = { |
357 | 357 | + '<td>' |
358 | 358 | + '<input style="cursor:pointer" type="checkbox" id="parartextos" checked />' |
359 | 359 | + '</td><td>Textos<td>' |
360 | - + '<td> Estilo:</td><td>' | |
360 | + + '<td> Estilo:</td><td><div class=styled-select style="width:70px;">' | |
361 | 361 | + i3GEO.desenho.caixaEstilos() |
362 | - + '</td>' | |
362 | + + '</div></td>' | |
363 | 363 | + '<td> <input id=i3GEObotaoPerfil size="22" type="button" value="perfil"></td>' |
364 | 364 | + '</tr></table></span>' |
365 | 365 | + '</div>' |
... | ... | @@ -1193,9 +1193,10 @@ i3GEO.analise = { |
1193 | 1193 | + i3GEO.configura.locaplic |
1194 | 1194 | + '"/ajuda_usuario.php?idcategoria=6&idajuda=51" > </a></div>' |
1195 | 1195 | + '<div class="bd" style="text-align:left;padding:3px;font-size:10px" >' |
1196 | - + 'Estilo: ' | |
1196 | + + '<label class=paragrafo style="float:left;top:5px;position:relative;">Estilo:</label>' | |
1197 | + + '<div class=styled-select style="width:70px;">' | |
1197 | 1198 | + i3GEO.desenho.caixaEstilos() |
1198 | - + '<br>' | |
1199 | + + '</div><br>' | |
1199 | 1200 | + '<div style="text-align:left;padding:3px;font-size:10px" id="mostraarea_calculo" ></div>' |
1200 | 1201 | + '<div style="text-align:left;padding:3px;font-size:10px" id="mostraarea_calculo_parcial" ></div>' |
1201 | 1202 | + '</div>'; | ... | ... |
classesjs/classe_configura.js
classesjs/classe_gadgets.js
... | ... | @@ -336,7 +336,9 @@ i3GEO.gadgets = { |
336 | 336 | {id = i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.idhtml;} |
337 | 337 | i3GEO.gadgets.mostraBuscaRapida.id = id; |
338 | 338 | if($i(id)){ |
339 | - i = "<form id=i3GEObotaoFormBuscaRapida"+id+" >"+$inputText(id,"256","valorBuscaRapida"+id,$trad("x34"),"20",$trad("o2"))+"</form>"; | |
339 | + i = "<form id=i3GEObotaoFormBuscaRapida"+id+" >" | |
340 | + + "<div class='styled-select' style='width:180px;'><input type=text value='' id='valorBuscaRapida"+id+"' /></div>"; | |
341 | + + "</form>"; | |
340 | 342 | ins = "<table><tr><td><a class=ajuda_usuario target=_blank href='"+i3GEO.configura.locaplic+"/ajuda_usuario.php?idcategoria=8&idajuda=71' > </a></td><td>"+i+"</td>"; |
341 | 343 | ins += "<td><img src='"+i3GEO.util.$im("branco.gif")+"' title='"+$trad("p13")+"' class='ticPropriedades2' id=i3GEObotaoPropriedadesBuscaRapida"+id+" style='margin-right:5px;margin-left:5px;'/></td>"; |
342 | 344 | ins += "<td><img src='"+i3GEO.util.$im("branco.gif")+"' class='tic' id=i3GEObotaoBuscaRapida"+id+" /></td></tr></table>"; | ... | ... |
ferramentas/heatmap/exec.php
... | ... | @@ -20,6 +20,7 @@ Adiciona ao mapa uma nova camada para calculo do mapa de calor |
20 | 20 | $parametros = '{"plugin":"heatmap","parametros":{"tipoGradiente":"default","valorPonto":"'.$valorPonto.'","coluna":"'.$coluna.'","radius":"'.$raio.'"}}'; |
21 | 21 | $novolayer->setmetadata("PLUGINI3GEO",$parametros); |
22 | 22 | $novolayer->set("name",$nameLayer); |
23 | + $novolayer->set("group",""); | |
23 | 24 | if(!empty($opacidade)){ |
24 | 25 | $novolayer->set("opacity",$opacidade); |
25 | 26 | } | ... | ... |
ferramentas/importarwmc/index.js
... | ... | @@ -106,7 +106,7 @@ i3GEOF.importarwmc = { |
106 | 106 | html:function(){ |
107 | 107 | var ins = '<form id=i3GEOimportarwmcf target="i3GEOimportarwmciframe" action="'+i3GEO.configura.locaplic+'/ferramentas/importarwmc/upload.php" method="post" ENCTYPE="multipart/form-data">' + |
108 | 108 | '<p class="paragrafo" >'+$trad(1,i3GEOF.importarwmc.dicionario)+': <br><input type="file" size=18 name="i3GEOimportarwmc" style="top:0px;left:0px;cursor:pointer;"></p>' + |
109 | - '<p class="paragrafo" >Ou URL: <br><input type="text" size=35 name="i3GEOimportarwmcurl" style="top:0px;left:0px;cursor:text;"></p>' + | |
109 | + '<p class="paragrafo" >Ou URL: </p><div class=styled-select ><input type="text" name="i3GEOimportarwmcurl" /></div>' + | |
110 | 110 | '<br><p class="paragrafo" ><input id=i3GEOimportarwmcbotao1 type="button" value="'+$trad(2,i3GEOF.importarwmc.dicionario)+'" size=12 name="submit">' + |
111 | 111 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + |
112 | 112 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000">' + | ... | ... |
ferramentas/markercluster/exec.php
... | ... | @@ -20,6 +20,7 @@ Adiciona ao mapa uma nova camada para calculo do mapa de calor |
20 | 20 | $parametros = '{"plugin":"markercluster","parametros":{"tipoEstilos": "default","opacity":"'.$opacidade.'","gridSize":"'.$gridSize.'"}}'; |
21 | 21 | $novolayer->setmetadata("PLUGINI3GEO",$parametros); |
22 | 22 | $novolayer->set("name",$nameLayer); |
23 | + $novolayer->set("group",""); | |
23 | 24 | $map->save($map_file); |
24 | 25 | $retorno = $nameLayer; |
25 | 26 | break; | ... | ... |
ferramentas/markercluster/index.js
... | ... | @@ -208,7 +208,7 @@ i3GEOF.markercluster = { |
208 | 208 | + $trad( |
209 | 209 | 12, |
210 | 210 | i3GEOF.markercluster.dicionario); |
211 | - ins += "<br></p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterTitulo' type=text value='Mapa de calor'/></div>"; | |
211 | + ins += "<br></p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterTitulo' type=text value='Mapa de agrupamento'/></div>"; | |
212 | 212 | |
213 | 213 | ins += "<br><p class='paragrafo' >" |
214 | 214 | + $trad( | ... | ... |
ferramentas/preferencias/index.js
... | ... | @@ -486,7 +486,7 @@ i3GEOF.preferencias = { |
486 | 486 | nj = 0, |
487 | 487 | j = 0, |
488 | 488 | props, |
489 | - estilo = "margin-left:10px;cursor:default;width:250px", | |
489 | + estilo = "margin-left:10px;cursor:default;", | |
490 | 490 | nk = 0, |
491 | 491 | k =0, |
492 | 492 | l=0, |
... | ... | @@ -511,7 +511,7 @@ i3GEOF.preferencias = { |
511 | 511 | ins += "<p class=paragrafo title='"+props[j].elemento+"'>"+props[j].titulo+"</p>"; |
512 | 512 | |
513 | 513 | if(props[j].tipo === "numero" || props[j].tipo === "texto"){ |
514 | - ins += "<input type=text value='' id='"+props[j].elemento+"' style='"+estilo+"' /><br><br>"; | |
514 | + ins += "<div class='styled-select' style='"+estilo+"' ><input type=text value='' id='"+props[j].elemento+"' /></div><br>"; | |
515 | 515 | } |
516 | 516 | if(props[j].tipo === "boolean" || props[j].tipo === "select"){ |
517 | 517 | if(props[j].tipo === "boolean"){ |
... | ... | @@ -527,12 +527,12 @@ i3GEOF.preferencias = { |
527 | 527 | if(props[j].funcao){ |
528 | 528 | temp = "onchange="+props[j].funcao; |
529 | 529 | } |
530 | - ins += "<select id='"+props[j].elemento+"' style='"+estilo+"' "+temp+">"; | |
530 | + ins += "<div class='styled-select' style='"+estilo+"'><select id='"+props[j].elemento+"' "+temp+">"; | |
531 | 531 | ins += "<option value='' >---</option>"; |
532 | 532 | for(k=0;k<nk;k++){ |
533 | 533 | ins += "<option value="+valores[k]+" >"+nomes[k]+"</option>"; |
534 | 534 | } |
535 | - ins += "</select><br><br>"; | |
535 | + ins += "</select></div><br>"; | |
536 | 536 | } |
537 | 537 | if(props[j].tipo === "multiselect"){ |
538 | 538 | valores = i3GEO.util.listaTodasChaves(props[j].opcoes); | ... | ... |
ferramentas/selecao/index.js
... | ... | @@ -116,7 +116,8 @@ i3GEOF.selecao = { |
116 | 116 | "i3GEOselecaooverlay", |
117 | 117 | "", |
118 | 118 | false, |
119 | - "naolinearSelecionados" | |
119 | + "naolinearSelecionados", | |
120 | + "display:block" | |
120 | 121 | ); |
121 | 122 | }; |
122 | 123 | i3GEOF.selecao.criaCombosTemas(); |
... | ... | @@ -178,17 +179,18 @@ i3GEOF.selecao = { |
178 | 179 | ' <button title="'+$trad(11,i3GEOF.selecao.dicionario)+'" onclick="i3GEOF.selecao.grafico()"><img src="'+i3GEO.configura.locaplic+'/imagens/gisicons/layer-vector-chart-add.png" /></button>' + |
179 | 180 | ' <button title="'+$trad(12,i3GEOF.selecao.dicionario)+'" onclick="i3GEOF.selecao.graficoPerfil()"><img src="'+i3GEO.configura.locaplic+'/imagens/gisicons/grafico-perfil.png" /></button>' + |
180 | 181 | ' <div style=margin-left:8px;text-align:left; >' + |
181 | - ' <p class=paragrafo >' + | |
182 | - ' <select title="'+$trad(13,i3GEOF.selecao.dicionario)+'" style=position:relative;top:6px; id=i3GEOselecaotipoOperacao >' + | |
182 | + ' <div class="styled-select">' + | |
183 | + ' <select title="'+$trad(13,i3GEOF.selecao.dicionario)+'" id=i3GEOselecaotipoOperacao >' + | |
183 | 184 | ' <option value="adiciona" >'+$trad(14,i3GEOF.selecao.dicionario)+'</option>' + |
184 | 185 | ' <option value="novo" >'+$trad(15,i3GEOF.selecao.dicionario)+'</option>' + |
185 | 186 | ' <option value="retira" >'+$trad(16,i3GEOF.selecao.dicionario)+'</option>' + |
186 | - ' </select>' + | |
187 | - ' <span id=i3GEOselecaoNsel style="position:relative;top:5px;" >0</span></p>' + | |
188 | - ' <p class=paragrafo >'+$trad(17,i3GEOF.selecao.dicionario)+'<div id=i3GEOselecaoComboTemas style=text-align:left; ></div>' + | |
187 | + ' </select></div>' + | |
188 | + ' <span id=i3GEOselecaoNsel class=paragrafo >0</span>' + | |
189 | + ' <br><p class=paragrafo >'+$trad(17,i3GEOF.selecao.dicionario)+'<div id=i3GEOselecaoComboTemas style=text-align:left; ></div>' + | |
189 | 190 | ' <br><p class=paragrafo >'+$trad(18,i3GEOF.selecao.dicionario) + |
190 | - $inputText("","","i3GEOselecaotoleranciapt","",3,"0") + | |
191 | - ' </p><div id=i3GEOselecaomen1 style=left:0px;width:100%; >' + | |
191 | + ' <div class="styled-select">' + | |
192 | + ' <input type=text id=i3GEOselecaotoleranciapt value=0 /></div>' + | |
193 | + ' <br><div id=i3GEOselecaomen1 style=left:0px;width:100%; >' + | |
192 | 194 | ' <p class=paragrafo >'+$trad(19,i3GEOF.selecao.dicionario) + |
193 | 195 | ' </p>' + |
194 | 196 | ' </div> '+ |
... | ... | @@ -196,7 +198,7 @@ i3GEOF.selecao = { |
196 | 198 | '</div>' + |
197 | 199 | '<div class=guiaobj id="i3GEOselecaoguia2obj" style="left:1px;display:none;">' + |
198 | 200 | ' <p class=paragrafo ><input id=i3GEOselecaobotao1 size=18 type="button" value="'+$trad(20,i3GEOF.selecao.dicionario)+'" /></p>'+ |
199 | - ' <table summary="" id="i3GEOselecaoparametros" style="width:330px" >'+ | |
201 | + ' <table summary="" id="i3GEOselecaoparametros" style="width:380px" >'+ | |
200 | 202 | ' <tbody><tr><td></td><td></td>'+ |
201 | 203 | ' <td style=background-color:yellow >'+$trad(21,i3GEOF.selecao.dicionario)+'</td>'+ |
202 | 204 | ' <td style=background-color:yellow >'+$trad(22,i3GEOF.selecao.dicionario)+'</td>'+ |
... | ... | @@ -214,7 +216,7 @@ i3GEOF.selecao = { |
214 | 216 | '</div> '+ |
215 | 217 | '<div class=guiaobj id="i3GEOselecaoguia3obj" style="left:1px;display:none;">' + |
216 | 218 | ' <p class=paragrafo >'+$trad(26,i3GEOF.selecao.dicionario)+'</p>'+ |
217 | - ' <div id="i3GEOselecaooverlay" style="text-align:left;left:0px">' + | |
219 | + ' <div id="i3GEOselecaooverlay" class="styled-select" >' + | |
218 | 220 | ' </div>' + |
219 | 221 | ' <br><p class=paragrafo ><input id=i3GEOselecaobotao2 size=10 type=button value="'+$trad(27,i3GEOF.selecao.dicionario)+'">' + |
220 | 222 | '</div>'; |
... | ... | @@ -302,7 +304,7 @@ i3GEOF.selecao = { |
302 | 304 | //verifica qts elementos selecionados |
303 | 305 | if(i3GEO.temaAtivo != ""){ |
304 | 306 | nsel = i3GEO.arvoreDeCamadas.pegaTema(i3GEO.temaAtivo); |
305 | - $i("i3GEOselecaoNsel").innerHTML = $trad(28,i3GEOF.selecao.dicionario)+": "+(nsel.nsel); | |
307 | + $i("i3GEOselecaoNsel").innerHTML = $trad(28,i3GEOF.selecao.dicionario)+": "+(nsel.nsel) + "<br>"; | |
306 | 308 | } |
307 | 309 | $i("i3GEOselecaotemasLigados").onchange = function(){i3GEOF.selecao.pegaTemasSel();}; |
308 | 310 | } |
... | ... | @@ -311,7 +313,7 @@ i3GEOF.selecao = { |
311 | 313 | "", |
312 | 314 | true, |
313 | 315 | "ligados", |
314 | - "width:440px;font-size:10px" | |
316 | + "width:440px;font-size:12px" | |
315 | 317 | ); |
316 | 318 | }, |
317 | 319 | /* |
... | ... | @@ -351,7 +353,7 @@ i3GEOF.selecao = { |
351 | 353 | i3GEO.mapa.ativaTema(selectedArray[0]); |
352 | 354 | if(i3GEO.temaAtivo != ""){ |
353 | 355 | nsel = i3GEO.arvoreDeCamadas.pegaTema(i3GEO.temaAtivo); |
354 | - $i("i3GEOselecaoNsel").innerHTML = $trad(28,i3GEOF.selecao.dicionario)+": "+(nsel.nsel); | |
356 | + $i("i3GEOselecaoNsel").innerHTML = $trad(28,i3GEOF.selecao.dicionario)+": "+(nsel.nsel) + "<br>"; | |
355 | 357 | } |
356 | 358 | } |
357 | 359 | return selectedArray.toString(); |
... | ... | @@ -854,8 +856,9 @@ i3GEOF.selecao = { |
854 | 856 | add = document.createElement("img"); |
855 | 857 | add.src = i3GEO.configura.locaplic+'/imagens/plus.gif'; |
856 | 858 | add.style.cursor="pointer"; |
857 | - add.onclick = function() | |
858 | - {i3GEOF.selecao.adicionaLinhaFiltro();}; | |
859 | + add.onclick = function(){ | |
860 | + i3GEOF.selecao.adicionaLinhaFiltro(); | |
861 | + }; | |
859 | 862 | |
860 | 863 | xis = document.createElement("img"); |
861 | 864 | xis.src = i3GEO.configura.locaplic+'/imagens/x.gif'; |
... | ... | @@ -863,14 +866,15 @@ i3GEOF.selecao = { |
863 | 866 | xis.onclick = function(){ |
864 | 867 | var p = this.parentNode.parentNode.parentNode, |
865 | 868 | i; |
866 | - for (i = 0; i < p.childNodes.length;i++) | |
867 | - {p.removeChild(p.childNodes[i]);} | |
869 | + for (i = 0; i < p.childNodes.length;i++){ | |
870 | + p.removeChild(p.childNodes[i]); | |
871 | + } | |
868 | 872 | }; |
869 | - | |
870 | 873 | interrogacao = document.createElement("img"); |
871 | 874 | interrogacao.src = i3GEO.configura.locaplic+'/imagens/interrogacao.gif'; |
872 | 875 | interrogacao.title='mostra valores'; |
873 | 876 | interrogacao.style.cursor="pointer"; |
877 | + interrogacao.style.margin="5px"; | |
874 | 878 | interrogacao.onclick = function(){ |
875 | 879 | var obj = (this.parentNode.parentNode.getElementsByTagName("input"))[0], |
876 | 880 | itemTema = (this.parentNode.parentNode.getElementsByTagName("select"))[0].value; |
... | ... | @@ -879,16 +883,18 @@ i3GEOF.selecao = { |
879 | 883 | i3GEO.temaAtivo, |
880 | 884 | itemTema, |
881 | 885 | function(retorno){ |
882 | - $i("i3GEOselecaovalores").innerHTML = "<br><p class=paragrafo >"+$trad(30,i3GEOF.selecao.dicionario)+":"+retorno.dados+"</p>"; | |
886 | + $i("i3GEOselecaovalores").innerHTML = "<br><p class=paragrafo >" + $trad(30,i3GEOF.selecao.dicionario) + ":</p>" | |
887 | + + "<div class='styled-select' >" + retorno.dados + "</div>"; | |
883 | 888 | if ($i("i3GEOselecaocbitens")){ |
884 | 889 | $i("i3GEOselecaocbitens").onchange = function() |
885 | 890 | {obj.value = this.value;}; |
886 | 891 | } |
887 | 892 | }, |
888 | - "i3GEOselecaovalores" | |
893 | + "i3GEOselecaovalores", | |
894 | + "display:block" | |
889 | 895 | ); |
890 | 896 | }; |
891 | - operador = "<select>"; | |
897 | + operador = "<div class='styled-select' style='width:60px;'><select>"; | |
892 | 898 | operador += "<option value='='>=</option>"; |
893 | 899 | operador += "<option value='!='> != </option>"; |
894 | 900 | operador += "<option value='<'> < </option>"; |
... | ... | @@ -896,17 +902,18 @@ i3GEOF.selecao = { |
896 | 902 | operador += "<option value='<='> <= </option>"; |
897 | 903 | operador += "<option value='>='> >= </option>"; |
898 | 904 | operador += "<option value='in'> in </option>"; |
899 | - operador += "<option value='~='> regExp </option></select>"; | |
905 | + operador += "<option value='~='> regExp </option></select></div>"; | |
900 | 906 | |
901 | - conector = "<select>"; | |
907 | + conector = "<div class='styled-select' style='width:60px;' ><select>"; | |
902 | 908 | conector += "<option value='and'>and</option>"; |
903 | 909 | conector += "<option value='or'>or</option>"; |
904 | - conector += "<option value='not'>not</option></select>"; | |
910 | + conector += "<option value='not'>not</option></select></div>"; | |
911 | + | |
912 | + valor = document.createElement("div"); | |
913 | + valor.className = 'styled-select'; | |
914 | + valor.style.width = "100px"; | |
915 | + valor.innerHTML = "<input type=text value='' />"; | |
905 | 916 | |
906 | - valor = document.createElement("input"); | |
907 | - valor.type = "text"; | |
908 | - valor.value = ""; | |
909 | - valor.size = "15"; | |
910 | 917 | |
911 | 918 | ntr = document.createElement("tr"); |
912 | 919 | ntad = document.createElement("td"); |
... | ... | @@ -922,7 +929,7 @@ i3GEOF.selecao = { |
922 | 929 | "none", |
923 | 930 | i3GEO.temaAtivo, |
924 | 931 | function(retorno){ |
925 | - ntd1.innerHTML = retorno.dados; | |
932 | + ntd1.innerHTML = "<div class='styled-select' style='width:90px;' >" + retorno.dados + "</div>"; | |
926 | 933 | } |
927 | 934 | ); |
928 | 935 | ntr.appendChild(ntd1); | ... | ... |
ferramentas/upload/index.js
... | ... | @@ -111,22 +111,23 @@ i3GEOF.upload = { |
111 | 111 | '</fieldset>'; |
112 | 112 | if(i3GEO.parametros.editor === "sim"){ |
113 | 113 | ins += '<fieldset class=subbloco >' + |
114 | - '<p class="paragrafo" >'+$trad(1,i3GEOF.upload.dicionario)+':<br>' + | |
115 | - '<input class=digitar type="text" size=45 name="dirDestino" id="dirDestino" style="top:0px;left:0px;cursor:pointer;">' + | |
114 | + '<p class="paragrafo" >'+$trad(1,i3GEOF.upload.dicionario)+':</p>' + | |
115 | + '<div class=styled-select ><input class=digitar type="text" name="dirDestino" id="dirDestino" /></div>' + | |
116 | 116 | " <img onclick='i3GEO.util.navegadorDir(\"dirDestino\",false,false,false,true);' src='"+i3GEO.configura.locaplic+"/imagens/ic_zoom.png' style='cursor:pointer;position :relative;top:2px'/></p>" + |
117 | 117 | '<p class="paragrafo" ><input type=checkbox name=i3GEOuploadCriaMapfile id=i3GEOuploadCriaMapfile /> '+$trad(10,i3GEOF.upload.dicionario) + |
118 | 118 | '</fieldset>'; |
119 | 119 | } |
120 | 120 | ins += '<fieldset class=subbloco >' + |
121 | - '<p class="paragrafo" >'+$trad(2,i3GEOF.upload.dicionario)+': ' + | |
121 | + '<p class="paragrafo" >'+$trad(2,i3GEOF.upload.dicionario)+': </p>' + | |
122 | + ' <div class=styled-select >' + | |
122 | 123 | ' <select id=tipo name=tipo >' + |
123 | 124 | ' <option value="">'+$trad(3,i3GEOF.upload.dicionario)+'</option>' + |
124 | 125 | ' <option value="1">'+$trad(4,i3GEOF.upload.dicionario)+'</option>' + |
125 | 126 | ' <option value="5">'+$trad(5,i3GEOF.upload.dicionario)+'</option>' + |
126 | 127 | ' <option value="3">'+$trad(6,i3GEOF.upload.dicionario)+'</option>' + |
127 | 128 | ' </select>' + |
128 | - '</p>' + | |
129 | - '<p class=paragrafo >'+$trad(7,i3GEOF.upload.dicionario)+':</p>' + | |
129 | + '</div>' + | |
130 | + '<br><p class=paragrafo >'+$trad(7,i3GEOF.upload.dicionario)+':</p>' + | |
130 | 131 | '<div id=i3GEOuploadListaepsg width="98%" style="text-align:left;border:1px solid gray;left:0px;overflow:auto;height:60px"></div>' + |
131 | 132 | '</fieldset>' + |
132 | 133 | '<fieldset class=subbloco >' + | ... | ... |
ferramentas/uploaddbf/index.js
... | ... | @@ -106,17 +106,18 @@ i3GEOF.uploaddbf = { |
106 | 106 | html:function(){ |
107 | 107 | var ins = '<form id=i3GEOuploaddbff target="i3GEOuploaddbfiframe" action="'+i3GEO.configura.locaplic+'/ferramentas/uploaddbf/upload.php" method="post" ENCTYPE="multipart/form-data">' + |
108 | 108 | '<fieldset class=subbloco >' + |
109 | - '<p class="paragrafo" >'+$trad(1,i3GEOF.uploaddbf.dicionario)+': <br> '+ | |
109 | + '<p class="paragrafo" >'+$trad(1,i3GEOF.uploaddbf.dicionario)+': </p> '+ | |
110 | + '<div class=styled-select >' + | |
110 | 111 | '<select name="i3GEOuploaddbftipoarquivo"> '+ |
111 | 112 | ' <option value="dbf" select >dbf</option> '+ |
112 | 113 | ' <option value="csvpv" >csv ";"</option> '+ |
113 | 114 | ' <option value="csvv" >csv ","</option> '+ |
114 | - '</select></p> '+ | |
115 | + '</select></div> '+ | |
115 | 116 | '</fieldset>' + |
116 | 117 | '<fieldset class=subbloco >' + |
117 | - '<p class="paragrafo" >'+$trad(2,i3GEOF.uploaddbf.dicionario)+': <br><input type="text" size=32 name="i3GEOuploaddbfnomex" style="top:0px;left:0px"></p>' + | |
118 | - '<p class="paragrafo" >'+$trad(3,i3GEOF.uploaddbf.dicionario)+': <br><input type="text" size=32 name="i3GEOuploaddbfnomey" style="top:0px;left:0px"></p>' + | |
119 | - '<p class="paragrafo" >'+$trad(4,i3GEOF.uploaddbf.dicionario)+': <br><input type="file" size=10 name="i3GEOuploaddbffile" style="width:270px;top:0px;left:0px;cursor:pointer;"></p>' + | |
118 | + '<p class="paragrafo" >'+$trad(2,i3GEOF.uploaddbf.dicionario)+': </p><div class=styled-select ><input type="text" name="i3GEOuploaddbfnomex" ></div>' + | |
119 | + '<br><p class="paragrafo" >'+$trad(3,i3GEOF.uploaddbf.dicionario)+': </p><div class=styled-select ><input type="text" name="i3GEOuploaddbfnomey" ></div>' + | |
120 | + '<br><p class="paragrafo" >'+$trad(4,i3GEOF.uploaddbf.dicionario)+': <input type="file" size=10 name="i3GEOuploaddbffile" style="width:270px;top:0px;left:0px;cursor:pointer;"></p>' + | |
120 | 121 | '</fieldset>' + |
121 | 122 | '<fieldset class=subbloco >' + |
122 | 123 | '<p class=paragrafo >'+$trad(5,i3GEOF.uploaddbf.dicionario)+':</p>' + | ... | ... |
ferramentas/uploadkml/index.js
... | ... | @@ -118,7 +118,7 @@ i3GEOF.uploadkml = { |
118 | 118 | '</fieldset>' + |
119 | 119 | '<fieldset class=subbloco >' + |
120 | 120 | '<p class=paragrafo >' + $trad(3,i3GEOF.uploadkml.dicionario) + |
121 | - '<br><input type=text size=42 name=layerkml value=""/></p>' + | |
121 | + '</p><div class=styled-select ><input type=text size=42 name=layerkml value=""/></div>' + | |
122 | 122 | '</fieldset>' + |
123 | 123 | '<fieldset class=subbloco >' + |
124 | 124 | '<p class=paragrafo >' + $trad(4,i3GEOF.uploadkml.dicionario) + '</p>' + | ... | ... |
ferramentas/uploadsimbolo/index.js
... | ... | @@ -99,10 +99,10 @@ i3GEOF.uploadsimbolo = { |
99 | 99 | var ins = '<form id=i3GEOuploadsimbolof target="i3GEOuploadsimboloiframe" action="'+i3GEO.configura.locaplic+'/ferramentas/uploadsimbolo/upload.php" method="post" ENCTYPE="multipart/form-data">' + |
100 | 100 | '<p class="paragrafo" >PNG/JPG: <br><input type="file" size=22 name="i3GEOuploadsimboloarq" style="top:0px;left:0px;cursor:pointer;"></p>'; |
101 | 101 | if(i3GEO.parametros.editor === "sim"){ |
102 | - ins += '<p class="paragrafo" >'+$trad(1,i3GEOF.uploadsimbolo.dicionario)+':<br><input class=digitar type="text" size=45 name="dirDestino" id="dirDestino" style="top:0px;left:0px;cursor:pointer;"></p>'; | |
102 | + ins += '<p class="paragrafo" >'+$trad(1,i3GEOF.uploadsimbolo.dicionario)+':</p><div class=styled-select ><input class=digitar type="text" name="dirDestino" id="dirDestino" ></div>'; | |
103 | 103 | //ins += "<img onclick='i3GEOF.uploadsimbolo.selNavegador(\"dirDestino\")' src='"+limg+"' style='cursor:pointer;position :relative;top:2px'/></p>"; |
104 | 104 | } |
105 | - ins += '<p class="paragrafo" ><input id=i3GEOuploadsimbolobotao1 type="button" value="'+$trad(8,i3GEOF.uploadsimbolo.dicionario)+'" size=12 name="submit">' + | |
105 | + ins += '<br><p class="paragrafo" ><input id=i3GEOuploadsimbolobotao1 type="button" value="'+$trad(8,i3GEOF.uploadsimbolo.dicionario)+'" size=12 name="submit">' + | |
106 | 106 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + |
107 | 107 | '<input type="hidden" name="MAX_FILE_SIZE" value="1000000">' + |
108 | 108 | '</form>' + | ... | ... |
ferramentas/wmstime/index.js
... | ... | @@ -88,7 +88,7 @@ emPausa = true; |
88 | 88 | /* |
89 | 89 | Function: escolheuServico |
90 | 90 | |
91 | -Monta a tela de parâmetros após um serviço ter sido escolhido | |
91 | +Monta a tela de par�metros após um serviço ter sido escolhido | |
92 | 92 | |
93 | 93 | Parametro: |
94 | 94 | |
... | ... | @@ -225,7 +225,7 @@ function iniciaImagens(){ |
225 | 225 | /* |
226 | 226 | function: criaImg |
227 | 227 | |
228 | -Cria um elemento do tipo IMG com base no serviço escolhido e nos parâmetros de tempo | |
228 | +Cria um elemento do tipo IMG com base no serviço escolhido e nos par�metros de tempo | |
229 | 229 | |
230 | 230 | Parametros: |
231 | 231 | ... | ... |