Commit 309a0ab4101536cc4af4b8f2db2d420671af1683
1 parent
b1cbc01e
Exists in
master
and in
7 other branches
Ajustes nos estilos dos campos de tipo INPUT
Showing
47 changed files
with
213 additions
and
210 deletions
Show diff stats
classesjs/classe_janela.js
@@ -841,7 +841,7 @@ i3GEO.janela = { | @@ -841,7 +841,7 @@ i3GEO.janela = { | ||
841 | if(!valorDefault){ | 841 | if(!valorDefault){ |
842 | valorDefault = ""; | 842 | valorDefault = ""; |
843 | } | 843 | } |
844 | - var i = "<br><div class=styled-select ><input id='i3GEOjanelaprompt' type=text value='"+valorDefault+"' />"; | 844 | + var i = "<br><div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOjanelaprompt' type=text value='"+valorDefault+"' />"; |
845 | i3GEO.janela.confirma(pergunta+i,"","","",funcaoOk); | 845 | i3GEO.janela.confirma(pergunta+i,"","","",funcaoOk); |
846 | }, | 846 | }, |
847 | /* | 847 | /* |
classesjs/classe_marcador.js
@@ -85,7 +85,7 @@ i3GEO.marcador = { | @@ -85,7 +85,7 @@ i3GEO.marcador = { | ||
85 | if(!c){ | 85 | if(!c){ |
86 | c = ""; | 86 | c = ""; |
87 | } | 87 | } |
88 | - texto = "<p class=paragrafo >"+$trad("x78")+"</p><div class=styled-select ><input type=text value='"+ | 88 | + texto = "<p class=paragrafo >"+$trad("x78")+"</p><div class='i3geoForm i3geoFormIconeEdita' ><input type=text value='"+ |
89 | c +"' onclick='javascript:this.select()'/></div>"; | 89 | c +"' onclick='javascript:this.select()'/></div>"; |
90 | i3GEO.janela.mensagemSimples(texto,$trad("x79")); | 90 | i3GEO.janela.mensagemSimples(texto,$trad("x79")); |
91 | }, | 91 | }, |
css/geral.css
@@ -1082,7 +1082,7 @@ h1 { | @@ -1082,7 +1082,7 @@ h1 { | ||
1082 | } | 1082 | } |
1083 | } | 1083 | } |
1084 | 1084 | ||
1085 | -.i3geoForm, .i3geoForm150 { | 1085 | +.i3geoForm, .i3geoForm150, .i3geoForm100 { |
1086 | width: 252px; | 1086 | width: 252px; |
1087 | overflow: hidden; | 1087 | overflow: hidden; |
1088 | background: #F8F8F8; | 1088 | background: #F8F8F8; |
@@ -1095,6 +1095,10 @@ h1 { | @@ -1095,6 +1095,10 @@ h1 { | ||
1095 | width: 150px; | 1095 | width: 150px; |
1096 | } | 1096 | } |
1097 | 1097 | ||
1098 | +.i3geoForm100 { | ||
1099 | + width: 100px; | ||
1100 | +} | ||
1101 | + | ||
1098 | .i3geoFormIconeEdita { | 1102 | .i3geoFormIconeEdita { |
1099 | background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px; | 1103 | background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px; |
1100 | @media (-webkit-min-device-pixel-ratio: 2), | 1104 | @media (-webkit-min-device-pixel-ratio: 2), |
@@ -1104,7 +1108,7 @@ h1 { | @@ -1104,7 +1108,7 @@ h1 { | ||
1104 | } | 1108 | } |
1105 | } | 1109 | } |
1106 | 1110 | ||
1107 | -.i3geoForm input, .i3geoForm150 input { | 1111 | +.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { |
1108 | width: 90%; | 1112 | width: 90%; |
1109 | height: 22px; | 1113 | height: 22px; |
1110 | border: 0; | 1114 | border: 0; |
@@ -1116,6 +1120,7 @@ h1 { | @@ -1116,6 +1120,7 @@ h1 { | ||
1116 | text-overflow: ''; | 1120 | text-overflow: ''; |
1117 | font-size: 12px; | 1121 | font-size: 12px; |
1118 | appearance: none; | 1122 | appearance: none; |
1123 | + cursor: text; | ||
1119 | } | 1124 | } |
1120 | 1125 | ||
1121 | /*hack opera */ | 1126 | /*hack opera */ |
ferramentas/3d/index.js
@@ -181,7 +181,7 @@ i3GEOF.t3d = { | @@ -181,7 +181,7 @@ i3GEOF.t3d = { | ||
181 | }, | 181 | }, |
182 | t2: function(){ | 182 | t2: function(){ |
183 | var ins = "<p class='paragrafo'>Diminuir o exagero vertical em:<br>"; | 183 | var ins = "<p class='paragrafo'>Diminuir o exagero vertical em:<br>"; |
184 | - ins += "<input onclick='javascript:this.select();' id=i3GEO3dfz size=2 class=digitar type=text value=10 /> x "; | 184 | + ins += "<input id=i3GEO3dfz size=2 class=digitar type=text value=10 /> x "; |
185 | ins += "<p class='paragrafo'>Escolha o tema (opcional) com os valores de Z (se existir no mapa):<br>"; | 185 | ins += "<p class='paragrafo'>Escolha o tema (opcional) com os valores de Z (se existir no mapa):<br>"; |
186 | ins += "<div id=i3GEO3ddest style=text-align:left ></div><br>"; | 186 | ins += "<div id=i3GEO3ddest style=text-align:left ></div><br>"; |
187 | ins += "<p class='paragrafo'><input id=i3GEO3dbotao1 size=20 type='buttom' value='Criar modelo 3d' />"; | 187 | ins += "<p class='paragrafo'><input id=i3GEO3dbotao1 size=20 type='buttom' value='Criar modelo 3d' />"; |
ferramentas/atalhosedicao/template_mst.html
@@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
33 | <p class='paragrafo'> | 33 | <p class='paragrafo'> |
34 | <input id='i3GEOFatalhosedicaoFiltro' type='button' value='{{{filtro}}}' /> | 34 | <input id='i3GEOFatalhosedicaoFiltro' type='button' value='{{{filtro}}}' /> |
35 | <p class='paragrafo'>{{{opacidade}}} | 35 | <p class='paragrafo'>{{{opacidade}}} |
36 | - <div class='styled-select' style='width: 90px; float: left;'> | 36 | + <div class='i3geoForm i3geoFormIconeEdita' style='width: 90px; float: left;'> |
37 | <input id='i3GEOFatalhosedicaoOpacidade' type='text' value='' /> | 37 | <input id='i3GEOFatalhosedicaoOpacidade' type='text' value='' /> |
38 | </div> | 38 | </div> |
39 | <input id='i3GEOFatalhosedicaoOpacidadeB' type='button' value='{{{aplicar}}}' /> | 39 | <input id='i3GEOFatalhosedicaoOpacidadeB' type='button' value='{{{aplicar}}}' /> |
ferramentas/buffer/index.js
@@ -172,7 +172,7 @@ i3GEOF.buffer = { | @@ -172,7 +172,7 @@ i3GEOF.buffer = { | ||
172 | }, | 172 | }, |
173 | t2: function(){ | 173 | t2: function(){ |
174 | var ins = "<p class='paragrafo'>"+$trad('entorno',i3GEOF.buffer.dicionario); | 174 | var ins = "<p class='paragrafo'>"+$trad('entorno',i3GEOF.buffer.dicionario); |
175 | - ins += "<br><div class=styled-select style='display:block' ><input onclick='javascript:this.select();' id='i3GEObufferd' type=text value='0'/></div>"; | 175 | + ins += "<br><div class='i3geoForm i3geoFormIconeEdita' style='display:block' ><input id='i3GEObufferd' type=text value='0'/></div>"; |
176 | 176 | ||
177 | ins += "<br><p class='paragrafo' >"+$trad('entornoAtributo',i3GEOF.buffer.dicionario); | 177 | ins += "<br><p class='paragrafo' >"+$trad('entornoAtributo',i3GEOF.buffer.dicionario); |
178 | ins += "<br><div id=i3GEObufferondeItens style='text-align:left;display:block' ></div> "; | 178 | ins += "<br><div id=i3GEObufferondeItens style='text-align:left;display:block' ></div> "; |
@@ -285,7 +285,7 @@ i3GEOF.buffer = { | @@ -285,7 +285,7 @@ i3GEOF.buffer = { | ||
285 | function(retorno){ | 285 | function(retorno){ |
286 | $i("i3GEObufferondeItens").innerHTML = "<div class=styled-select >" + retorno.dados + "</div>" | 286 | $i("i3GEObufferondeItens").innerHTML = "<div class=styled-select >" + retorno.dados + "</div>" |
287 | + "<br><br><p class=paragrafo >" + $trad('multiplica',i3GEOF.buffer.dicionario) | 287 | + "<br><br><p class=paragrafo >" + $trad('multiplica',i3GEOF.buffer.dicionario) |
288 | - +" <div class=styled-select ><input onclick='javascript:this.select();' id='i3GEObufferdfator' type=text value='1'/></div>"; | 288 | + +" <div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEObufferdfator' type=text value='1'/></div>"; |
289 | $i("i3GEObufferondeItens").style.display = "block"; | 289 | $i("i3GEObufferondeItens").style.display = "block"; |
290 | }, | 290 | }, |
291 | "i3GEObufferondeItens" | 291 | "i3GEObufferondeItens" |
ferramentas/busca/template_mst.html
1 | <div style='margin-left: 5px;'> | 1 | <div style='margin-left: 5px;'> |
2 | - <div class='styled-select'> | 2 | + <div class='i3geoForm i3geoFormIconeEdita'> |
3 | <input type='text' value='' title='{{{digita}}}' id='i3GEObuscapalavra' /> | 3 | <input type='text' value='' title='{{{digita}}}' id='i3GEObuscapalavra' /> |
4 | </div> | 4 | </div> |
5 | <br> | 5 | <br> |
ferramentas/buscafotos/index.js
@@ -146,9 +146,9 @@ i3GEOF.buscaFotos = { | @@ -146,9 +146,9 @@ i3GEOF.buscaFotos = { | ||
146 | ins += ' <p class="paragrafo" >'+$trad('opcoes',i3GEOF.buscaFotos.dicionario); | 146 | ins += ' <p class="paragrafo" >'+$trad('opcoes',i3GEOF.buscaFotos.dicionario); |
147 | ins += $trad('maxRegistros',i3GEOF.buscaFotos.dicionario); | 147 | ins += $trad('maxRegistros',i3GEOF.buscaFotos.dicionario); |
148 | ins += $trad('ajudaAno',i3GEOF.buscaFotos.dicionario); | 148 | ins += $trad('ajudaAno',i3GEOF.buscaFotos.dicionario); |
149 | - ins += ' <p class="paragrafo" >'+$trad('texto',i3GEOF.buscaFotos.dicionario)+': <br><div class=styled-select><input onclick="javascript:this.select();" style="cursor:text" type=text size=30 value="" id="i3GEObuscafotostexto" /></div>'; | ||
150 | - ins += ' <br><p class="paragrafo" >'+$trad('anoInicial',i3GEOF.buscaFotos.dicionario)+': <br><div class=styled-select><input onclick="javascript:this.select();" style="cursor:text" type=text size=10 value="2009" id="i3GEObuscafotosai" /></div>'; | ||
151 | - ins += ' <br><p class="paragrafo" >'+$trad('anoFinal',i3GEOF.buscaFotos.dicionario)+': <br><div class=styled-select><input onclick="javascript:this.select();" style="cursor:text" type=text size=10 value="2009" id="i3GEObuscafotosaf" /></div><br><br>'; | 149 | + ins += ' <p class="paragrafo" >'+$trad('texto',i3GEOF.buscaFotos.dicionario)+': <br><div class="i3geoForm i3geoFormIconeEdita"><input type=text size=30 value="" id="i3GEObuscafotostexto" /></div>'; |
150 | + ins += ' <br><p class="paragrafo" >'+$trad('anoInicial',i3GEOF.buscaFotos.dicionario)+': <br><div class="i3geoForm i3geoFormIconeEdita"><input type=text size=10 value="2009" id="i3GEObuscafotosai" /></div>'; | ||
151 | + ins += ' <br><p class="paragrafo" >'+$trad('anoFinal',i3GEOF.buscaFotos.dicionario)+': <br><div class="i3geoForm i3geoFormIconeEdita"><input type=text size=10 value="2009" id="i3GEObuscafotosaf" /></div><br><br>'; | ||
152 | ins += ' <input id=i3GEObuscafotosbotao1 size=20 type=button value="'+$trad('procuraFotos',i3GEOF.buscaFotos.dicionario)+'" />'; | 152 | ins += ' <input id=i3GEObuscafotosbotao1 size=20 type=button value="'+$trad('procuraFotos',i3GEOF.buscaFotos.dicionario)+'" />'; |
153 | ins += ' </div>'; | 153 | ins += ' </div>'; |
154 | ins += ' <div>'; | 154 | ins += ' <div>'; |
ferramentas/conectarwms/index.htm
@@ -28,7 +28,7 @@ body { | @@ -28,7 +28,7 @@ body { | ||
28 | </div> | 28 | </div> |
29 | <div id=opc1 style="text-align:left;top:5px;left:0px"> | 29 | <div id=opc1 style="text-align:left;top:5px;left:0px"> |
30 | Digite o endereço do serviço ou escolha da lista abaixo. Utilize as guias acima para ver o resultado do acesso. Por padrão, utiliza-se a versão 1.1.0 do GetCapabilities. Você pode adicionar um outro, bastando incluir no endereço do serviço "&version=1.3.0" por exemplo.<br> | 30 | Digite o endereço do serviço ou escolha da lista abaixo. Utilize as guias acima para ver o resultado do acesso. Por padrão, utiliza-se a versão 1.1.0 do GetCapabilities. Você pode adicionar um outro, bastando incluir no endereço do serviço "&version=1.3.0" por exemplo.<br> |
31 | - <input onclick='javascript:this.select();' tabindex='0' class=digitar id=servico value="" size=45 /> | 31 | + <input tabindex='0' class=digitar id=servico value="" size=45 /> |
32 | </div> | 32 | </div> |
33 | <div id=RSSwms style="text-align:left;color:navy;cursor:pointer;"></div> | 33 | <div id=RSSwms style="text-align:left;color:navy;cursor:pointer;"></div> |
34 | </div> | 34 | </div> |
ferramentas/distanciaptpt/index.js
@@ -171,7 +171,7 @@ i3GEOF.distanciaptpt = { | @@ -171,7 +171,7 @@ i3GEOF.distanciaptpt = { | ||
171 | ins += "<div style='text-align:left;' id='i3GEOdistanciaptptSelTemasDestino' ></div><br>"; | 171 | ins += "<div style='text-align:left;' id='i3GEOdistanciaptptSelTemasDestino' ></div><br>"; |
172 | ins += "<p class='paragrafo' >" + $trad('distMax',i3GEOF.distanciaptpt.dicionario)+"<br>"; | 172 | ins += "<p class='paragrafo' >" + $trad('distMax',i3GEOF.distanciaptpt.dicionario)+"<br>"; |
173 | 173 | ||
174 | - ins += '<div class="styled-select" ><input type=text value=100000 id=i3GEOFdistanciaptptdistancia ></div>'; | 174 | + ins += '<div class="i3geoForm i3geoFormIconeEdita" ><input type=text value=100000 id=i3GEOFdistanciaptptdistancia ></div>'; |
175 | i3GEO.util.proximoAnterior("i3GEOF.distanciaptpt.t0()","i3GEOF.distanciaptpt.t2()",ins,"i3GEOF.distanciaptpt.t1","i3GEOdistanciaptptresultado",true,"i3GEOF.distanciaptpt_rodape"); | 175 | i3GEO.util.proximoAnterior("i3GEOF.distanciaptpt.t0()","i3GEOF.distanciaptpt.t2()",ins,"i3GEOF.distanciaptpt.t1","i3GEOdistanciaptptresultado",true,"i3GEOF.distanciaptpt_rodape"); |
176 | i3GEOF.distanciaptpt.comboTemasOrigem(); | 176 | i3GEOF.distanciaptpt.comboTemasOrigem(); |
177 | i3GEOF.distanciaptpt.comboTemasDestino(); | 177 | i3GEOF.distanciaptpt.comboTemasDestino(); |
ferramentas/etiqueta/index.js
@@ -238,7 +238,7 @@ i3GEOF.etiqueta = { | @@ -238,7 +238,7 @@ i3GEOF.etiqueta = { | ||
238 | else{ | 238 | else{ |
239 | ck = ""; | 239 | ck = ""; |
240 | } | 240 | } |
241 | - ins.push("<td><div class='styled-select150' ><input disabled style='cursor:pointer' type='text' value='"+ck+"' name='itensdesc' /></div></td>"); | 241 | + ins.push("<td><div class='i3geoForm150 i3geoFormIconeEdita' ><input disabled type='text' value='"+ck+"' name='itensdesc' /></div></td>"); |
242 | //links | 242 | //links |
243 | if(lista.itenslink[item]){ | 243 | if(lista.itenslink[item]){ |
244 | ck = lista.itenslink[item]; | 244 | ck = lista.itenslink[item]; |
@@ -246,7 +246,7 @@ i3GEOF.etiqueta = { | @@ -246,7 +246,7 @@ i3GEOF.etiqueta = { | ||
246 | else{ | 246 | else{ |
247 | ck = ""; | 247 | ck = ""; |
248 | } | 248 | } |
249 | - ins.push("<td><div class='styled-select150' ><input disabled style='cursor:pointer' type='text' value='"+ck+"' name='itenslink' /></div></td>"); | 249 | + ins.push("<td><div class='i3geoForm150 i3geoFormIconeEdita' ><input disabled type='text' value='"+ck+"' name='itenslink' /></div></td>"); |
250 | 250 | ||
251 | ins.push("</tr>"); | 251 | ins.push("</tr>"); |
252 | } | 252 | } |
ferramentas/filtro/index.js
@@ -270,8 +270,7 @@ i3GEOF.filtro = { | @@ -270,8 +270,7 @@ i3GEOF.filtro = { | ||
270 | conector += "<option value='not'>"+$trad('nao',i3GEOF.filtro.dicionario)+"</option></select></div>"; | 270 | conector += "<option value='not'>"+$trad('nao',i3GEOF.filtro.dicionario)+"</option></select></div>"; |
271 | 271 | ||
272 | valor = document.createElement("div"); | 272 | valor = document.createElement("div"); |
273 | - valor.className = 'styled-select'; | ||
274 | - valor.style.width = "100px"; | 273 | + valor.className = 'i3geoForm150 i3geoFormIconeEdita'; |
275 | valor.style.marginLeft="5px"; | 274 | valor.style.marginLeft="5px"; |
276 | valor.innerHTML = "<input type=text value='' />"; | 275 | valor.innerHTML = "<input type=text value='' />"; |
277 | 276 |
ferramentas/filtro/template_mst.html
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | </div> | 46 | </div> |
47 | <div class='guiaobj' id='i3GEOfiltroguia2obj' style='left: 1px; display: none;'> | 47 | <div class='guiaobj' id='i3GEOfiltroguia2obj' style='left: 1px; display: none;'> |
48 | <p class='paragrafo'>{{{digitaFiltro}}}: | 48 | <p class='paragrafo'>{{{digitaFiltro}}}: |
49 | - <div class='styled-select'> | 49 | + <div class='i3geoForm i3geoFormIconeEdita'> |
50 | <input type='text' value='' id='i3GEOfiltrofiltro' /> | 50 | <input type='text' value='' id='i3GEOfiltrofiltro' /> |
51 | </div> | 51 | </div> |
52 | </div> | 52 | </div> |
ferramentas/geolocal/template_mst.html
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | <img title='{{{paraCaptura}}}' onclick='i3GEOF.geolocal.paraTempo()' style='top: -3px; left: 10px; position: relative;' src='{{{locaplic}}}/imagens/oxygen/16x16/clock.png'> | 10 | <img title='{{{paraCaptura}}}' onclick='i3GEOF.geolocal.paraTempo()' style='top: -3px; left: 10px; position: relative;' src='{{{locaplic}}}/imagens/oxygen/16x16/clock.png'> |
11 | | 11 | |
12 | <form id='i3GEOFgeolocalFormTempo' style='left: 162px; position: absolute; top: 10px; width: 30px;'> | 12 | <form id='i3GEOFgeolocalFormTempo' style='left: 162px; position: absolute; top: 10px; width: 30px;'> |
13 | - <div class='styled-select' style='width: 80px;'> | 13 | + <div class='i3geoForm100 i3geoFormIconeEdita' > |
14 | <input type='text' id='i3GEOFgeolocalTempo' title={{{intervalo}}} value='0' /> | 14 | <input type='text' id='i3GEOFgeolocalTempo' title={{{intervalo}}} value='0' /> |
15 | </div> | 15 | </div> |
16 | </form> | 16 | </form> |
@@ -19,6 +19,6 @@ | @@ -19,6 +19,6 @@ | ||
19 | <div id='i3GEOFgeolocalNcoord' style='width: 30px; position: absolute;'></div> | 19 | <div id='i3GEOFgeolocalNcoord' style='width: 30px; position: absolute;'></div> |
20 | <br> | 20 | <br> |
21 | <p class='paragrafo' style='float: left; margin-right: 5px; top: 3px; position: relative;'>{{{maximoPontos}}} | 21 | <p class='paragrafo' style='float: left; margin-right: 5px; top: 3px; position: relative;'>{{{maximoPontos}}} |
22 | -<div class='styled-select' style='position: relative; width: 60px; margin-left: 5px;'> | 22 | +<div class='i3geoForm100 i3geoFormIconeEdita' style='position: relative; margin-left: 5px;'> |
23 | <input type='text' id='i3GEOFgeolocalMaximo' value='' /> | 23 | <input type='text' id='i3GEOFgeolocalMaximo' value='' /> |
24 | </div> | 24 | </div> |
25 | \ No newline at end of file | 25 | \ No newline at end of file |
ferramentas/gradehex/index.js
@@ -166,13 +166,13 @@ i3GEOF.gradeDeHex = { | @@ -166,13 +166,13 @@ i3GEOF.gradeDeHex = { | ||
166 | ins += "<p class='paragrafo'> "; | 166 | ins += "<p class='paragrafo'> "; |
167 | if($i("i3GEOgradedehexProj").checked){ | 167 | if($i("i3GEOgradedehexProj").checked){ |
168 | ins += $trad('metros',i3GEOF.gradeDeHex.dicionario); | 168 | ins += $trad('metros',i3GEOF.gradeDeHex.dicionario); |
169 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxg' title='metros' type=text value='100000'/></div>"; | 169 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedehexxg' title='metros' type=text value='100000'/></div>"; |
170 | } | 170 | } |
171 | else{ | 171 | else{ |
172 | ins += $trad('grau',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDeHex.dicionario)+"</p>"; | 172 | ins += $trad('grau',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDeHex.dicionario)+"</p>"; |
173 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexxg' title='grau' type=text value='1'/></div>"; | ||
174 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedehexxm' title='minuto' type=text value='00'/></div>"; | ||
175 | - ins += "<div class=styled-select style='width:60px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedehexxs' title='segundo' type=text value='00.00'/></div>"; | 173 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input id='i3GEOgradedehexxg' title='grau' type=text value='1'/></div>"; |
174 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedehexxm' title='minuto' type=text value='00'/></div>"; | ||
175 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedehexxs' title='segundo' type=text value='00.00'/></div>"; | ||
176 | } | 176 | } |
177 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t0()","i3GEOF.gradeDeHex.t2()",ins,"i3GEOF.gradeDeHex.t1()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); | 177 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t0()","i3GEOF.gradeDeHex.t2()",ins,"i3GEOF.gradeDeHex.t1()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
178 | }, | 178 | }, |
@@ -180,15 +180,15 @@ i3GEOF.gradeDeHex = { | @@ -180,15 +180,15 @@ i3GEOF.gradeDeHex = { | ||
180 | var ins = "<p class='paragrafo'><b>"+$trad('coord',i3GEOF.gradeDeHex.dicionario)+"</b>"; | 180 | var ins = "<p class='paragrafo'><b>"+$trad('coord',i3GEOF.gradeDeHex.dicionario)+"</b>"; |
181 | ins += "<p class='paragrafo'><b>X (long):</b> "; | 181 | ins += "<p class='paragrafo'><b>X (long):</b> "; |
182 | ins += $trad('grau',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDeHex.dicionario)+"</p>"; | 182 | ins += $trad('grau',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDeHex.dicionario)+"</p>"; |
183 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexixg' title='grau' type=text value='1'/></div>"; | ||
184 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;margin-right:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedehexixm' title='minuto' type=text value='00'/></div>"; | ||
185 | - ins += "<div class=styled-select style='width:60px;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedehexixs' title='segundo' type=text value='00.00'/></div></p>"; | 183 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input id='i3GEOgradedehexixg' title='grau' type=text value='1'/></div>"; |
184 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;margin-right:10px;' ><input id='i3GEOgradedehexixm' title='minuto' type=text value='00'/></div>"; | ||
185 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left:10px;' ><input id='i3GEOgradedehexixs' title='segundo' type=text value='00.00'/></div></p>"; | ||
186 | 186 | ||
187 | ins += "<br><p class='paragrafo'><b>Y (lat):</b> "; | 187 | ins += "<br><p class='paragrafo'><b>Y (lat):</b> "; |
188 | ins += $trad('grau',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDeHex.dicionario)+"</p>"; | 188 | ins += $trad('grau',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDeHex.dicionario)+"</p>"; |
189 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexiyg' title='grau' type=text value='1'/></div>"; | ||
190 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedehexiym' title='minuto' type=text value='00'/></div>"; | ||
191 | - ins += "<div class=styled-select style='width:60px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedehexiys' title='segundo' type=text value='00.00'/></div>"; | 189 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input class=digitar id='i3GEOgradedehexiyg' title='grau' type=text value='1'/></div>"; |
190 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedehexiym' title='minuto' type=text value='00'/></div>"; | ||
191 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedehexiys' title='segundo' type=text value='00.00'/></div>"; | ||
192 | 192 | ||
193 | g_tipoacao = "capturaponto"; | 193 | g_tipoacao = "capturaponto"; |
194 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t1()","i3GEOF.gradeDeHex.t3()",ins,"i3GEOF.gradeDeHex.t2()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); | 194 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t1()","i3GEOF.gradeDeHex.t3()",ins,"i3GEOF.gradeDeHex.t2()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
@@ -200,9 +200,9 @@ i3GEOF.gradeDeHex = { | @@ -200,9 +200,9 @@ i3GEOF.gradeDeHex = { | ||
200 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDeHex.dicionario)+"</b>"; | 200 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDeHex.dicionario)+"</b>"; |
201 | 201 | ||
202 | ins += "<p class='paragrafo'>X</p>"; | 202 | ins += "<p class='paragrafo'>X</p>"; |
203 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexnptx' title='pontos em x' type=text value='10'/></div>"; | 203 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedehexnptx' title='pontos em x' type=text value='10'/></div>"; |
204 | ins += "<br><p class='paragrafo'>Y"; | 204 | ins += "<br><p class='paragrafo'>Y"; |
205 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedehexnpty' title='pontos em y' type=text value='10'/></div>"; | 205 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedehexnpty' title='pontos em y' type=text value='10'/></div>"; |
206 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t2()","i3GEOF.gradeDeHex.t4()",ins,"i3GEOF.gradeDeHex.t3()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); | 206 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t2()","i3GEOF.gradeDeHex.t4()",ins,"i3GEOF.gradeDeHex.t3()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
207 | }, | 207 | }, |
208 | t4: function(){ | 208 | t4: function(){ |
ferramentas/gradepol/index.js
@@ -161,22 +161,22 @@ i3GEOF.gradeDePoligonos = { | @@ -161,22 +161,22 @@ i3GEOF.gradeDePoligonos = { | ||
161 | var ins = "<p class='paragrafo'><b>"+$trad('distancia',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; | 161 | var ins = "<p class='paragrafo'><b>"+$trad('distancia',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
162 | if($i("i3GEOgradedepoligonosProj").checked){ | 162 | if($i("i3GEOgradedepoligonosProj").checked){ |
163 | ins += "<p class='paragrafo'>" + $trad('metros',i3GEOF.gradeDePoligonos.dicionario)+" X:"; | 163 | ins += "<p class='paragrafo'>" + $trad('metros',i3GEOF.gradeDePoligonos.dicionario)+" X:"; |
164 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosxg' title='metros' type=text value='100000'/></div>"; | 164 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepoligonosxg' title='metros' type=text value='100000'/></div>"; |
165 | ins += "<br><p class='paragrafo'>"+$trad('metros',i3GEOF.gradeDePoligonos.dicionario)+" Y:"; | 165 | ins += "<br><p class='paragrafo'>"+$trad('metros',i3GEOF.gradeDePoligonos.dicionario)+" Y:"; |
166 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosyg' title='metros' type=text value='100000'/></div>"; | 166 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepoligonosyg' title='metros' type=text value='100000'/></div>"; |
167 | } | 167 | } |
168 | else{ | 168 | else{ |
169 | ins += "<p class='paragrafo'>X: "; | 169 | ins += "<p class='paragrafo'>X: "; |
170 | ins += $trad('grau',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePoligonos.dicionario)+"</p>"; | 170 | ins += $trad('grau',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePoligonos.dicionario)+"</p>"; |
171 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosxg' title='grau' type=text value='1'/></div>"; | ||
172 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;margin-right:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosxm' title='minuto' type=text value='00'/></div>"; | ||
173 | - ins += "<div class=styled-select style='width:60px;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosxs' title='segundo' type=text value='00.00'/></div>"; | 171 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input id='i3GEOgradedepoligonosxg' title='grau' type=text value='1'/></div>"; |
172 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;margin-right:10px;' ><input id='i3GEOgradedepoligonosxm' title='minuto' type=text value='00'/></div>"; | ||
173 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left:10px;' ><input id='i3GEOgradedepoligonosxs' title='segundo' type=text value='00.00'/></div>"; | ||
174 | 174 | ||
175 | ins += "<br><p class='paragrafo'>Y: "; | 175 | ins += "<br><p class='paragrafo'>Y: "; |
176 | ins += $trad('grau',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePoligonos.dicionario)+"</p>"; | 176 | ins += $trad('grau',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePoligonos.dicionario)+"</p>"; |
177 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosyg' title='grau' type=text value='1'/></div>"; | ||
178 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosym' title='minuto' type=text value='00'/></div>"; | ||
179 | - ins += "<div class=styled-select style='width:60px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosys' title='segundo' type=text value='00.00'/></div>"; | 177 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input id='i3GEOgradedepoligonosyg' title='grau' type=text value='1'/></div>"; |
178 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedepoligonosym' title='minuto' type=text value='00'/></div>"; | ||
179 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedepoligonosys' title='segundo' type=text value='00.00'/></div>"; | ||
180 | } | 180 | } |
181 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t0()","i3GEOF.gradeDePoligonos.t2()",ins,"i3GEOF.gradeDePoligonos.t1","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); | 181 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t0()","i3GEOF.gradeDePoligonos.t2()",ins,"i3GEOF.gradeDePoligonos.t1","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); |
182 | }, | 182 | }, |
@@ -184,15 +184,15 @@ i3GEOF.gradeDePoligonos = { | @@ -184,15 +184,15 @@ i3GEOF.gradeDePoligonos = { | ||
184 | var ins = "<p class='paragrafo'><b>"+$trad('coord',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; | 184 | var ins = "<p class='paragrafo'><b>"+$trad('coord',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
185 | ins += "<p class='paragrafo'>X: "; | 185 | ins += "<p class='paragrafo'>X: "; |
186 | ins += $trad('grau',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePoligonos.dicionario)+"</p>"; | 186 | ins += $trad('grau',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePoligonos.dicionario)+"</p>"; |
187 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosixg' title='grau' type=text value='1'/></div>"; | ||
188 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;margin-right:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosixm' title='minuto' type=text value='00'/></div>"; | ||
189 | - ins += "<div class=styled-select style='width:60px;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosixs' title='segundo' type=text value='00.00'/></div>"; | 187 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input id='i3GEOgradedepoligonosixg' title='grau' type=text value='1'/></div>"; |
188 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;margin-right:10px;' ><input id='i3GEOgradedepoligonosixm' title='minuto' type=text value='00'/></div>"; | ||
189 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left:10px;' ><input id='i3GEOgradedepoligonosixs' title='segundo' type=text value='00.00'/></div>"; | ||
190 | 190 | ||
191 | ins += "<br><p class='paragrafo'>Y: "; | 191 | ins += "<br><p class='paragrafo'>Y: "; |
192 | ins += $trad('grau',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePoligonos.dicionario)+"</p>"; | 192 | ins += $trad('grau',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePoligonos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePoligonos.dicionario)+"</p>"; |
193 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosiyg' title='grau' type=text value='1'/></div>"; | ||
194 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosiym' title='minuto' type=text value='00'/></div>"; | ||
195 | - ins += "<div class=styled-select style='width:60px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepoligonosiys' title='segundo' type=text value='00.00'/></div>"; | 193 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input id='i3GEOgradedepoligonosiyg' title='grau' type=text value='1'/></div>"; |
194 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedepoligonosiym' title='minuto' type=text value='00'/></div>"; | ||
195 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedepoligonosiys' title='segundo' type=text value='00.00'/></div>"; | ||
196 | 196 | ||
197 | g_tipoacao = "capturaponto"; | 197 | g_tipoacao = "capturaponto"; |
198 | 198 | ||
@@ -205,9 +205,9 @@ i3GEOF.gradeDePoligonos = { | @@ -205,9 +205,9 @@ i3GEOF.gradeDePoligonos = { | ||
205 | t3: function(){ | 205 | t3: function(){ |
206 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; | 206 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
207 | ins += "<p class='paragrafo'>X</p>"; | 207 | ins += "<p class='paragrafo'>X</p>"; |
208 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosnptx' title='pontos em x' type=text value='10'/></div>"; | 208 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepoligonosnptx' title='pontos em x' type=text value='10'/></div>"; |
209 | ins += "<br><p class='paragrafo'>Y"; | 209 | ins += "<br><p class='paragrafo'>Y"; |
210 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepoligonosnpty' title='pontos em y' type=text value='10'/></div>"; | 210 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepoligonosnpty' title='pontos em y' type=text value='10'/></div>"; |
211 | 211 | ||
212 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t2()","i3GEOF.gradeDePoligonos.t4()",ins,"i3GEOF.gradeDePoligonos.t3","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); | 212 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t2()","i3GEOF.gradeDePoligonos.t4()",ins,"i3GEOF.gradeDePoligonos.t3","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); |
213 | }, | 213 | }, |
ferramentas/gradepontos/index.js
@@ -161,22 +161,22 @@ i3GEOF.gradeDePontos = { | @@ -161,22 +161,22 @@ i3GEOF.gradeDePontos = { | ||
161 | var ins = "<p class='paragrafo'><b>"+$trad('espacamentoGrade',i3GEOF.gradeDePontos.dicionario)+"</b>"; | 161 | var ins = "<p class='paragrafo'><b>"+$trad('espacamentoGrade',i3GEOF.gradeDePontos.dicionario)+"</b>"; |
162 | if($i("i3GEOgradedepontosProj").checked){ | 162 | if($i("i3GEOgradedepontosProj").checked){ |
163 | ins += "<p class='paragrafo'>" + $trad('metros',i3GEOF.gradeDePontos.dicionario)+" X:"; | 163 | ins += "<p class='paragrafo'>" + $trad('metros',i3GEOF.gradeDePontos.dicionario)+" X:"; |
164 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' id='i3GEOgradedepontosxg' title='metros' type=text value='100000'/></div>"; | 164 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosxg' title='metros' type=text value='100000'/></div>"; |
165 | ins += "<br><p class='paragrafo'>"+$trad('metros',i3GEOF.gradeDePontos.dicionario)+" Y:"; | 165 | ins += "<br><p class='paragrafo'>"+$trad('metros',i3GEOF.gradeDePontos.dicionario)+" Y:"; |
166 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' id='i3GEOgradedepontosyg' title='metros' type=text value='100000'/></div>"; | 166 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosyg' title='metros' type=text value='100000'/></div>"; |
167 | } | 167 | } |
168 | else{ | 168 | else{ |
169 | ins += "<p class='paragrafo'>X: "; | 169 | ins += "<p class='paragrafo'>X: "; |
170 | ins += $trad('grau',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePontos.dicionario)+"</p>"; | 170 | ins += $trad('grau',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePontos.dicionario)+"</p>"; |
171 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosxg' title='grau' type=text value='1'/></div>"; | ||
172 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;margin-right:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepontosxm' title='minuto' type=text value='00'/></div>"; | ||
173 | - ins += "<div class=styled-select style='width:60px;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepontosxs' title='segundo' type=text value='00.00'/></div>"; | 171 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input id='i3GEOgradedepontosxg' title='grau' type=text value='1'/></div>"; |
172 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;margin-right:10px;' ><input id='i3GEOgradedepontosxm' title='minuto' type=text value='00'/></div>"; | ||
173 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left:10px;' ><input id='i3GEOgradedepontosxs' title='segundo' type=text value='00.00'/></div>"; | ||
174 | 174 | ||
175 | ins += "<br><p class='paragrafo'>Y: "; | 175 | ins += "<br><p class='paragrafo'>Y: "; |
176 | ins += $trad('grau',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePontos.dicionario)+"</p>"; | 176 | ins += $trad('grau',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePontos.dicionario)+"</p>"; |
177 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosyg' title='grau' type=text value='1'/></div>"; | ||
178 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepontosym' title='minuto' type=text value='00'/></div>"; | ||
179 | - ins += "<div class=styled-select style='width:60px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepontosys' title='segundo' type=text value='00.00'/></div>"; | 177 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input class=digitar id='i3GEOgradedepontosyg' title='grau' type=text value='1'/></div>"; |
178 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedepontosym' title='minuto' type=text value='00'/></div>"; | ||
179 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedepontosys' title='segundo' type=text value='00.00'/></div>"; | ||
180 | } | 180 | } |
181 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t0()","i3GEOF.gradeDePontos.t2()",ins,"i3GEOF.gradeDePontos.t1","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); | 181 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t0()","i3GEOF.gradeDePontos.t2()",ins,"i3GEOF.gradeDePontos.t1","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); |
182 | }, | 182 | }, |
@@ -184,15 +184,15 @@ i3GEOF.gradeDePontos = { | @@ -184,15 +184,15 @@ i3GEOF.gradeDePontos = { | ||
184 | var ins = "<p class='paragrafo'><b>"+$trad('coord',i3GEOF.gradeDePontos.dicionario)+"</b>"; | 184 | var ins = "<p class='paragrafo'><b>"+$trad('coord',i3GEOF.gradeDePontos.dicionario)+"</b>"; |
185 | ins += "<p class='paragrafo'>X: "; | 185 | ins += "<p class='paragrafo'>X: "; |
186 | ins += $trad('grau',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePontos.dicionario)+"</p>"; | 186 | ins += $trad('grau',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePontos.dicionario)+"</p>"; |
187 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosixg' title='grau' type=text value='1'/></div>"; | ||
188 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;margin-right:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepontosixm' title='minuto' type=text value='00'/></div>"; | ||
189 | - ins += "<div class=styled-select style='width:60px;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepontosixs' title='segundo' type=text value='00.00'/></div>"; | 187 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input id='i3GEOgradedepontosixg' title='grau' type=text value='1'/></div>"; |
188 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;margin-right:10px;' ><input id='i3GEOgradedepontosixm' title='minuto' type=text value='00'/></div>"; | ||
189 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left:10px;' ><input id='i3GEOgradedepontosixs' title='segundo' type=text value='00.00'/></div>"; | ||
190 | 190 | ||
191 | ins += "<br><p class='paragrafo'>Y: "; | 191 | ins += "<br><p class='paragrafo'>Y: "; |
192 | ins += $trad('grau',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePontos.dicionario)+"</p>"; | 192 | ins += $trad('grau',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDePontos.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDePontos.dicionario)+"</p>"; |
193 | - ins += "<div class=styled-select style='width:40px;float:left;' ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosiyg' title='grau' type=text value='1'/></div>"; | ||
194 | - ins += "<div class=styled-select style='width:40px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepontosiym' title='minuto' type=text value='00'/></div>"; | ||
195 | - ins += "<div class=styled-select style='width:60px;float:left;margin-left:10px;' ><input onclick='javascript:this.select();' id='i3GEOgradedepontosiys' title='segundo' type=text value='00.00'/></div>"; | 193 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;' ><input id='i3GEOgradedepontosiyg' title='grau' type=text value='1'/></div>"; |
194 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedepontosiym' title='minuto' type=text value='00'/></div>"; | ||
195 | + ins += "<div class='i3geoForm100 i3geoFormIconeEdita' style='float:left;margin-left:10px;' ><input id='i3GEOgradedepontosiys' title='segundo' type=text value='00.00'/></div>"; | ||
196 | 196 | ||
197 | g_tipoacao = "capturaponto"; | 197 | g_tipoacao = "capturaponto"; |
198 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t1()","i3GEOF.gradeDePontos.t3()",ins,"i3GEOF.gradeDePontos.t2","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); | 198 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t1()","i3GEOF.gradeDePontos.t3()",ins,"i3GEOF.gradeDePontos.t2","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); |
@@ -203,9 +203,9 @@ i3GEOF.gradeDePontos = { | @@ -203,9 +203,9 @@ i3GEOF.gradeDePontos = { | ||
203 | t3: function(){ | 203 | t3: function(){ |
204 | var ins = "<p class='paragrafo'><b>"+$trad('numeroPontos',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; | 204 | var ins = "<p class='paragrafo'><b>"+$trad('numeroPontos',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
205 | ins += "<p class='paragrafo'>X</p>"; | 205 | ins += "<p class='paragrafo'>X</p>"; |
206 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosnptx' title='pontos em x' type=text value='10'/></div>"; | 206 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosnptx' title='pontos em x' type=text value='10'/></div>"; |
207 | ins += "<br><p class='paragrafo'>Y"; | 207 | ins += "<br><p class='paragrafo'>Y"; |
208 | - ins += "<div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOgradedepontosnpty' title='pontos em y' type=text value='10'/></div>"; | 208 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosnpty' title='pontos em y' type=text value='10'/></div>"; |
209 | 209 | ||
210 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t2()","i3GEOF.gradeDePontos.t4()",ins,"i3GEOF.gradeDePontos.t3","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); | 210 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t2()","i3GEOF.gradeDePontos.t4()",ins,"i3GEOF.gradeDePontos.t3","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); |
211 | }, | 211 | }, |
ferramentas/graficointerativo1/index.js
@@ -765,9 +765,9 @@ i3GEOF.graficointerativo1 = | @@ -765,9 +765,9 @@ i3GEOF.graficointerativo1 = | ||
765 | var temp = retorno.dados.replace(idjanela + "i3GEOgraficointerativo1ComboXid",idjanela + "i3GEOgraficointerativo1ComboYid"); | 765 | var temp = retorno.dados.replace(idjanela + "i3GEOgraficointerativo1ComboXid",idjanela + "i3GEOgraficointerativo1ComboYid"); |
766 | 766 | ||
767 | $i(idjanela + "i3GEOgraficointerativo1ComboY").innerHTML = | 767 | $i(idjanela + "i3GEOgraficointerativo1ComboY").innerHTML = |
768 | - "<div>" + temp + " <div class=styled-select style='width:145px;float: right;' ><input title='" + $trad('digitaTituloLegenda', i3GEOF.graficointerativo1.dicionario) | 768 | + "<div>" + temp + " <div class='i3geoForm100 i3geoFormIconeEdita' style='float: right;' ><input title='" + $trad('digitaTituloLegenda', i3GEOF.graficointerativo1.dicionario) |
769 | + "' type=text id='" + idjanela | 769 | + "' type=text id='" + idjanela |
770 | - + "i3GEOgraficointerativo1ComboYidTitulo' value='' /></div>" + "<div class='styled-select' style='width:80px;float: right;' ><input id='" + idjanela | 770 | + + "i3GEOgraficointerativo1ComboYidTitulo' value='' /></div>" + "<div class='i3geoForm100 i3geoFormIconeEdita' style='float: right;' ><input id='" + idjanela |
771 | + "i3GEOgraficointerativo1ComboYidcor' title='cor' type='text' value='' /></div>" | 771 | + "i3GEOgraficointerativo1ComboYidcor' title='cor' type='text' value='' /></div>" |
772 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" | 772 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" |
773 | + i3GEO.configura.locaplic + "/imagens/aquarela.gif' onclick='i3GEOF.graficointerativo1.corj(\"" + idjanela | 773 | + i3GEO.configura.locaplic + "/imagens/aquarela.gif' onclick='i3GEOF.graficointerativo1.corj(\"" + idjanela |
@@ -776,7 +776,7 @@ i3GEOF.graficointerativo1 = | @@ -776,7 +776,7 @@ i3GEOF.graficointerativo1 = | ||
776 | //$i(idjanela + "i3GEOgraficointerativo1ComboXid").id = idjanela + "i3GEOgraficointerativo1ComboYid"; | 776 | //$i(idjanela + "i3GEOgraficointerativo1ComboXid").id = idjanela + "i3GEOgraficointerativo1ComboYid"; |
777 | //para escolher o item de X | 777 | //para escolher o item de X |
778 | $i(idjanela + "i3GEOgraficointerativo1ComboX").innerHTML = | 778 | $i(idjanela + "i3GEOgraficointerativo1ComboX").innerHTML = |
779 | - "<div class=styled-select style='width:160px;'>" + retorno.dados + " <div class=styled-select style='width:240px;float: right;' ><input title='" + $trad('digitaTituloLegenda', i3GEOF.graficointerativo1.dicionario) | 779 | + "<div class=styled-select style='width:160px;'>" + retorno.dados + " <div class='i3geoForm i3geoFormIconeEdita' style='width:240px;float: right;' ><input title='" + $trad('digitaTituloLegenda', i3GEOF.graficointerativo1.dicionario) |
780 | + "' type=text id='" + idjanela | 780 | + "' type=text id='" + idjanela |
781 | + "i3GEOgraficointerativo1ComboXidTitulo' value='' /></div></div>"; | 781 | + "i3GEOgraficointerativo1ComboXidTitulo' value='' /></div></div>"; |
782 | 782 | ||
@@ -788,8 +788,8 @@ i3GEOF.graficointerativo1 = | @@ -788,8 +788,8 @@ i3GEOF.graficointerativo1 = | ||
788 | var no = document.createElement("div"), id = "CorG" + parseInt(Math.random() * 100000, 10), novoselect; | 788 | var no = document.createElement("div"), id = "CorG" + parseInt(Math.random() * 100000, 10), novoselect; |
789 | no.innerHTML = "" | 789 | no.innerHTML = "" |
790 | + retorno.dados | 790 | + retorno.dados |
791 | - + "<div class=styled-select style='width:145px;float: right;' ><input title='" + $trad('digitaTituloLegenda', i3GEOF.graficointerativo1.dicionario) | ||
792 | - + "' type=text value='' /></div>" + " <div class=styled-select style='width:80px;float: right;' ><input id='" + id | 791 | + + "<div class='i3geoForm i3geoFormIconeEdita' style='width:145px;float: right;' ><input title='" + $trad('digitaTituloLegenda', i3GEOF.graficointerativo1.dicionario) |
792 | + + "' type=text value='' /></div>" + " <div class='i3geoForm i3geoFormIconeEdita' style='width:80px;float: right;' ><input id='" + id | ||
793 | + "' type=text value='' title='cor' /></div>" | 793 | + "' type=text value='' title='cor' /></div>" |
794 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" | 794 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" |
795 | + i3GEO.configura.locaplic | 795 | + i3GEO.configura.locaplic |
ferramentas/graficotema/index.js
@@ -144,16 +144,16 @@ i3GEOF.graficoTema = { | @@ -144,16 +144,16 @@ i3GEOF.graficoTema = { | ||
144 | ins += ' </select></div>'; | 144 | ins += ' </select></div>'; |
145 | ins += ' <br>'; | 145 | ins += ' <br>'; |
146 | ins += ' <p class="paragrafo">'+$trad('largura',i3GEOF.graficoTema.dicionario)+':</p>'; | 146 | ins += ' <p class="paragrafo">'+$trad('largura',i3GEOF.graficoTema.dicionario)+':</p>'; |
147 | - ins += ' <div class="styled-select" ><input type="text" id="i3GEOgraficotemalargura" value="50"/></div>'; | 147 | + ins += ' <div class="i3geoForm i3geoFormIconeEdita" ><input type="text" id="i3GEOgraficotemalargura" value="50"/></div>'; |
148 | ins += ' <br>'; | 148 | ins += ' <br>'; |
149 | ins += ' <p class="paragrafo">'+$trad('altura',i3GEOF.graficoTema.dicionario)+':</p>'; | 149 | ins += ' <p class="paragrafo">'+$trad('altura',i3GEOF.graficoTema.dicionario)+':</p>'; |
150 | - ins += ' <div class="styled-select" ><input type="text" id="i3GEOgraficotemaaltura" value="50"/></div>'; | 150 | + ins += ' <div class="i3geoForm i3geoFormIconeEdita" ><input type="text" id="i3GEOgraficotemaaltura" value="50"/></div>'; |
151 | ins += ' <br>'; | 151 | ins += ' <br>'; |
152 | ins += ' <p class="paragrafo">'+$trad('deslocamentoFatias',i3GEOF.graficoTema.dicionario)+':</p>'; | 152 | ins += ' <p class="paragrafo">'+$trad('deslocamentoFatias',i3GEOF.graficoTema.dicionario)+':</p>'; |
153 | - ins += ' <div class="styled-select" ><input type="text" id="i3GEOgraficotemaoffset" value="0"/></div>'; | 153 | + ins += ' <div class="i3geoForm i3geoFormIconeEdita" ><input type="text" id="i3GEOgraficotemaoffset" value="0"/></div>'; |
154 | ins += ' <br>'; | 154 | ins += ' <br>'; |
155 | ins += ' <p class="paragrafo">'+$trad('corContorno',i3GEOF.graficoTema.dicionario)+':</p>'; | 155 | ins += ' <p class="paragrafo">'+$trad('corContorno',i3GEOF.graficoTema.dicionario)+':</p>'; |
156 | - ins += ' <div class="styled-select" ><input type="text" id="i3GEOgraficotemaoutlinecolor" value="0,0,0"/></div>'; | 156 | + ins += ' <div class="i3geoForm i3geoFormIconeEdita" ><input type="text" id="i3GEOgraficotemaoutlinecolor" value="0,0,0"/></div>'; |
157 | ins += ' </div>'; | 157 | ins += ' </div>'; |
158 | ins += '</div> '; | 158 | ins += '</div> '; |
159 | return ins; | 159 | return ins; |
@@ -213,7 +213,7 @@ i3GEOF.graficoTema = { | @@ -213,7 +213,7 @@ i3GEOF.graficoTema = { | ||
213 | for (i=0;i<n; i++){ | 213 | for (i=0;i<n; i++){ |
214 | ins.push("<tr><td><input size=2 style='cursor:pointer;border:0px solid white;' name="+retorno.data.valores[i].item+" type=checkbox id=i3GEOgraficotema"+retorno.data.valores[i].item+" /></td>"); | 214 | ins.push("<tr><td><input size=2 style='cursor:pointer;border:0px solid white;' name="+retorno.data.valores[i].item+" type=checkbox id=i3GEOgraficotema"+retorno.data.valores[i].item+" /></td>"); |
215 | ins.push("<td> "+retorno.data.valores[i].item+"</td>"); | 215 | ins.push("<td> "+retorno.data.valores[i].item+"</td>"); |
216 | - ins.push("<td> <input onclick='javascript:this.select();' id=i3GEOgraficotema"+retorno.data.valores[i].item+"cor type=text size=13 value="+i3GEO.util.randomRGB()+" /></td>"); | 216 | + ins.push("<td> <input id=i3GEOgraficotema"+retorno.data.valores[i].item+"cor type=text size=13 value="+i3GEO.util.randomRGB()+" /></td>"); |
217 | ins.push("<td> <img style=cursor:pointer src='"+i3GEO.configura.locaplic+"/imagens/aquarela.gif' onclick=\"i3GEOF.graficoTema.corj('i3GEOgraficotema"+retorno.data.valores[i].item+"cor')\" /></td></tr>"); | 217 | ins.push("<td> <img style=cursor:pointer src='"+i3GEO.configura.locaplic+"/imagens/aquarela.gif' onclick=\"i3GEOF.graficoTema.corj('i3GEOgraficotema"+retorno.data.valores[i].item+"cor')\" /></td></tr>"); |
218 | } | 218 | } |
219 | ins.push("</table>"); | 219 | ins.push("</table>"); |
ferramentas/graficotema/template_mst.html
@@ -37,22 +37,22 @@ | @@ -37,22 +37,22 @@ | ||
37 | </div> | 37 | </div> |
38 | <br> | 38 | <br> |
39 | <p class='paragrafo'>{{{largura}}}:</p> | 39 | <p class='paragrafo'>{{{largura}}}:</p> |
40 | - <div class='styled-select'> | 40 | + <div class='i3geoForm i3geoFormIconeEdita'> |
41 | <input type='text' id='i3GEOgraficotemalargura' value='50' /> | 41 | <input type='text' id='i3GEOgraficotemalargura' value='50' /> |
42 | </div> | 42 | </div> |
43 | <br> | 43 | <br> |
44 | <p class='paragrafo'>{{{altura}}}:</p> | 44 | <p class='paragrafo'>{{{altura}}}:</p> |
45 | - <div class='styled-select'> | 45 | + <div class='i3geoForm i3geoFormIconeEdita'> |
46 | <input type='text' id='i3GEOgraficotemaaltura' value='50' /> | 46 | <input type='text' id='i3GEOgraficotemaaltura' value='50' /> |
47 | </div> | 47 | </div> |
48 | <br> | 48 | <br> |
49 | <p class='paragrafo'>{{{deslocamentoFatias}}}:</p> | 49 | <p class='paragrafo'>{{{deslocamentoFatias}}}:</p> |
50 | - <div class='styled-select'> | 50 | + <div class='i3geoForm i3geoFormIconeEdita'> |
51 | <input type='text' id='i3GEOgraficotemaoffset' value='0' /> | 51 | <input type='text' id='i3GEOgraficotemaoffset' value='0' /> |
52 | </div> | 52 | </div> |
53 | <br> | 53 | <br> |
54 | <p class='paragrafo'>{{{corContorno}}}:</p> | 54 | <p class='paragrafo'>{{{corContorno}}}:</p> |
55 | - <div class='styled-select'> | 55 | + <div class='i3geoForm i3geoFormIconeEdita'> |
56 | <input type='text' id='i3GEOgraficotemaoutlinecolor' value='0,0,0' /> | 56 | <input type='text' id='i3GEOgraficotemaoutlinecolor' value='0,0,0' /> |
57 | </div> | 57 | </div> |
58 | </div> | 58 | </div> |
59 | \ No newline at end of file | 59 | \ No newline at end of file |
ferramentas/heatmap/index.js
@@ -161,7 +161,7 @@ i3GEOF.heatmap = | @@ -161,7 +161,7 @@ i3GEOF.heatmap = | ||
161 | }, | 161 | }, |
162 | t2 : function() { | 162 | t2 : function() { |
163 | var ins = "<p class='paragrafo'>" + $trad('valorPonto', i3GEOF.heatmap.dicionario) + "</p>" | 163 | var ins = "<p class='paragrafo'>" + $trad('valorPonto', i3GEOF.heatmap.dicionario) + "</p>" |
164 | - + "<div class='styled-select'><input onclick='javascript:this.select();' id='i3GEOheatmapd' type='text' value='1'/></div><br>" | 164 | + + "<div class='i3geoForm i3geoFormIconeEdita'><input id='i3GEOheatmapd' type='text' value='1'/></div><br>" |
165 | + "<p class='paragrafo' >" + $trad('selecionaAtributo', i3GEOF.heatmap.dicionario) + "</p>" | 165 | + "<p class='paragrafo' >" + $trad('selecionaAtributo', i3GEOF.heatmap.dicionario) + "</p>" |
166 | + "<div class='styled-select' id='i3GEOheatmapondeItens' style='display:block' ></div> "; | 166 | + "<div class='styled-select' id='i3GEOheatmapondeItens' style='display:block' ></div> "; |
167 | 167 | ||
@@ -178,17 +178,17 @@ i3GEOF.heatmap = | @@ -178,17 +178,17 @@ i3GEOF.heatmap = | ||
178 | t3 : function() { | 178 | t3 : function() { |
179 | var ins = "<p class='paragrafo'>" + $trad('tituloNovaCamada', i3GEOF.heatmap.dicionario); | 179 | var ins = "<p class='paragrafo'>" + $trad('tituloNovaCamada', i3GEOF.heatmap.dicionario); |
180 | ins += | 180 | ins += |
181 | - "<br></p><div class='styled-select'><input onclick='javascript:this.select();' class=digitar id='i3GEOheatmapTitulo' type=text value='Mapa de calor'/></div>"; | 181 | + "<br></p><div class='i3geoForm i3geoFormIconeEdita'><input id='i3GEOheatmapTitulo' type=text value='Mapa de calor'/></div>"; |
182 | 182 | ||
183 | ins += "<br><br><p class='paragrafo' >" + $trad('valorRaio', i3GEOF.heatmap.dicionario); | 183 | ins += "<br><br><p class='paragrafo' >" + $trad('valorRaio', i3GEOF.heatmap.dicionario); |
184 | - ins += "<br></p><div class='styled-select'><input onclick='javascript:this.select();' class=digitar id='i3GEOheatmapRaio' type=text size=10 value='15'/></div>"; | 184 | + ins += "<br></p><div class='i3geoForm i3geoFormIconeEdita'><input id='i3GEOheatmapRaio' type=text size=10 value='15'/></div>"; |
185 | 185 | ||
186 | ins += "<br><br><p class='paragrafo' >" + $trad('opacidade', i3GEOF.heatmap.dicionario); | 186 | ins += "<br><br><p class='paragrafo' >" + $trad('opacidade', i3GEOF.heatmap.dicionario); |
187 | ins += | 187 | ins += |
188 | - "<br></p><div class='styled-select'><input onclick='javascript:this.select();' class=digitar id='i3GEOheatmapOpacidade' type=text size=10 value='50'/></div>"; | 188 | + "<br></p><div class='i3geoForm i3geoFormIconeEdita'><input id='i3GEOheatmapOpacidade' type=text size=10 value='50'/></div>"; |
189 | 189 | ||
190 | //ins += "<br><br><p class='paragrafo' >" + $trad('valorMaximoPonto', i3GEOF.heatmap.dicionario); | 190 | //ins += "<br><br><p class='paragrafo' >" + $trad('valorMaximoPonto', i3GEOF.heatmap.dicionario); |
191 | - //ins += "<br></p><input onclick='javascript:this.select();' class=digitar id='i3GEOheatmapMax' type=text size=10 value='10'/>"; | 191 | + //ins += "<br></p><input class=digitar id='i3GEOheatmapMax' type=text size=10 value='10'/>"; |
192 | 192 | ||
193 | i3GEO.util.proximoAnterior( | 193 | i3GEO.util.proximoAnterior( |
194 | "i3GEOF.heatmap.t2()", | 194 | "i3GEOF.heatmap.t2()", |
@@ -300,7 +300,7 @@ i3GEOF.heatmap = | @@ -300,7 +300,7 @@ i3GEOF.heatmap = | ||
300 | retorno.dados; | 300 | retorno.dados; |
301 | //+ " " | 301 | //+ " " |
302 | //+ $trad('multiplica', i3GEOF.heatmap.dicionario) | 302 | //+ $trad('multiplica', i3GEOF.heatmap.dicionario) |
303 | - //+ " <input onclick='javascript:this.select();' class=digitar id='i3GEOheatmapdfator' type=text size=10 value='1'/>"; | 303 | + //+ " <input class=digitar id='i3GEOheatmapdfator' type=text size=10 value='1'/>"; |
304 | $i("i3GEOheatmapondeItens").style.display = "block"; | 304 | $i("i3GEOheatmapondeItens").style.display = "block"; |
305 | }, | 305 | }, |
306 | "i3GEOheatmapondeItens"); | 306 | "i3GEOheatmapondeItens"); |
ferramentas/identifica/index.js
@@ -449,7 +449,7 @@ i3GEOF.identifica = { | @@ -449,7 +449,7 @@ i3GEOF.identifica = { | ||
449 | ins += ' </div>'; | 449 | ins += ' </div>'; |
450 | ins += ' <div class=guiaobj id="'+idjanela+'i3GEOidentificaguia3obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" >'; | 450 | ins += ' <div class=guiaobj id="'+idjanela+'i3GEOidentificaguia3obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" >'; |
451 | ins += $trad('resolucaoBusca',i3GEOF.identifica.dicionario)+':<br><br>'; | 451 | ins += $trad('resolucaoBusca',i3GEOF.identifica.dicionario)+':<br><br>'; |
452 | - ins += ' <div class="styled-select" ><input type="text" value="12" id="'+idjanela+'i3GEOidentificaresolucao" /></div>'; | 452 | + ins += ' <div class="i3geoForm i3geoFormIconeEdita" ><input type="text" value="12" id="'+idjanela+'i3GEOidentificaresolucao" /></div>'; |
453 | //<input onclick="javascript:this.select();" type=text class=digitar value=5 id="i3GEOidentificaresolucao" size=2 />'; | 453 | //<input onclick="javascript:this.select();" type=text class=digitar value=5 id="i3GEOidentificaresolucao" size=2 />'; |
454 | ins += ' <br><br></div>'; | 454 | ins += ' <br><br></div>'; |
455 | ins += ' <div class=guiaobj id="'+idjanela+'i3GEOidentificaguia4obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" >'; | 455 | ins += ' <div class=guiaobj id="'+idjanela+'i3GEOidentificaguia4obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" >'; |
@@ -502,9 +502,9 @@ i3GEOF.identifica = { | @@ -502,9 +502,9 @@ i3GEOF.identifica = { | ||
502 | $i("i3GEOF.movePonto_corpo").innerHTML = "" + | 502 | $i("i3GEOF.movePonto_corpo").innerHTML = "" + |
503 | $trad('cliqueNovaPosicao',i3GEOF.identifica.dicionario) + | 503 | $trad('cliqueNovaPosicao',i3GEOF.identifica.dicionario) + |
504 | "<br><br><p class=paragrafo >X: </p>" + | 504 | "<br><br><p class=paragrafo >X: </p>" + |
505 | - "<div class='styled-select' ><input type=text style=width:100px;cursor:text id=i3GEOF.movePontoX /></div>" + | 505 | + "<div class='i3geoForm100 i3geoFormIconeEdita' ><input type=text id=i3GEOF.movePontoX /></div>" + |
506 | "<br><p class=paragrafo >Y: </p>" + | 506 | "<br><p class=paragrafo >Y: </p>" + |
507 | - "<div class='styled-select' ><input type=text style=width:100px;cursor:text id=i3GEOF.movePontoY /></div>" + | 507 | + "<div class='i3geoForm100 i3geoFormIconeEdita' ><input type=text id=i3GEOF.movePontoY /></div>" + |
508 | "<input type=buttom value='"+$trad('move',i3GEOF.identifica.dicionario)+"' id=i3GEOF.moveAplica />" + | 508 | "<input type=buttom value='"+$trad('move',i3GEOF.identifica.dicionario)+"' id=i3GEOF.moveAplica />" + |
509 | "<input type=hidden value='"+tema+"' id=i3GEOF.moveAplicaTema />"; | 509 | "<input type=hidden value='"+tema+"' id=i3GEOF.moveAplicaTema />"; |
510 | 510 |
ferramentas/identifica/template_mst.html
@@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
37 | <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia2obj" style='left: 1px'></div> | 37 | <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia2obj" style='left: 1px'></div> |
38 | <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia3obj" style='left: 1px; top: 10px; display: none; font-size: 12px; overflow: hidden'> | 38 | <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia3obj" style='left: 1px; top: 10px; display: none; font-size: 12px; overflow: hidden'> |
39 | {{{resolucaoBusca}}}:<br> <br> | 39 | {{{resolucaoBusca}}}:<br> <br> |
40 | - <div class='styled-select'> | 40 | + <div class='i3geoForm i3geoFormIconeEdita'> |
41 | <input type='text' value='5' id="'+idjanela+'i3GEOidentificaresolucao" /> | 41 | <input type='text' value='5' id="'+idjanela+'i3GEOidentificaresolucao" /> |
42 | </div> | 42 | </div> |
43 | <br> <br> | 43 | <br> <br> |
ferramentas/importarwmc/index.js
@@ -106,7 +106,7 @@ i3GEOF.importarwmc = { | @@ -106,7 +106,7 @@ i3GEOF.importarwmc = { | ||
106 | html:function(){ | 106 | html:function(){ |
107 | var ins = '<form id=i3GEOimportarwmcf target="i3GEOimportarwmciframe" action="'+i3GEO.configura.locaplic+'/ferramentas/importarwmc/upload.php" method="post" ENCTYPE="multipart/form-data">' + | 107 | var ins = '<form id=i3GEOimportarwmcf target="i3GEOimportarwmciframe" action="'+i3GEO.configura.locaplic+'/ferramentas/importarwmc/upload.php" method="post" ENCTYPE="multipart/form-data">' + |
108 | '<p class="paragrafo" >'+$trad('arquivo',i3GEOF.importarwmc.dicionario)+': <br><input type="file" size=18 name="i3GEOimportarwmc" style="top:0px;left:0px;cursor:pointer;"></p>' + | 108 | '<p class="paragrafo" >'+$trad('arquivo',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: </p><div class=styled-select ><input type="text" name="i3GEOimportarwmcurl" /></div>' + | 109 | + '<p class="paragrafo" >Ou URL: </p><div class="i3geoForm i3geoFormIconeEdita" ><input type="text" name="i3GEOimportarwmcurl" /></div>' + |
110 | '<br><p class="paragrafo" ><input id=i3GEOimportarwmcbotao1 type="button" value="'+$trad('importar',i3GEOF.importarwmc.dicionario)+'" size=12 name="submit">' + | 110 | '<br><p class="paragrafo" ><input id=i3GEOimportarwmcbotao1 type="button" value="'+$trad('importar',i3GEOF.importarwmc.dicionario)+'" size=12 name="submit">' + |
111 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + | 111 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + |
112 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000">' + | 112 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000">' + |
ferramentas/importarwmc/template_mst.html
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <input type='file' size='18' name='i3GEOimportarwmc' style='top: 0px; left: 0px; cursor: pointer;'> | 4 | <input type='file' size='18' name='i3GEOimportarwmc' style='top: 0px; left: 0px; cursor: pointer;'> |
5 | </p> | 5 | </p> |
6 | <p class='paragrafo'>Ou URL:</p> | 6 | <p class='paragrafo'>Ou URL:</p> |
7 | - <div class='styled-select'> | 7 | + <div class='i3geoForm i3geoFormIconeEdita'> |
8 | <input type='text' name='i3GEOimportarwmcurl' /> | 8 | <input type='text' name='i3GEOimportarwmcurl' /> |
9 | </div> | 9 | </div> |
10 | <br> | 10 | <br> |
ferramentas/inseregrafico/index.js
@@ -128,15 +128,15 @@ i3GEOF.insereGrafico = { | @@ -128,15 +128,15 @@ i3GEOF.insereGrafico = { | ||
128 | ins += ' </div>'; | 128 | ins += ' </div>'; |
129 | ins += ' <div class=guiaobj id="i3GEOinseregraficoguia2obj" style="left:1px;display:none;">'; | 129 | ins += ' <div class=guiaobj id="i3GEOinseregraficoguia2obj" style="left:1px;display:none;">'; |
130 | ins += ' <p class=paragrafo >Tamanho do círculo:</p>'; | 130 | ins += ' <p class=paragrafo >Tamanho do círculo:</p>'; |
131 | - ins += ' <div class=styled-select >'; | 131 | + ins += ' <div class="i3geoForm i3geoFormIconeEdita" >'; |
132 | ins += ' <input type=text value=50 id=i3GEOinseregraficow />'; | 132 | ins += ' <input type=text value=50 id=i3GEOinseregraficow />'; |
133 | ins += ' </div>'; | 133 | ins += ' </div>'; |
134 | ins += ' <br><p class=paragrafo >'+$trad('inclinacaoCirculo',i3GEOF.insereGrafico.dicionario)+':</p>'; | 134 | ins += ' <br><p class=paragrafo >'+$trad('inclinacaoCirculo',i3GEOF.insereGrafico.dicionario)+':</p>'; |
135 | - ins += ' <div class=styled-select >'; | 135 | + ins += ' <div class="i3geoForm i3geoFormIconeEdita" >'; |
136 | ins += ' <input type=text value=1.5 id=i3GEOinseregraficoinclinacao />'; | 136 | ins += ' <input type=text value=1.5 id=i3GEOinseregraficoinclinacao />'; |
137 | ins += ' </div>'; | 137 | ins += ' </div>'; |
138 | ins += ' <br><p class=paragrafo >'+$trad('tamanhoSombra',i3GEOF.insereGrafico.dicionario)+':</p>'; | 138 | ins += ' <br><p class=paragrafo >'+$trad('tamanhoSombra',i3GEOF.insereGrafico.dicionario)+':</p>'; |
139 | - ins += ' <div class=styled-select >'; | 139 | + ins += ' <div class="i3geoForm i3geoFormIconeEdita" >'; |
140 | ins += ' <input type=text value=5 id=i3GEOinseregraficosombra />'; | 140 | ins += ' <input type=text value=5 id=i3GEOinseregraficosombra />'; |
141 | ins += ' </div>'; | 141 | ins += ' </div>'; |
142 | ins += ' </div>'; | 142 | ins += ' </div>'; |
@@ -298,7 +298,7 @@ i3GEOF.insereGrafico = { | @@ -298,7 +298,7 @@ i3GEOF.insereGrafico = { | ||
298 | for (i=0;i<n; i++){ | 298 | for (i=0;i<n; i++){ |
299 | ins.push("<tr><td><input size=2 style='cursor:pointer' name="+retorno.data.valores[i].item+" type=checkbox id=i3GEOinseregrafico"+retorno.data.valores[i].item+" /></td>"); | 299 | ins.push("<tr><td><input size=2 style='cursor:pointer' name="+retorno.data.valores[i].item+" type=checkbox id=i3GEOinseregrafico"+retorno.data.valores[i].item+" /></td>"); |
300 | ins.push("<td> "+retorno.data.valores[i].item+"</td>"); | 300 | ins.push("<td> "+retorno.data.valores[i].item+"</td>"); |
301 | - ins.push("<td> <input onclick='javascript:this.select();' id=i3GEOinseregrafico"+retorno.data.valores[i].item+"cor type=text size=13 value="+i3GEO.util.randomRGB()+" /></td>"); | 301 | + ins.push("<td> <input id=i3GEOinseregrafico"+retorno.data.valores[i].item+"cor type=text size=13 value="+i3GEO.util.randomRGB()+" /></td>"); |
302 | ins.push("<td> <img style=cursor:pointer src='"+i3GEO.configura.locaplic+"/imagens/aquarela.gif' onclick=\"i3GEOF.insereGrafico.corj('i3GEOinseregrafico"+retorno.data.valores[i].item+"cor')\" /></td></tr>"); | 302 | ins.push("<td> <img style=cursor:pointer src='"+i3GEO.configura.locaplic+"/imagens/aquarela.gif' onclick=\"i3GEOF.insereGrafico.corj('i3GEOinseregrafico"+retorno.data.valores[i].item+"cor')\" /></td></tr>"); |
303 | } | 303 | } |
304 | ins.push("</table>"); | 304 | ins.push("</table>"); |
ferramentas/inseregrafico/template_mst.html
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <input type='file' size='18' name='i3GEOimportarwmc' style='top: 0px; left: 0px; cursor: pointer;'> | 4 | <input type='file' size='18' name='i3GEOimportarwmc' style='top: 0px; left: 0px; cursor: pointer;'> |
5 | </p> | 5 | </p> |
6 | <p class='paragrafo'>Ou URL:</p> | 6 | <p class='paragrafo'>Ou URL:</p> |
7 | - <div class='styled-select'> | 7 | + <div class='i3geoForm i3geoFormIconeEdita'> |
8 | <input type='text' name='i3GEOimportarwmcurl' /> | 8 | <input type='text' name='i3GEOimportarwmcurl' /> |
9 | </div> | 9 | </div> |
10 | <br> | 10 | <br> |
ferramentas/inseretxt/index.js
@@ -181,7 +181,7 @@ i3GEOF.inseretxt = { | @@ -181,7 +181,7 @@ i3GEOF.inseretxt = { | ||
181 | '</div><br>' + | 181 | '</div><br>' + |
182 | ' <div class=guiaobj id="i3GEOinseretxtguia1obj" style="left:1px;display:none;">' + | 182 | ' <div class=guiaobj id="i3GEOinseretxtguia1obj" style="left:1px;display:none;">' + |
183 | ' <p class="paragrafo" >'+$trad('insereTexto',i3GEOF.inseretxt.dicionario)+':</p>' + | 183 | ' <p class="paragrafo" >'+$trad('insereTexto',i3GEOF.inseretxt.dicionario)+':</p>' + |
184 | - ' <div class="styled-select" >' + | 184 | + ' <div class="i3geoForm i3geoFormIconeEdita" >' + |
185 | ' <input type="text" id="i3GEOinseretxttexto" value="" />' + | 185 | ' <input type="text" id="i3GEOinseretxttexto" value="" />' + |
186 | ' </div>' + | 186 | ' </div>' + |
187 | ' <br><p class="paragrafo" >' + | 187 | ' <br><p class="paragrafo" >' + |
ferramentas/inseretxt/template_mst.html
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | <br> | 24 | <br> |
25 | <div class='guiaobj' id='i3GEOinseretxtguia1obj' style='left: 1px; display: none;'> | 25 | <div class='guiaobj' id='i3GEOinseretxtguia1obj' style='left: 1px; display: none;'> |
26 | <p class='paragrafo'>{{{insereTexto}}}:</p> | 26 | <p class='paragrafo'>{{{insereTexto}}}:</p> |
27 | - <div class='styled-select'> | 27 | + <div class='i3geoForm i3geoFormIconeEdita'> |
28 | <input type='text' id='i3GEOinseretxttexto' value='' /> | 28 | <input type='text' id='i3GEOinseretxttexto' value='' /> |
29 | </div> | 29 | </div> |
30 | <br> | 30 | <br> |
ferramentas/inserexy2/template_mst.html
@@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
65 | <div class='styled-select' id='i3GEOinserexyshapefileitem'></div> | 65 | <div class='styled-select' id='i3GEOinserexyshapefileitem'></div> |
66 | <br> | 66 | <br> |
67 | <p class='paragrafo'>Valor:</p> | 67 | <p class='paragrafo'>Valor:</p> |
68 | - <div class='styled-select'> | 68 | + <div class='i3geoForm i3geoFormIconeEdita'> |
69 | <input type='text' value='' id='i3GEOinserexyvalorItem' /> | 69 | <input type='text' value='' id='i3GEOinserexyvalorItem' /> |
70 | </div> | 70 | </div> |
71 | <br> | 71 | <br> |
@@ -79,19 +79,19 @@ | @@ -79,19 +79,19 @@ | ||
79 | 79 | ||
80 | <div class='guiaobj' id='i3GEOinserexyguia2obj' style='left: 1px; display: none;'> | 80 | <div class='guiaobj' id='i3GEOinserexyguia2obj' style='left: 1px; display: none;'> |
81 | <p class='paragrafo'>{{{direcao}}}:</p> | 81 | <p class='paragrafo'>{{{direcao}}}:</p> |
82 | - <div class='styled-select' style='width: 40px; float: left;'> | ||
83 | - <input onclick='javascript:this.select();' class='digitar' id='i3GEOinserexyxgdd' title='grau' type='text' value='00' /> | 82 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
83 | + <input class='digitar' id='i3GEOinserexyxgdd' title='grau' type='text' value='00' /> | ||
84 | </div> | 84 | </div> |
85 | - <div class='styled-select' style='width: 40px; float: left; margin-left: 10px; margin-right: 10px;'> | ||
86 | - <input onclick='javascript:this.select();' id='i3GEOinserexyxmdd' title='minuto' type='text' value='00' /> | 85 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left; margin-left: 10px; margin-right: 10px;'> |
86 | + <input id='i3GEOinserexyxmdd' title='minuto' type='text' value='00' /> | ||
87 | </div> | 87 | </div> |
88 | - <div class='styled-select' style='width: 60px; margin-left: 10px;'> | ||
89 | - <input onclick='javascript:this.select();' id='i3GEOinserexyxsdd' title='segundo' type='text' value='00.00' /> | 88 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 10px;'> |
89 | + <input id='i3GEOinserexyxsdd' title='segundo' type='text' value='00.00' /> | ||
90 | </div> | 90 | </div> |
91 | <br> <br> | 91 | <br> <br> |
92 | <p class='paragrafo'>{{{distancia}}}:</p> | 92 | <p class='paragrafo'>{{{distancia}}}:</p> |
93 | - <div class='styled-select'> | ||
94 | - <input onclick='javascript:this.select();' id='i3GEOinserexydistdd' title='km' type='text' value='0.0' /> | 93 | + <div class='i3geoForm i3geoFormIconeEdita'> |
94 | + <input id='i3GEOinserexydistdd' title='km' type='text' value='0.0' /> | ||
95 | </div> | 95 | </div> |
96 | <div id='opcdd' style='top: 15px; left: 0px'> | 96 | <div id='opcdd' style='top: 15px; left: 0px'> |
97 | <p class='paragrafo'> | 97 | <p class='paragrafo'> |
@@ -118,36 +118,36 @@ | @@ -118,36 +118,36 @@ | ||
118 | </div> | 118 | </div> |
119 | <div id='i3GEOinserexydigmascara' style='left: 0px'> | 119 | <div id='i3GEOinserexydigmascara' style='left: 0px'> |
120 | <p class='paragrafo'>X:</p> | 120 | <p class='paragrafo'>X:</p> |
121 | - <div class='styled-select' style='width: 40px; float: left;'> | ||
122 | - <input onclick='javascript:this.select();' class='digitar' id='i3GEOinserexyxg' title='grau' type='text' value='00' /> | 121 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
122 | + <input id='i3GEOinserexyxg' title='grau' type='text' value='00' /> | ||
123 | </div> | 123 | </div> |
124 | - <div class='styled-select' style='width: 40px; float: left; margin-left: 10px; margin-right: 10px;'> | ||
125 | - <input onclick='javascript:this.select();' id='i3GEOinserexyxm' title='minuto' type='text' value='00' /> | 124 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left; margin-left: 10px; margin-right: 10px;'> |
125 | + <input id='i3GEOinserexyxm' title='minuto' type='text' value='00' /> | ||
126 | </div> | 126 | </div> |
127 | - <div class='styled-select' style='width: 60px; margin-left: 10px;'> | ||
128 | - <input onclick='javascript:this.select();' id='i3GEOinserexyxs' title='segundo' type='text' value='00.00' /> | 127 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 10px;'> |
128 | + <input id='i3GEOinserexyxs' title='segundo' type='text' value='00.00' /> | ||
129 | </div> | 129 | </div> |
130 | <br> | 130 | <br> |
131 | <p class='paragrafo'>Y:</p> | 131 | <p class='paragrafo'>Y:</p> |
132 | - <div class='styled-select' style='width: 40px; float: left;'> | ||
133 | - <input onclick='javascript:this.select();' class='digitar' id='i3GEOinserexyyg' title='grau' type='text' value='00' /> | 132 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
133 | + <input id='i3GEOinserexyyg' title='grau' type='text' value='00' /> | ||
134 | </div> | 134 | </div> |
135 | - <div class='styled-select' style='width: 40px; float: left; margin-left: 10px; margin-right: 10px;'> | ||
136 | - <input onclick='javascript:this.select();' id='i3GEOinserexyym' title='minuto' type='text' value='00' /> | 135 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left; margin-left: 10px; margin-right: 10px;'> |
136 | + <input id='i3GEOinserexyym' title='minuto' type='text' value='00' /> | ||
137 | </div> | 137 | </div> |
138 | - <div class='styled-select' style='width: 60px; margin-left: 10px;'> | ||
139 | - <input onclick='javascript:this.select();' id='i3GEOinserexyys' title='segundo' type='text' value='00.00' /> | 138 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 10px;'> |
139 | + <input id='i3GEOinserexyys' title='segundo' type='text' value='00.00' /> | ||
140 | </div> | 140 | </div> |
141 | </div> | 141 | </div> |
142 | <div id='i3GEOinserexydigcampo' style='display: none; left: 0px'> | 142 | <div id='i3GEOinserexydigcampo' style='display: none; left: 0px'> |
143 | <p class='paragrafo'>X:</p> | 143 | <p class='paragrafo'>X:</p> |
144 | - <div class='styled-select' style='width: 60px; margin-left: 10px;'> | ||
145 | - <input onclick='javascript:this.select();' id='i3GEOinserexylongitude' title='dms' type='text' value='' /> | 144 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 10px;'> |
145 | + <input id='i3GEOinserexylongitude' title='dms' type='text' value='' /> | ||
146 | </div> | 146 | </div> |
147 | <br> | 147 | <br> |
148 | <p class='paragrafo'>Y:</p> | 148 | <p class='paragrafo'>Y:</p> |
149 | - <div class='styled-select' style='width: 60px; margin-left: 10px;'> | ||
150 | - <input onclick='javascript:this.select();' id='i3GEOinserexylatitude' title='dms' type='text' value='' /> | 149 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 10px;'> |
150 | + <input id='i3GEOinserexylatitude' title='dms' type='text' value='' /> | ||
151 | </div> | 151 | </div> |
152 | </div> | 152 | </div> |
153 | <br> | 153 | <br> |
@@ -164,8 +164,8 @@ | @@ -164,8 +164,8 @@ | ||
164 | <div class='guiaobj' id='i3GEOinserexyguia4obj' style='left: 1px; display: none;'> | 164 | <div class='guiaobj' id='i3GEOinserexyguia4obj' style='left: 1px; display: none;'> |
165 | <br> | 165 | <br> |
166 | <p class='paragrafo'>{{{insereListaCoords}}}:</p> | 166 | <p class='paragrafo'>{{{insereListaCoords}}}:</p> |
167 | - <div class='styled-select'> | ||
168 | - <input onclick='javascript:this.select();' id='i3GEOinserexycolar' title='pares de xy' type='text' value='' /> | 167 | + <div class='i3geoForm i3geoFormIconeEdita'> |
168 | + <input id='i3GEOinserexycolar' title='pares de xy' type='text' value='' /> | ||
169 | </div> | 169 | </div> |
170 | <br> <br> | 170 | <br> <br> |
171 | <p class='paragrafo'> | 171 | <p class='paragrafo'> |
ferramentas/legenda/index.js
@@ -1674,7 +1674,7 @@ i3GEOF.legenda = | @@ -1674,7 +1674,7 @@ i3GEOF.legenda = | ||
1674 | linha = linha.split("#"); | 1674 | linha = linha.split("#"); |
1675 | tipoLayer = linha[0]; | 1675 | tipoLayer = linha[0]; |
1676 | d = | 1676 | d = |
1677 | - "<table class=lista6 ><tr><td style='text-align:left;'>Cor do contorno:</td><td>" + "<div class=styled-select >" | 1677 | + "<table class=lista6 ><tr><td style='text-align:left;'>Cor do contorno:</td><td>" + "<div class='i3geoForm i3geoFormIconeEdita' >" |
1678 | + "<input type=text value='" | 1678 | + "<input type=text value='" |
1679 | + linha[2] | 1679 | + linha[2] |
1680 | + "' id='i3GEOlegendaoutlinecolor' />" | 1680 | + "' id='i3GEOlegendaoutlinecolor' />" |
@@ -1685,7 +1685,7 @@ i3GEOF.legenda = | @@ -1685,7 +1685,7 @@ i3GEOF.legenda = | ||
1685 | + "<tr><td style='text-align:left;'>" | 1685 | + "<tr><td style='text-align:left;'>" |
1686 | + $trad('corFundo', i3GEOF.legenda.dicionario) | 1686 | + $trad('corFundo', i3GEOF.legenda.dicionario) |
1687 | + ":</td><td>" | 1687 | + ":</td><td>" |
1688 | - + "<div class=styled-select >" | 1688 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" |
1689 | + "<input type=text value='" | 1689 | + "<input type=text value='" |
1690 | + linha[3] | 1690 | + linha[3] |
1691 | + "' id='i3GEOlegendabackgroundcolor' />" | 1691 | + "' id='i3GEOlegendabackgroundcolor' />" |
@@ -1696,7 +1696,7 @@ i3GEOF.legenda = | @@ -1696,7 +1696,7 @@ i3GEOF.legenda = | ||
1696 | + "<tr><td style='text-align:left;'>" | 1696 | + "<tr><td style='text-align:left;'>" |
1697 | + $trad('corFrente', i3GEOF.legenda.dicionario) | 1697 | + $trad('corFrente', i3GEOF.legenda.dicionario) |
1698 | + ":</td><td>" | 1698 | + ":</td><td>" |
1699 | - + "<div class=styled-select >" | 1699 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" |
1700 | + "<input type=text value='" | 1700 | + "<input type=text value='" |
1701 | + linha[4] | 1701 | + linha[4] |
1702 | + "' id='i3GEOlegendacolor' />" | 1702 | + "' id='i3GEOlegendacolor' />" |
@@ -1707,7 +1707,7 @@ i3GEOF.legenda = | @@ -1707,7 +1707,7 @@ i3GEOF.legenda = | ||
1707 | + "<tr><td style='text-align:left;'>" | 1707 | + "<tr><td style='text-align:left;'>" |
1708 | + $trad('tamanhoEspacamento', i3GEOF.legenda.dicionario) | 1708 | + $trad('tamanhoEspacamento', i3GEOF.legenda.dicionario) |
1709 | + ":</td><td>" | 1709 | + ":</td><td>" |
1710 | - + "<div class=styled-select >" | 1710 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" |
1711 | + "<input type=text value='" | 1711 | + "<input type=text value='" |
1712 | + linha[6] | 1712 | + linha[6] |
1713 | + "' id='i3GEOlegendasizes' />" | 1713 | + "' id='i3GEOlegendasizes' />" |
@@ -1716,7 +1716,7 @@ i3GEOF.legenda = | @@ -1716,7 +1716,7 @@ i3GEOF.legenda = | ||
1716 | + "<tr><td style='text-align:left;'>" | 1716 | + "<tr><td style='text-align:left;'>" |
1717 | + $trad('espessura', i3GEOF.legenda.dicionario) | 1717 | + $trad('espessura', i3GEOF.legenda.dicionario) |
1718 | + ":</td><td>" | 1718 | + ":</td><td>" |
1719 | - + "<div class=styled-select >" | 1719 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" |
1720 | + "<input type=text value='" | 1720 | + "<input type=text value='" |
1721 | + linha[8] | 1721 | + linha[8] |
1722 | + "' id='i3GEOlegendawidth' />" | 1722 | + "' id='i3GEOlegendawidth' />" |
@@ -1725,7 +1725,7 @@ i3GEOF.legenda = | @@ -1725,7 +1725,7 @@ i3GEOF.legenda = | ||
1725 | + "<tr><td style='text-align:left;'>" | 1725 | + "<tr><td style='text-align:left;'>" |
1726 | + $trad('padraoRepeticao', i3GEOF.legenda.dicionario) | 1726 | + $trad('padraoRepeticao', i3GEOF.legenda.dicionario) |
1727 | + ":</td><td>" | 1727 | + ":</td><td>" |
1728 | - + "<div class=styled-select >" | 1728 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" |
1729 | + "<input type=text value='" | 1729 | + "<input type=text value='" |
1730 | + linha[9] | 1730 | + linha[9] |
1731 | + "' id='i3GEOlegendapattern' />" | 1731 | + "' id='i3GEOlegendapattern' />" |
@@ -1734,7 +1734,7 @@ i3GEOF.legenda = | @@ -1734,7 +1734,7 @@ i3GEOF.legenda = | ||
1734 | + "<tr><td style='text-align:left;'>" | 1734 | + "<tr><td style='text-align:left;'>" |
1735 | + $trad('opacidade', i3GEOF.legenda.dicionario) | 1735 | + $trad('opacidade', i3GEOF.legenda.dicionario) |
1736 | + ":</td><td>" | 1736 | + ":</td><td>" |
1737 | - + "<div class=styled-select >" | 1737 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" |
1738 | + "<input type=text value='" | 1738 | + "<input type=text value='" |
1739 | + linha[7] | 1739 | + linha[7] |
1740 | + "' id='i3GEOlegendaopacidade' />" | 1740 | + "' id='i3GEOlegendaopacidade' />" |
@@ -1743,7 +1743,7 @@ i3GEOF.legenda = | @@ -1743,7 +1743,7 @@ i3GEOF.legenda = | ||
1743 | + "<tr><td style='text-align:left;'>" | 1743 | + "<tr><td style='text-align:left;'>" |
1744 | + $trad('angulo', i3GEOF.legenda.dicionario) | 1744 | + $trad('angulo', i3GEOF.legenda.dicionario) |
1745 | + ":</td><td>" | 1745 | + ":</td><td>" |
1746 | - + "<div class=styled-select >" | 1746 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" |
1747 | + "<input type=text value='" | 1747 | + "<input type=text value='" |
1748 | + linha[10] | 1748 | + linha[10] |
1749 | + "' id='i3GEOlegendaangulo' />" | 1749 | + "' id='i3GEOlegendaangulo' />" |
@@ -1752,7 +1752,7 @@ i3GEOF.legenda = | @@ -1752,7 +1752,7 @@ i3GEOF.legenda = | ||
1752 | + "<tr><td style='text-align:left;'>" | 1752 | + "<tr><td style='text-align:left;'>" |
1753 | + $trad('simbolo', i3GEOF.legenda.dicionario) | 1753 | + $trad('simbolo', i3GEOF.legenda.dicionario) |
1754 | + ":</td><td>" | 1754 | + ":</td><td>" |
1755 | - + "<div class=styled-select >" | 1755 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" |
1756 | + "<input type=text value='" | 1756 | + "<input type=text value='" |
1757 | + linha[5] | 1757 | + linha[5] |
1758 | + "' id='i3GEOlegendasymbolname' />" | 1758 | + "' id='i3GEOlegendasymbolname' />" |
ferramentas/legenda/template_mst.html
@@ -72,7 +72,7 @@ | @@ -72,7 +72,7 @@ | ||
72 | <tr> | 72 | <tr> |
73 | <td>{{{de}}}:</td> | 73 | <td>{{{de}}}:</td> |
74 | <td> | 74 | <td> |
75 | - <div class='styled-select' style='width: 120px'> | 75 | + <div class='i3geoForm100 i3geoFormIconeEdita' > |
76 | <input type='text' id='i3GEOlegendaacori' value='0,0,0' /> | 76 | <input type='text' id='i3GEOlegendaacori' value='0,0,0' /> |
77 | </div> | 77 | </div> |
78 | </td> | 78 | </td> |
@@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
81 | </td> | 81 | </td> |
82 | <td>{{{ate}}}:</td> | 82 | <td>{{{ate}}}:</td> |
83 | <td> | 83 | <td> |
84 | - <div class='styled-select' style='width: 120px'> | 84 | + <div class='i3geoForm100 i3geoFormIconeEdita' > |
85 | <input type='text' id='i3GEOlegendaacorf' value='255,255,255' /> | 85 | <input type='text' id='i3GEOlegendaacorf' value='255,255,255' /> |
86 | </div> | 86 | </div> |
87 | </td> | 87 | </td> |
@@ -161,7 +161,7 @@ | @@ -161,7 +161,7 @@ | ||
161 | <hr> | 161 | <hr> |
162 | <p class='paragrafo'>{{{criaClassesItemNumerico}}}</p> | 162 | <p class='paragrafo'>{{{criaClassesItemNumerico}}}</p> |
163 | <p class='paragrafo'>{{{numeroClasses}}}:</p> | 163 | <p class='paragrafo'>{{{numeroClasses}}}:</p> |
164 | - <div class='styled-select'> | 164 | + <div class='i3geoForm i3geoFormIconeEdita'> |
165 | <input type='text' id='i3GEOlegendanclasses' value='5' /> | 165 | <input type='text' id='i3GEOlegendanclasses' value='5' /> |
166 | </div> | 166 | </div> |
167 | <br> | 167 | <br> |
ferramentas/markercluster/index.js
@@ -208,19 +208,19 @@ i3GEOF.markercluster = { | @@ -208,19 +208,19 @@ i3GEOF.markercluster = { | ||
208 | + $trad( | 208 | + $trad( |
209 | 'tituloNovaCamada', | 209 | 'tituloNovaCamada', |
210 | i3GEOF.markercluster.dicionario); | 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 agrupamento'/></div>"; | 211 | + ins += "<br></p><div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOmarkerclusterTitulo' type=text value='Mapa de agrupamento'/></div>"; |
212 | 212 | ||
213 | ins += "<br><p class='paragrafo' >" | 213 | ins += "<br><p class='paragrafo' >" |
214 | + $trad( | 214 | + $trad( |
215 | 'raio', | 215 | 'raio', |
216 | i3GEOF.markercluster.dicionario); | 216 | i3GEOF.markercluster.dicionario); |
217 | - ins += "</p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterRaio' type=text value='50'/></div>"; | 217 | + ins += "</p><div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOmarkerclusterRaio' type=text value='50'/></div>"; |
218 | 218 | ||
219 | ins += "<br><p class='paragrafo' >" | 219 | ins += "<br><p class='paragrafo' >" |
220 | + $trad( | 220 | + $trad( |
221 | 'opacidade', | 221 | 'opacidade', |
222 | i3GEOF.markercluster.dicionario); | 222 | i3GEOF.markercluster.dicionario); |
223 | - ins += "</p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterOpacidade' type=text value='50'/></div>"; | 223 | + ins += "</p><div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOmarkerclusterOpacidade' type=text value='50'/></div>"; |
224 | 224 | ||
225 | i3GEO.util.proximoAnterior( | 225 | i3GEO.util.proximoAnterior( |
226 | "i3GEOF.markercluster.t1()", | 226 | "i3GEOF.markercluster.t1()", |
ferramentas/mostraexten/template_mst.html
1 | <div style='padding: 5px'> | 1 | <div style='padding: 5px'> |
2 | <p class='paragrafo'>{{{ajuda}}}:</p> | 2 | <p class='paragrafo'>{{{ajuda}}}:</p> |
3 | - <textarea id='i3GEOmostraExtenatual' rows='3' cols='50' onclick='javascript:this.select();'></textarea> | 3 | + <textarea id='i3GEOmostraExtenatual' rows='3' cols='50' ></textarea> |
4 | <p class='paragrafo'>{{{digitaCoord}}}:</p> | 4 | <p class='paragrafo'>{{{digitaCoord}}}:</p> |
5 | <table class='lista3' style='width: 350px;'> | 5 | <table class='lista3' style='width: 350px;'> |
6 | <tr> | 6 | <tr> |
7 | <td>{{{longW}}}:</td> | 7 | <td>{{{longW}}}:</td> |
8 | <td> | 8 | <td> |
9 | - <div class='styled-select' style='width: 40px; float: left;'> | 9 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
10 | <input type='text' id='i3GEOmostraExtenxg' value='-00' /> | 10 | <input type='text' id='i3GEOmostraExtenxg' value='-00' /> |
11 | </div> | 11 | </div> |
12 | - <div class='styled-select' style='width: 40px; float: left; margin-left: 5px; margin-right: 5px;'> | 12 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left; margin-left: 5px; margin-right: 5px;'> |
13 | <input type='text' id='i3GEOmostraExtenxm' value='00' /> | 13 | <input type='text' id='i3GEOmostraExtenxm' value='00' /> |
14 | </div> | 14 | </div> |
15 | - <div class='styled-select' style='width: 50px; margin-left: 5px;'> | 15 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> |
16 | <input type='text' id='i3GEOmostraExtenxs' value='0.0' /> | 16 | <input type='text' id='i3GEOmostraExtenxs' value='0.0' /> |
17 | </div> | 17 | </div> |
18 | </td> | 18 | </td> |
@@ -20,13 +20,13 @@ | @@ -20,13 +20,13 @@ | ||
20 | <tr> | 20 | <tr> |
21 | <td>{{{latS}}}:</td> | 21 | <td>{{{latS}}}:</td> |
22 | <td> | 22 | <td> |
23 | - <div class='styled-select' style='width: 40px; float: left;'> | 23 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
24 | <input type='text' id='i3GEOmostraExtenyg' value='-00' /> | 24 | <input type='text' id='i3GEOmostraExtenyg' value='-00' /> |
25 | </div> | 25 | </div> |
26 | - <div class='styled-select' style='width: 40px; float: left; margin-left: 5px; margin-right: 5px;'> | 26 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left; margin-left: 5px; margin-right: 5px;'> |
27 | <input type='text' id='i3GEOmostraExtenym' value='00' /> | 27 | <input type='text' id='i3GEOmostraExtenym' value='00' /> |
28 | </div> | 28 | </div> |
29 | - <div class='styled-select' style='width: 50px; margin-left: 5px;'> | 29 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> |
30 | <input type='text' id='i3GEOmostraExtenys' value='0.0' /> | 30 | <input type='text' id='i3GEOmostraExtenys' value='0.0' /> |
31 | </div> | 31 | </div> |
32 | </td> | 32 | </td> |
@@ -34,13 +34,13 @@ | @@ -34,13 +34,13 @@ | ||
34 | <tr> | 34 | <tr> |
35 | <td>{{{longE}}}:</td> | 35 | <td>{{{longE}}}:</td> |
36 | <td> | 36 | <td> |
37 | - <div class='styled-select' style='width: 40px; float: left;'> | 37 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
38 | <input type='text' id='i3GEOmostraExtenxxg' value='-00' /> | 38 | <input type='text' id='i3GEOmostraExtenxxg' value='-00' /> |
39 | </div> | 39 | </div> |
40 | - <div class='styled-select' style='width: 40px; float: left; margin-left: 5px; margin-right: 5px;'> | 40 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left; margin-left: 5px; margin-right: 5px;'> |
41 | <input type='text' id='i3GEOmostraExtenxxm' value='00' /> | 41 | <input type='text' id='i3GEOmostraExtenxxm' value='00' /> |
42 | </div> | 42 | </div> |
43 | - <div class='styled-select' style='width: 50px; margin-left: 5px;'> | 43 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> |
44 | <input type='text' id='i3GEOmostraExtenxxs' value='0.0' /> | 44 | <input type='text' id='i3GEOmostraExtenxxs' value='0.0' /> |
45 | </div> | 45 | </div> |
46 | </td> | 46 | </td> |
@@ -48,13 +48,13 @@ | @@ -48,13 +48,13 @@ | ||
48 | <tr> | 48 | <tr> |
49 | <td>{{{latN}}}:</td> | 49 | <td>{{{latN}}}:</td> |
50 | <td> | 50 | <td> |
51 | - <div class='styled-select' style='width: 40px; float: left;'> | 51 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
52 | <input type='text' id='i3GEOmostraExtenyyg' value='-00' /> | 52 | <input type='text' id='i3GEOmostraExtenyyg' value='-00' /> |
53 | </div> | 53 | </div> |
54 | - <div class='styled-select' style='width: 40px; float: left; margin-left: 5px; margin-right: 5px;'> | 54 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left; margin-left: 5px; margin-right: 5px;'> |
55 | <input type='text' id='i3GEOmostraExtenyym' value='00' /> | 55 | <input type='text' id='i3GEOmostraExtenyym' value='00' /> |
56 | </div> | 56 | </div> |
57 | - <div class='styled-select' style='width: 50px; margin-left: 5px;'> | 57 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> |
58 | <input type='text' id='i3GEOmostraExtenyys' value='0.0' /> | 58 | <input type='text' id='i3GEOmostraExtenyys' value='0.0' /> |
59 | </div> | 59 | </div> |
60 | </td> | 60 | </td> |
ferramentas/opcoes_autoredesenha/template_mst.html
1 | <div style='padding-left: 5px;'> | 1 | <div style='padding-left: 5px;'> |
2 | <p class='paragrafo'>{{{ajuda}}}:</p> | 2 | <p class='paragrafo'>{{{ajuda}}}:</p> |
3 | - <div class='styled-select'> | 3 | + <div class='i3geoForm i3geoFormIconeEdita'> |
4 | <input type='text' value='5' id='i3GEOopcoesTempoT' /> | 4 | <input type='text' value='5' id='i3GEOopcoesTempoT' /> |
5 | </div> | 5 | </div> |
6 | <br> | 6 | <br> |
ferramentas/opcoes_label/index.js
@@ -102,44 +102,44 @@ i3GEOF.proplabel = { | @@ -102,44 +102,44 @@ i3GEOF.proplabel = { | ||
102 | '</div>' + | 102 | '</div>' + |
103 | 103 | ||
104 | '<br><p class="paragrafo">'+$trad('tamanho',i3GEOF.proplabel.dicionario)+':</p>' + | 104 | '<br><p class="paragrafo">'+$trad('tamanho',i3GEOF.proplabel.dicionario)+':</p>' + |
105 | - '<div class="styled-select" >' + | 105 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
106 | '<input type="text" value="8" id="i3GEOproplabeltamanho_i" />' + | 106 | '<input type="text" value="8" id="i3GEOproplabeltamanho_i" />' + |
107 | '</div>'; | 107 | '</div>'; |
108 | 108 | ||
109 | if(conector === true){ | 109 | if(conector === true){ |
110 | ins += '<br><p class="paragrafo">'+$trad('larguraConector',i3GEOF.proplabel.dicionario)+':</p>' + | 110 | ins += '<br><p class="paragrafo">'+$trad('larguraConector',i3GEOF.proplabel.dicionario)+':</p>' + |
111 | - '<div class="styled-select" >' + | 111 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
112 | '<input type="text" value="2" id="i3GEOproplabeltamanho_c" />' + | 112 | '<input type="text" value="2" id="i3GEOproplabeltamanho_c" />' + |
113 | '</div>' + | 113 | '</div>' + |
114 | '<br><p class="paragrafo">'+$trad('corConector',i3GEOF.proplabel.dicionario)+':</p>' + | 114 | '<br><p class="paragrafo">'+$trad('corConector',i3GEOF.proplabel.dicionario)+':</p>' + |
115 | - '<div class="styled-select" style="width:100px;float:left;">' + | 115 | + '<div class="i3geoForm100 i3geoFormIconeEdita" style="float:left;">' + |
116 | '<input type="text" value="0 0 0" id="i3GEOproplabelfrente_c" />' + | 116 | '<input type="text" value="0 0 0" id="i3GEOproplabelfrente_c" />' + |
117 | '</div>' + | 117 | '</div>' + |
118 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrente_c\')" /><br><br>'; | 118 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrente_c\')" /><br><br>'; |
119 | } | 119 | } |
120 | ins += '<br><p class="paragrafo">'+$trad('angulo',i3GEOF.proplabel.dicionario)+':</p>' + | 120 | ins += '<br><p class="paragrafo">'+$trad('angulo',i3GEOF.proplabel.dicionario)+':</p>' + |
121 | - '<div class="styled-select" >' + | 121 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
122 | '<input type="text" value="0" id="i3GEOproplabelangulo_i" />' + | 122 | '<input type="text" value="0" id="i3GEOproplabelangulo_i" />' + |
123 | '</div>' + | 123 | '</div>' + |
124 | 124 | ||
125 | '<br><p class="paragrafo">'+$trad('deslocamento',i3GEOF.proplabel.dicionario)+' X:</p>' + | 125 | '<br><p class="paragrafo">'+$trad('deslocamento',i3GEOF.proplabel.dicionario)+' X:</p>' + |
126 | - '<div class="styled-select" >' + | 126 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
127 | '<input type="text" value="0" id="i3GEOproplabeloffsetx_i" />' + | 127 | '<input type="text" value="0" id="i3GEOproplabeloffsetx_i" />' + |
128 | '</div>' + | 128 | '</div>' + |
129 | 129 | ||
130 | '<br><p class="paragrafo">'+$trad('deslocamento',i3GEOF.proplabel.dicionario)+' Y:</p>' + | 130 | '<br><p class="paragrafo">'+$trad('deslocamento',i3GEOF.proplabel.dicionario)+' Y:</p>' + |
131 | - '<div class="styled-select" >' + | 131 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
132 | '<input type="text" value="0" id="i3GEOproplabeloffsety_i" />' + | 132 | '<input type="text" value="0" id="i3GEOproplabeloffsety_i" />' + |
133 | '</div>' + | 133 | '</div>' + |
134 | 134 | ||
135 | '<br><p class="paragrafo">'+$trad('corTexto',i3GEOF.proplabel.dicionario)+':</p>' + | 135 | '<br><p class="paragrafo">'+$trad('corTexto',i3GEOF.proplabel.dicionario)+':</p>' + |
136 | - '<div class="styled-select" style="width:100px;float:left;">' + | 136 | + '<div class="i3geoForm100 i3geoFormIconeEdita" style="float:left;">' + |
137 | '<input type="text" value="0 0 0" id="i3GEOproplabelfrente_i" />' + | 137 | '<input type="text" value="0 0 0" id="i3GEOproplabelfrente_i" />' + |
138 | '</div>' + | 138 | '</div>' + |
139 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrente_i\')" />' + | 139 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrente_i\')" />' + |
140 | 140 | ||
141 | '<br><br><br><p class="paragrafo">'+$trad('corMascara',i3GEOF.proplabel.dicionario)+':</p>' + | 141 | '<br><br><br><p class="paragrafo">'+$trad('corMascara',i3GEOF.proplabel.dicionario)+':</p>' + |
142 | - '<div class="styled-select" style="width:100px;float:left;">' + | 142 | + '<div class="i3geoForm100 i3geoFormIconeEdita" style="float:left;">' + |
143 | '<input type="text" value="" id="i3GEOproplabelmascara_i" />' + | 143 | '<input type="text" value="" id="i3GEOproplabelmascara_i" />' + |
144 | '</div>' + | 144 | '</div>' + |
145 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelmascara_i\')" />' + | 145 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelmascara_i\')" />' + |
@@ -161,40 +161,40 @@ i3GEOF.proplabel = { | @@ -161,40 +161,40 @@ i3GEOF.proplabel = { | ||
161 | '</div>' + | 161 | '</div>' + |
162 | 162 | ||
163 | '<br><p class="paragrafo">'+$trad('corFundo',i3GEOF.proplabel.dicionario)+':</p>' + | 163 | '<br><p class="paragrafo">'+$trad('corFundo',i3GEOF.proplabel.dicionario)+':</p>' + |
164 | - '<div class="styled-select" style="width:100px;float:left;">' + | 164 | + '<div class="i3geoForm100 i3geoFormIconeEdita" style="float:left;">' + |
165 | '<input type="text" value="" id="i3GEOproplabelfundoc_i" />' + | 165 | '<input type="text" value="" id="i3GEOproplabelfundoc_i" />' + |
166 | '</div>' + | 166 | '</div>' + |
167 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfundoc_i\')" />' + | 167 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfundoc_i\')" />' + |
168 | 168 | ||
169 | '<br><br><br><p class="paragrafo">'+$trad('corSombraFundo',i3GEOF.proplabel.dicionario)+':</p>' + | 169 | '<br><br><br><p class="paragrafo">'+$trad('corSombraFundo',i3GEOF.proplabel.dicionario)+':</p>' + |
170 | - '<div class="styled-select" style="width:100px;float:left;">' + | 170 | + '<div class="i3geoForm100 i3geoFormIconeEdita" style="float:left;">' + |
171 | '<input type="text" value="" id="i3GEOproplabelsombra_i" />' + | 171 | '<input type="text" value="" id="i3GEOproplabelsombra_i" />' + |
172 | '</div>' + | 172 | '</div>' + |
173 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelsombra_i\')" />' + | 173 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelsombra_i\')" />' + |
174 | 174 | ||
175 | '<br><br><br><p class="paragrafo">'+$trad('deslocamentoSombraFundo',i3GEOF.proplabel.dicionario)+' X:</p>' + | 175 | '<br><br><br><p class="paragrafo">'+$trad('deslocamentoSombraFundo',i3GEOF.proplabel.dicionario)+' X:</p>' + |
176 | - '<div class="styled-select" >' + | 176 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
177 | '<input type="text" value="1" id="i3GEOproplabelsombrax_i" />' + | 177 | '<input type="text" value="1" id="i3GEOproplabelsombrax_i" />' + |
178 | '</div>' + | 178 | '</div>' + |
179 | 179 | ||
180 | '<br><p class="paragrafo">'+$trad('deslocamentoSombraFundo',i3GEOF.proplabel.dicionario)+' Y:</p>' + | 180 | '<br><p class="paragrafo">'+$trad('deslocamentoSombraFundo',i3GEOF.proplabel.dicionario)+' Y:</p>' + |
181 | - '<div class="styled-select" >' + | 181 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
182 | '<input type="text" value="1" id="i3GEOproplabelsombray_i" />' + | 182 | '<input type="text" value="1" id="i3GEOproplabelsombray_i" />' + |
183 | '</div>' + | 183 | '</div>' + |
184 | 184 | ||
185 | '<br><p class="paragrafo">'+$trad('corTextoFundo',i3GEOF.proplabel.dicionario)+':</p>' + | 185 | '<br><p class="paragrafo">'+$trad('corTextoFundo',i3GEOF.proplabel.dicionario)+':</p>' + |
186 | - '<div class="styled-select" style="width:100px;float:left;">' + | 186 | + '<div class="i3geoForm100 i3geoFormIconeEdita" style="float:left;">' + |
187 | '<input type="text" value="" id="i3GEOproplabelfrentes_i" />' + | 187 | '<input type="text" value="" id="i3GEOproplabelfrentes_i" />' + |
188 | '</div>' + | 188 | '</div>' + |
189 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrentes_i\')" />' + | 189 | '<img alt="aquarela.gif" style="position:relative;left:5px;top:5px;cursor: pointer; float: none;" src="'+i3GEO.configura.locaplic+'/imagens/aquarela.gif" onclick="i3GEOF.proplabel.corj(\'i3GEOproplabelfrentes_i\')" />' + |
190 | 190 | ||
191 | '<br><br><br><p class="paragrafo">'+$trad('deslocamentoTextoFundo',i3GEOF.proplabel.dicionario)+' X:</p>' + | 191 | '<br><br><br><p class="paragrafo">'+$trad('deslocamentoTextoFundo',i3GEOF.proplabel.dicionario)+' X:</p>' + |
192 | - '<div class="styled-select" >' + | 192 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
193 | '<input type="text" value="1" id="i3GEOproplabelfrentex_i" />' + | 193 | '<input type="text" value="1" id="i3GEOproplabelfrentex_i" />' + |
194 | '</div>' + | 194 | '</div>' + |
195 | 195 | ||
196 | '<br><p class="paragrafo">'+$trad('deslocamentoTextoFundo',i3GEOF.proplabel.dicionario)+' Y:</p>' + | 196 | '<br><p class="paragrafo">'+$trad('deslocamentoTextoFundo',i3GEOF.proplabel.dicionario)+' Y:</p>' + |
197 | - '<div class="styled-select" >' + | 197 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
198 | '<input type="text" value="1" id="i3GEOproplabelfrentey_i" />' + | 198 | '<input type="text" value="1" id="i3GEOproplabelfrentey_i" />' + |
199 | '</div>' + | 199 | '</div>' + |
200 | 200 | ||
@@ -207,12 +207,12 @@ i3GEOF.proplabel = { | @@ -207,12 +207,12 @@ i3GEOF.proplabel = { | ||
207 | '</div>' + | 207 | '</div>' + |
208 | 208 | ||
209 | '<br><p class="paragrafo">'+$trad('distanciaMinimaTextos',i3GEOF.proplabel.dicionario)+':</p>' + | 209 | '<br><p class="paragrafo">'+$trad('distanciaMinimaTextos',i3GEOF.proplabel.dicionario)+':</p>' + |
210 | - '<div class="styled-select" >' + | 210 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
211 | '<input type="text" value="auto" id="i3GEOproplabelmindistance_i" />' + | 211 | '<input type="text" value="auto" id="i3GEOproplabelmindistance_i" />' + |
212 | '</div>' + | 212 | '</div>' + |
213 | 213 | ||
214 | '<br><p class="paragrafo">'+$trad('tamanhoMinimoElemento',i3GEOF.proplabel.dicionario)+':</p>' + | 214 | '<br><p class="paragrafo">'+$trad('tamanhoMinimoElemento',i3GEOF.proplabel.dicionario)+':</p>' + |
215 | - '<div class="styled-select" >' + | 215 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
216 | '<input type="text" value="auto" id="i3GEOproplabelminfeaturesize_i" />' + | 216 | '<input type="text" value="auto" id="i3GEOproplabelminfeaturesize_i" />' + |
217 | '</div>' + | 217 | '</div>' + |
218 | 218 | ||
@@ -225,7 +225,7 @@ i3GEOF.proplabel = { | @@ -225,7 +225,7 @@ i3GEOF.proplabel = { | ||
225 | '</div>' + | 225 | '</div>' + |
226 | 226 | ||
227 | '<br><p class="paragrafo">'+$trad('caracterQuebraTexto',i3GEOF.proplabel.dicionario)+':</p>' + | 227 | '<br><p class="paragrafo">'+$trad('caracterQuebraTexto',i3GEOF.proplabel.dicionario)+':</p>' + |
228 | - '<div class="styled-select" >' + | 228 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + |
229 | '<input type="text" value="" id="i3GEOproplabelwrap_i" />' + | 229 | '<input type="text" value="" id="i3GEOproplabelwrap_i" />' + |
230 | '</div></div><br><br>'; | 230 | '</div></div><br><br>'; |
231 | return ins; | 231 | return ins; |
ferramentas/perfil/template_mst.html
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | <br> | 9 | <br> |
10 | <br> | 10 | <br> |
11 | <p class='paragrafo'>{{{numeroPontosLinha}}}</p> | 11 | <p class='paragrafo'>{{{numeroPontosLinha}}}</p> |
12 | -<div class='styled-select'> | 12 | +<div class='i3geoForm i3geoFormIconeEdita'> |
13 | <input type='text' id='i3GEOFperfilAmostragem' value='20' /> | 13 | <input type='text' id='i3GEOFperfilAmostragem' value='20' /> |
14 | </div> | 14 | </div> |
15 | <br> | 15 | <br> |
ferramentas/preferencias/index.js
@@ -511,7 +511,7 @@ i3GEOF.preferencias = { | @@ -511,7 +511,7 @@ i3GEOF.preferencias = { | ||
511 | ins += "<p class=paragrafo title='"+props[j].elemento+"'>"+props[j].titulo+"</p>"; | 511 | ins += "<p class=paragrafo title='"+props[j].elemento+"'>"+props[j].titulo+"</p>"; |
512 | 512 | ||
513 | if(props[j].tipo === "numero" || props[j].tipo === "texto"){ | 513 | if(props[j].tipo === "numero" || props[j].tipo === "texto"){ |
514 | - ins += "<div class='styled-select' style='"+estilo+"' ><input type=text value='' id='"+props[j].elemento+"' /></div><br>"; | 514 | + ins += "<div class='i3geoForm i3geoFormIconeEdita' style='"+estilo+"' ><input type=text value='' id='"+props[j].elemento+"' /></div><br>"; |
515 | } | 515 | } |
516 | if(props[j].tipo === "boolean" || props[j].tipo === "select"){ | 516 | if(props[j].tipo === "boolean" || props[j].tipo === "select"){ |
517 | if(props[j].tipo === "boolean"){ | 517 | if(props[j].tipo === "boolean"){ |
ferramentas/selecao/index.js
@@ -912,8 +912,7 @@ i3GEOF.selecao = { | @@ -912,8 +912,7 @@ i3GEOF.selecao = { | ||
912 | conector += "<option value='not'>not</option></select></div>"; | 912 | conector += "<option value='not'>not</option></select></div>"; |
913 | 913 | ||
914 | valor = document.createElement("div"); | 914 | valor = document.createElement("div"); |
915 | - valor.className = 'styled-select'; | ||
916 | - valor.style.width = "100px"; | 915 | + valor.className = 'i3geoForm100 i3geoFormIconeEdita'; |
917 | valor.style.marginLeft="5px"; | 916 | valor.style.marginLeft="5px"; |
918 | valor.innerHTML = "<input type=text value='' />"; | 917 | valor.innerHTML = "<input type=text value='' />"; |
919 | 918 |
ferramentas/tabela/template_mst.html
@@ -84,7 +84,7 @@ | @@ -84,7 +84,7 @@ | ||
84 | <br> | 84 | <br> |
85 | <p class='paragrafo' style='position: relative;'> | 85 | <p class='paragrafo' style='position: relative;'> |
86 | <label>{{{excluicalc}}}:</label> | 86 | <label>{{{excluicalc}}}:</label> |
87 | - <div class='styled-select'> | 87 | + <div class='i3geoForm i3geoFormIconeEdita'> |
88 | <input type='text' id='{{{idjanela}}}i3GEOtabelafiltro1' value='' /> | 88 | <input type='text' id='{{{idjanela}}}i3GEOtabelafiltro1' value='' /> |
89 | </div> | 89 | </div> |
90 | <br> | 90 | <br> |
@@ -110,7 +110,7 @@ | @@ -110,7 +110,7 @@ | ||
110 | 110 | ||
111 | <p class='paragrafo'>{{{excvalor}}} : | 111 | <p class='paragrafo'>{{{excvalor}}} : |
112 | <p class='paragrafo'> | 112 | <p class='paragrafo'> |
113 | - <div class='styled-select'> | 113 | + <div class='i3geoForm i3geoFormIconeEdita'> |
114 | <input type='text' id='{{{idjanela}}}i3GEOtabelaexcestat' value='' /> | 114 | <input type='text' id='{{{idjanela}}}i3GEOtabelaexcestat' value='' /> |
115 | </div> | 115 | </div> |
116 | <br> | 116 | <br> |
ferramentas/tme/template_mst.html
1 | <div style='text-align: left; background: yellow;' id='i3GEOTMEresultado'></div> | 1 | <div style='text-align: left; background: yellow;' id='i3GEOTMEresultado'></div> |
2 | <p class='paragrafo'>{{{tituloMapa}}} | 2 | <p class='paragrafo'>{{{tituloMapa}}} |
3 | -<div class='styled-select'> | 3 | +<div class='i3geoForm i3geoFormIconeEdita'> |
4 | <input type='text' value='' id='i3GEOTMEtitulo' /> | 4 | <input type='text' value='' id='i3GEOTMEtitulo' /> |
5 | </div> | 5 | </div> |
6 | <br> | 6 | <br> |
7 | <p class='paragrafo'>{{{descricaoMapa}}} | 7 | <p class='paragrafo'>{{{descricaoMapa}}} |
8 | -<div class='styled-select'> | 8 | +<div class='i3geoForm i3geoFormIconeEdita'> |
9 | <input type='text' value='' id='i3GEOTMEdesc' /> | 9 | <input type='text' value='' id='i3GEOTMEdesc' /> |
10 | </div> | 10 | </div> |
11 | <br> | 11 | <br> |
12 | <p class='paragrafo'>{{{alturaMaxBarras}}} | 12 | <p class='paragrafo'>{{{alturaMaxBarras}}} |
13 | -<div class='styled-select'> | 13 | +<div class='i3geoForm i3geoFormIconeEdita'> |
14 | <input type='text' value='5000' id='i3GEOTMEbarSize' /> | 14 | <input type='text' value='5000' id='i3GEOTMEbarSize' /> |
15 | </div> | 15 | </div> |
16 | <br> | 16 | <br> |
17 | <p class='paragrafo'>{{{larguraMaxBarras}}} | 17 | <p class='paragrafo'>{{{larguraMaxBarras}}} |
18 | -<div class='styled-select'> | 18 | +<div class='i3geoForm i3geoFormIconeEdita'> |
19 | <input type='text' value='2000000' id='i3GEOTMEmaxHeight' /> | 19 | <input type='text' value='2000000' id='i3GEOTMEmaxHeight' /> |
20 | </div> | 20 | </div> |
21 | <br> | 21 | <br> |
ferramentas/toponimia/template_mst.html
@@ -38,36 +38,36 @@ | @@ -38,36 +38,36 @@ | ||
38 | 38 | ||
39 | <br> | 39 | <br> |
40 | <p class='paragrafo'>{{{tamanho}}}:</p> | 40 | <p class='paragrafo'>{{{tamanho}}}:</p> |
41 | - <div class='styled-select'> | 41 | + <div class='i3geoForm i3geoFormIconeEdita'> |
42 | <input type='text' value='8' id='i3GEOtoponimiatamanho_i' /> | 42 | <input type='text' value='8' id='i3GEOtoponimiatamanho_i' /> |
43 | </div> | 43 | </div> |
44 | 44 | ||
45 | <br> | 45 | <br> |
46 | <p class='paragrafo'>{{{angulo}}}:</p> | 46 | <p class='paragrafo'>{{{angulo}}}:</p> |
47 | - <div class='styled-select'> | 47 | + <div class='i3geoForm i3geoFormIconeEdita'> |
48 | <input type='text' value='0' id='i3GEOtoponimiaangulo_i' /> | 48 | <input type='text' value='0' id='i3GEOtoponimiaangulo_i' /> |
49 | </div> | 49 | </div> |
50 | 50 | ||
51 | <br> | 51 | <br> |
52 | <p class='paragrafo'>{{{deslocamentoTexto}}} X:</p> | 52 | <p class='paragrafo'>{{{deslocamentoTexto}}} X:</p> |
53 | - <div class='styled-select'> | 53 | + <div class='i3geoForm i3geoFormIconeEdita'> |
54 | <input type='text' value='0' id='i3GEOtoponimiaoffsetx_i' /> | 54 | <input type='text' value='0' id='i3GEOtoponimiaoffsetx_i' /> |
55 | </div> | 55 | </div> |
56 | 56 | ||
57 | <br> | 57 | <br> |
58 | <p class='paragrafo'>{{{deslocamentoTexto}}} Y:</p> | 58 | <p class='paragrafo'>{{{deslocamentoTexto}}} Y:</p> |
59 | - <div class='styled-select'> | 59 | + <div class='i3geoForm i3geoFormIconeEdita'> |
60 | <input type='text' value='0' id='i3GEOtoponimiaoffsety_i' /> | 60 | <input type='text' value='0' id='i3GEOtoponimiaoffsety_i' /> |
61 | </div> | 61 | </div> |
62 | 62 | ||
63 | <br> | 63 | <br> |
64 | <p class='paragrafo'>{{{corTexto}}}:</p> | 64 | <p class='paragrafo'>{{{corTexto}}}:</p> |
65 | - <div class='styled-select' style='width: 100px; float: left;'> | 65 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
66 | <input type='text' value='0 0 0' id='i3GEOtoponimiafrente_i' /> | 66 | <input type='text' value='0 0 0' id='i3GEOtoponimiafrente_i' /> |
67 | </div> | 67 | </div> |
68 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiafrente_i\')" /> <br> <br> <br> | 68 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiafrente_i\')" /> <br> <br> <br> |
69 | <p class='paragrafo'>{{{corMascara}}}:</p> | 69 | <p class='paragrafo'>{{{corMascara}}}:</p> |
70 | - <div class='styled-select' style='width: 100px; float: left;'> | 70 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
71 | <input type='text' value='' id='i3GEOtoponimiamascara_i' /> | 71 | <input type='text' value='' id='i3GEOtoponimiamascara_i' /> |
72 | </div> | 72 | </div> |
73 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiamascara_i\')" /> <br> <br> <br> | 73 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiamascara_i\')" /> <br> <br> <br> |
@@ -89,37 +89,37 @@ | @@ -89,37 +89,37 @@ | ||
89 | 89 | ||
90 | <br> | 90 | <br> |
91 | <p class='paragrafo'>{{{corFundo}}}: | 91 | <p class='paragrafo'>{{{corFundo}}}: |
92 | - <div class='styled-select' style='width: 100px; float: left;'> | 92 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
93 | <input type='text' value='' id='i3GEOtoponimiafundoc_i' /> | 93 | <input type='text' value='' id='i3GEOtoponimiafundoc_i' /> |
94 | </div> | 94 | </div> |
95 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiafundoc_i\')" /> <br> <br> <br> | 95 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiafundoc_i\')" /> <br> <br> <br> |
96 | <p class='paragrafo'>{{{corSombraFundo}}}: | 96 | <p class='paragrafo'>{{{corSombraFundo}}}: |
97 | - <div class='styled-select' style='width: 100px; float: left;'> | 97 | + <div class='i3geoForm i3geoFormIconeEdita' style='float: left;'> |
98 | <input type='text' value='' id='i3GEOtoponimiasombra_i' /> | 98 | <input type='text' value='' id='i3GEOtoponimiasombra_i' /> |
99 | </div> | 99 | </div> |
100 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiasombra_i\')" /> <br> <br> <br> | 100 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiasombra_i\')" /> <br> <br> <br> |
101 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> | 101 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> |
102 | - <div class='styled-select'> | 102 | + <div class='i3geoForm i3geoFormIconeEdita'> |
103 | <input type='text' value='1' id='i3GEOtoponimiasombrax_i' /> | 103 | <input type='text' value='1' id='i3GEOtoponimiasombrax_i' /> |
104 | </div> | 104 | </div> |
105 | <br> | 105 | <br> |
106 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> | 106 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> |
107 | - <div class='styled-select'> | 107 | + <div class='i3geoForm i3geoFormIconeEdita'> |
108 | <input type='text' value='1' id='i3GEOtoponimiasombray_i' /> | 108 | <input type='text' value='1' id='i3GEOtoponimiasombray_i' /> |
109 | </div> | 109 | </div> |
110 | <br> | 110 | <br> |
111 | <p class='paragrafo'>{{{corSombra}}}:</p> | 111 | <p class='paragrafo'>{{{corSombra}}}:</p> |
112 | - <div class='styled-select' style='width: 100px; float: left;'> | 112 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> |
113 | <input type='text' value='' id='i3GEOtoponimiafrentes_i' /> | 113 | <input type='text' value='' id='i3GEOtoponimiafrentes_i' /> |
114 | </div> | 114 | </div> |
115 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiafrentes_i\')" /> <br> <br> <br> | 115 | <img alt='aquarela.gif' style='position: relative; left: 5px; top: 5px; cursor: pointer; float: none;' src='{{{locaplic}}}/imagens/aquarela.gif' onclick="i3GEOF.proplabel.corj(\' i3GEOtoponimiafrentes_i\')" /> <br> <br> <br> |
116 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> | 116 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> |
117 | - <div class='styled-select'> | 117 | + <div class='i3geoForm i3geoFormIconeEdita'> |
118 | <input type='text' value='1' id='i3GEOtoponimiafrentex_i' /> | 118 | <input type='text' value='1' id='i3GEOtoponimiafrentex_i' /> |
119 | </div> | 119 | </div> |
120 | <br> | 120 | <br> |
121 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> | 121 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> |
122 | - <div class='styled-select'> | 122 | + <div class='i3geoForm i3geoFormIconeEdita'> |
123 | <input type='text' value='1' id='i3GEOtoponimiafrentey_i' /> | 123 | <input type='text' value='1' id='i3GEOtoponimiafrentey_i' /> |
124 | </div> | 124 | </div> |
125 | <br> | 125 | <br> |
@@ -132,12 +132,12 @@ | @@ -132,12 +132,12 @@ | ||
132 | </div> | 132 | </div> |
133 | <br> | 133 | <br> |
134 | <p class='paragrafo'>{{{distanciaMinTextos}}}:</p> | 134 | <p class='paragrafo'>{{{distanciaMinTextos}}}:</p> |
135 | - <div class='styled-select'> | 135 | + <div class='i3geoForm i3geoFormIconeEdita'> |
136 | <input type='text' value='auto' id='i3GEOtoponimiamindistance_i' /> | 136 | <input type='text' value='auto' id='i3GEOtoponimiamindistance_i' /> |
137 | </div> | 137 | </div> |
138 | <br> | 138 | <br> |
139 | <p class='paragrafo'>{{{tamanhoMinElementoCarto}}}:</p> | 139 | <p class='paragrafo'>{{{tamanhoMinElementoCarto}}}:</p> |
140 | - <div class='styled-select'> | 140 | + <div class='i3geoForm i3geoFormIconeEdita'> |
141 | <input type='text' value='auto' id='i3GEOtoponimiaminfeaturesize_i' /> | 141 | <input type='text' value='auto' id='i3GEOtoponimiaminfeaturesize_i' /> |
142 | </div> | 142 | </div> |
143 | <br> | 143 | <br> |
@@ -150,7 +150,7 @@ | @@ -150,7 +150,7 @@ | ||
150 | </div> | 150 | </div> |
151 | <br> | 151 | <br> |
152 | <p class='paragrafo'>{{{caracterQuebraTexto}}}:</p> | 152 | <p class='paragrafo'>{{{caracterQuebraTexto}}}:</p> |
153 | - <div class='styled-select'> | 153 | + <div class='i3geoForm i3geoFormIconeEdita'> |
154 | <input type='text' value='' id='i3GEOtoponimiawrap_i' /> | 154 | <input type='text' value='' id='i3GEOtoponimiawrap_i' /> |
155 | </div> | 155 | </div> |
156 | <br> <br>'; | 156 | <br> <br>'; |
ferramentas/upload/index.js
@@ -113,7 +113,7 @@ i3GEOF.upload = { | @@ -113,7 +113,7 @@ i3GEOF.upload = { | ||
113 | if(i3GEO.parametros.editor === "sim"){ | 113 | if(i3GEO.parametros.editor === "sim"){ |
114 | ins += '<fieldset class=subbloco >' + | 114 | ins += '<fieldset class=subbloco >' + |
115 | '<p class="paragrafo" >'+$trad('pastaArmazenamento',i3GEOF.upload.dicionario)+':</p>' + | 115 | '<p class="paragrafo" >'+$trad('pastaArmazenamento',i3GEOF.upload.dicionario)+':</p>' + |
116 | - '<div class=styled-select ><input class=digitar type="text" name="dirDestino" id="dirDestino" /></div>' + | 116 | + '<div class="i3geoForm i3geoFormIconeEdita" ><input type="text" name="dirDestino" id="dirDestino" /></div>' + |
117 | " <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 | " <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>" + |
118 | '<p class="paragrafo" ><input type=checkbox name=i3GEOuploadCriaMapfile id=i3GEOuploadCriaMapfile /> '+$trad('criaMapfile',i3GEOF.upload.dicionario) + | 118 | '<p class="paragrafo" ><input type=checkbox name=i3GEOuploadCriaMapfile id=i3GEOuploadCriaMapfile /> '+$trad('criaMapfile',i3GEOF.upload.dicionario) + |
119 | '</fieldset>'; | 119 | '</fieldset>'; |
ferramentas/uploaddbf/template_mst.html
@@ -11,12 +11,12 @@ | @@ -11,12 +11,12 @@ | ||
11 | </fieldset> | 11 | </fieldset> |
12 | <fieldset class='subbloco'> | 12 | <fieldset class='subbloco'> |
13 | <p class='paragrafo'>{{{colunaX}}}:</p> | 13 | <p class='paragrafo'>{{{colunaX}}}:</p> |
14 | - <div class='styled-select'> | 14 | + <div class='i3geoForm i3geoFormIconeEdita'> |
15 | <input type='text' name='i3GEOuploaddbfnomex'> | 15 | <input type='text' name='i3GEOuploaddbfnomex'> |
16 | </div> | 16 | </div> |
17 | <br> | 17 | <br> |
18 | <p class='paragrafo'>{{{colunaY}}}:</p> | 18 | <p class='paragrafo'>{{{colunaY}}}:</p> |
19 | - <div class='styled-select'> | 19 | + <div class='i3geoForm i3geoFormIconeEdita'> |
20 | <input type='text' name='i3GEOuploaddbfnomey'> | 20 | <input type='text' name='i3GEOuploaddbfnomey'> |
21 | </div> | 21 | </div> |
22 | <br> | 22 | <br> |
ferramentas/uploadkml/template_mst.html
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | </fieldset> | 7 | </fieldset> |
8 | <fieldset class='subbloco'> | 8 | <fieldset class='subbloco'> |
9 | <p class='paragrafo'>{{{nomeLayerKml}}}</p> | 9 | <p class='paragrafo'>{{{nomeLayerKml}}}</p> |
10 | - <div class='styled-select'> | 10 | + <div class='i3geoForm i3geoFormIconeEdita'> |
11 | <input type='text' size='42' name='layerkml' value='' /> | 11 | <input type='text' size='42' name='layerkml' value='' /> |
12 | </div> | 12 | </div> |
13 | </fieldset> | 13 | </fieldset> |
ferramentas/uploadsimbolo/index.js
@@ -100,7 +100,7 @@ i3GEOF.uploadsimbolo = { | @@ -100,7 +100,7 @@ i3GEOF.uploadsimbolo = { | ||
100 | var ins = '<form id=i3GEOuploadsimbolof target="i3GEOuploadsimboloiframe" action="'+i3GEO.configura.locaplic+'/ferramentas/uploadsimbolo/upload.php" method="post" ENCTYPE="multipart/form-data">' + | 100 | var ins = '<form id=i3GEOuploadsimbolof target="i3GEOuploadsimboloiframe" action="'+i3GEO.configura.locaplic+'/ferramentas/uploadsimbolo/upload.php" method="post" ENCTYPE="multipart/form-data">' + |
101 | '<p class="paragrafo" >PNG/JPG: <br><input type="file" size=22 name="i3GEOuploadsimboloarq" style="top:0px;left:0px;cursor:pointer;"></p>'; | 101 | '<p class="paragrafo" >PNG/JPG: <br><input type="file" size=22 name="i3GEOuploadsimboloarq" style="top:0px;left:0px;cursor:pointer;"></p>'; |
102 | if(i3GEO.parametros.editor === "sim"){ | 102 | if(i3GEO.parametros.editor === "sim"){ |
103 | - ins += '<p class="paragrafo" >'+$trad('pastaArmazenamento',i3GEOF.uploadsimbolo.dicionario)+':</p><div class=styled-select ><input class=digitar type="text" name="dirDestino" id="dirDestino" ></div>'; | 103 | + ins += '<p class="paragrafo" >'+$trad('pastaArmazenamento',i3GEOF.uploadsimbolo.dicionario)+':</p><div class="i3geoForm i3geoFormIconeEdita" ><input class=digitar type="text" name="dirDestino" id="dirDestino" ></div>'; |
104 | //ins += "<img onclick='i3GEOF.uploadsimbolo.selNavegador(\"dirDestino\")' src='"+limg+"' style='cursor:pointer;position :relative;top:2px'/></p>"; | 104 | //ins += "<img onclick='i3GEOF.uploadsimbolo.selNavegador(\"dirDestino\")' src='"+limg+"' style='cursor:pointer;position :relative;top:2px'/></p>"; |
105 | } | 105 | } |
106 | ins += '<br><p class="paragrafo" ><input id=i3GEOuploadsimbolobotao1 type="button" value="'+$trad('envia',i3GEOF.uploadsimbolo.dicionario)+'" size=12 name="submit">' + | 106 | ins += '<br><p class="paragrafo" ><input id=i3GEOuploadsimbolobotao1 type="button" value="'+$trad('envia',i3GEOF.uploadsimbolo.dicionario)+'" size=12 name="submit">' + |
ferramentas/wmstime/index.js
@@ -61,17 +61,17 @@ for(key in wms_configura){ | @@ -61,17 +61,17 @@ for(key in wms_configura){ | ||
61 | ins += "<option value='"+key+"'>"+wms_configura[key].titulo+"</option>"; | 61 | ins += "<option value='"+key+"'>"+wms_configura[key].titulo+"</option>"; |
62 | } | 62 | } |
63 | ins += "</select>"; | 63 | ins += "</select>"; |
64 | -ins += "<p><input onclick='javascript:this.select();' type=text id=iServico style=width:95% />"; | 64 | +ins += "<p><input type=text id=iServico style=width:95% />"; |
65 | ins += "<p><TEXTAREA id='WMS_descricao' rows='3' style='width:95%' ></TEXTAREA></p>"; | 65 | ins += "<p><TEXTAREA id='WMS_descricao' rows='3' style='width:95%' ></TEXTAREA></p>"; |
66 | ins += "<table style='text-align:left'>"; | 66 | ins += "<table style='text-align:left'>"; |
67 | -ins += "<tr><td style='text-align:left'>"+$trad(2,i3GEOF.wmstime.dicionario)+" </td><td><input onclick='javascript:this.select();' type=text value='0' id=WMS_anoinicio size=4 />"; | ||
68 | -ins += "<td style='text-align:left'>"+$trad(3,i3GEOF.wmstime.dicionario)+" </td><td><input onclick='javascript:this.select();' type=text value='0' id=WMS_anofim size=4 /></tr>"; | 67 | +ins += "<tr><td style='text-align:left'>"+$trad(2,i3GEOF.wmstime.dicionario)+" </td><td><input type=text value='0' id=WMS_anoinicio size=4 />"; |
68 | +ins += "<td style='text-align:left'>"+$trad(3,i3GEOF.wmstime.dicionario)+" </td><td><input type=text value='0' id=WMS_anofim size=4 /></tr>"; | ||
69 | 69 | ||
70 | -ins += "<tr><td style='text-align:left'>"+$trad(4,i3GEOF.wmstime.dicionario)+" </td><td><input onclick='javascript:this.select();' type=text value='nulo' id=WMS_mesinicio size=4 />"; | ||
71 | -ins += "<td style='text-align:left'>"+$trad(5,i3GEOF.wmstime.dicionario)+" </td><td><input onclick='javascript:this.select();' type=text value='nulo' id=WMS_mesfim size=4 /></tr>"; | 70 | +ins += "<tr><td style='text-align:left'>"+$trad(4,i3GEOF.wmstime.dicionario)+" </td><td><input type=text value='nulo' id=WMS_mesinicio size=4 />"; |
71 | +ins += "<td style='text-align:left'>"+$trad(5,i3GEOF.wmstime.dicionario)+" </td><td><input type=text value='nulo' id=WMS_mesfim size=4 /></tr>"; | ||
72 | 72 | ||
73 | -ins += "<tr><td style='text-align:left'>"+$trad(6,i3GEOF.wmstime.dicionario)+" </td><td><input onclick='javascript:this.select();' type=text value='nulo' id=WMS_diainicio size=4 />"; | ||
74 | -ins += "<td style='text-align:left'>"+$trad(7,i3GEOF.wmstime.dicionario)+" </td><td><input onclick='javascript:this.select();' type=text value='nulo' id=WMS_diafim size=4 /></tr>"; | 73 | +ins += "<tr><td style='text-align:left'>"+$trad(6,i3GEOF.wmstime.dicionario)+" </td><td><input type=text value='nulo' id=WMS_diainicio size=4 />"; |
74 | +ins += "<td style='text-align:left'>"+$trad(7,i3GEOF.wmstime.dicionario)+" </td><td><input type=text value='nulo' id=WMS_diafim size=4 /></tr>"; | ||
75 | 75 | ||
76 | ins += "</table>"; | 76 | ins += "</table>"; |
77 | //ins += "<div style='position:absolute;left:120px;top:180px'>" | 77 | //ins += "<div style='position:absolute;left:120px;top:180px'>" |