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 | 841 | if(!valorDefault){ |
| 842 | 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 | 845 | i3GEO.janela.confirma(pergunta+i,"","","",funcaoOk); |
| 846 | 846 | }, |
| 847 | 847 | /* | ... | ... |
classesjs/classe_marcador.js
| ... | ... | @@ -85,7 +85,7 @@ i3GEO.marcador = { |
| 85 | 85 | if(!c){ |
| 86 | 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 | 89 | c +"' onclick='javascript:this.select()'/></div>"; |
| 90 | 90 | i3GEO.janela.mensagemSimples(texto,$trad("x79")); |
| 91 | 91 | }, | ... | ... |
css/geral.css
| ... | ... | @@ -1082,7 +1082,7 @@ h1 { |
| 1082 | 1082 | } |
| 1083 | 1083 | } |
| 1084 | 1084 | |
| 1085 | -.i3geoForm, .i3geoForm150 { | |
| 1085 | +.i3geoForm, .i3geoForm150, .i3geoForm100 { | |
| 1086 | 1086 | width: 252px; |
| 1087 | 1087 | overflow: hidden; |
| 1088 | 1088 | background: #F8F8F8; |
| ... | ... | @@ -1095,6 +1095,10 @@ h1 { |
| 1095 | 1095 | width: 150px; |
| 1096 | 1096 | } |
| 1097 | 1097 | |
| 1098 | +.i3geoForm100 { | |
| 1099 | + width: 100px; | |
| 1100 | +} | |
| 1101 | + | |
| 1098 | 1102 | .i3geoFormIconeEdita { |
| 1099 | 1103 | background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px; |
| 1100 | 1104 | @media (-webkit-min-device-pixel-ratio: 2), |
| ... | ... | @@ -1104,7 +1108,7 @@ h1 { |
| 1104 | 1108 | } |
| 1105 | 1109 | } |
| 1106 | 1110 | |
| 1107 | -.i3geoForm input, .i3geoForm150 input { | |
| 1111 | +.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input { | |
| 1108 | 1112 | width: 90%; |
| 1109 | 1113 | height: 22px; |
| 1110 | 1114 | border: 0; |
| ... | ... | @@ -1116,6 +1120,7 @@ h1 { |
| 1116 | 1120 | text-overflow: ''; |
| 1117 | 1121 | font-size: 12px; |
| 1118 | 1122 | appearance: none; |
| 1123 | + cursor: text; | |
| 1119 | 1124 | } |
| 1120 | 1125 | |
| 1121 | 1126 | /*hack opera */ | ... | ... |
ferramentas/3d/index.js
| ... | ... | @@ -181,7 +181,7 @@ i3GEOF.t3d = { |
| 181 | 181 | }, |
| 182 | 182 | t2: function(){ |
| 183 | 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 | 185 | ins += "<p class='paragrafo'>Escolha o tema (opcional) com os valores de Z (se existir no mapa):<br>"; |
| 186 | 186 | ins += "<div id=i3GEO3ddest style=text-align:left ></div><br>"; |
| 187 | 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 | 33 | <p class='paragrafo'> |
| 34 | 34 | <input id='i3GEOFatalhosedicaoFiltro' type='button' value='{{{filtro}}}' /> |
| 35 | 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 | 37 | <input id='i3GEOFatalhosedicaoOpacidade' type='text' value='' /> |
| 38 | 38 | </div> |
| 39 | 39 | <input id='i3GEOFatalhosedicaoOpacidadeB' type='button' value='{{{aplicar}}}' /> | ... | ... |
ferramentas/buffer/index.js
| ... | ... | @@ -172,7 +172,7 @@ i3GEOF.buffer = { |
| 172 | 172 | }, |
| 173 | 173 | t2: function(){ |
| 174 | 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 | 177 | ins += "<br><p class='paragrafo' >"+$trad('entornoAtributo',i3GEOF.buffer.dicionario); |
| 178 | 178 | ins += "<br><div id=i3GEObufferondeItens style='text-align:left;display:block' ></div> "; |
| ... | ... | @@ -285,7 +285,7 @@ i3GEOF.buffer = { |
| 285 | 285 | function(retorno){ |
| 286 | 286 | $i("i3GEObufferondeItens").innerHTML = "<div class=styled-select >" + retorno.dados + "</div>" |
| 287 | 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 | 289 | $i("i3GEObufferondeItens").style.display = "block"; |
| 290 | 290 | }, |
| 291 | 291 | "i3GEObufferondeItens" | ... | ... |
ferramentas/busca/template_mst.html
ferramentas/buscafotos/index.js
| ... | ... | @@ -146,9 +146,9 @@ i3GEOF.buscaFotos = { |
| 146 | 146 | ins += ' <p class="paragrafo" >'+$trad('opcoes',i3GEOF.buscaFotos.dicionario); |
| 147 | 147 | ins += $trad('maxRegistros',i3GEOF.buscaFotos.dicionario); |
| 148 | 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 | 152 | ins += ' <input id=i3GEObuscafotosbotao1 size=20 type=button value="'+$trad('procuraFotos',i3GEOF.buscaFotos.dicionario)+'" />'; |
| 153 | 153 | ins += ' </div>'; |
| 154 | 154 | ins += ' <div>'; | ... | ... |
ferramentas/conectarwms/index.htm
| ... | ... | @@ -28,7 +28,7 @@ body { |
| 28 | 28 | </div> |
| 29 | 29 | <div id=opc1 style="text-align:left;top:5px;left:0px"> |
| 30 | 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 | 32 | </div> |
| 33 | 33 | <div id=RSSwms style="text-align:left;color:navy;cursor:pointer;"></div> |
| 34 | 34 | </div> | ... | ... |
ferramentas/distanciaptpt/index.js
| ... | ... | @@ -171,7 +171,7 @@ i3GEOF.distanciaptpt = { |
| 171 | 171 | ins += "<div style='text-align:left;' id='i3GEOdistanciaptptSelTemasDestino' ></div><br>"; |
| 172 | 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 | 175 | i3GEO.util.proximoAnterior("i3GEOF.distanciaptpt.t0()","i3GEOF.distanciaptpt.t2()",ins,"i3GEOF.distanciaptpt.t1","i3GEOdistanciaptptresultado",true,"i3GEOF.distanciaptpt_rodape"); |
| 176 | 176 | i3GEOF.distanciaptpt.comboTemasOrigem(); |
| 177 | 177 | i3GEOF.distanciaptpt.comboTemasDestino(); | ... | ... |
ferramentas/etiqueta/index.js
| ... | ... | @@ -238,7 +238,7 @@ i3GEOF.etiqueta = { |
| 238 | 238 | else{ |
| 239 | 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 | 242 | //links |
| 243 | 243 | if(lista.itenslink[item]){ |
| 244 | 244 | ck = lista.itenslink[item]; |
| ... | ... | @@ -246,7 +246,7 @@ i3GEOF.etiqueta = { |
| 246 | 246 | else{ |
| 247 | 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 | 251 | ins.push("</tr>"); |
| 252 | 252 | } | ... | ... |
ferramentas/filtro/index.js
| ... | ... | @@ -270,8 +270,7 @@ i3GEOF.filtro = { |
| 270 | 270 | conector += "<option value='not'>"+$trad('nao',i3GEOF.filtro.dicionario)+"</option></select></div>"; |
| 271 | 271 | |
| 272 | 272 | valor = document.createElement("div"); |
| 273 | - valor.className = 'styled-select'; | |
| 274 | - valor.style.width = "100px"; | |
| 273 | + valor.className = 'i3geoForm150 i3geoFormIconeEdita'; | |
| 275 | 274 | valor.style.marginLeft="5px"; |
| 276 | 275 | valor.innerHTML = "<input type=text value='' />"; |
| 277 | 276 | ... | ... |
ferramentas/filtro/template_mst.html
| ... | ... | @@ -46,7 +46,7 @@ |
| 46 | 46 | </div> |
| 47 | 47 | <div class='guiaobj' id='i3GEOfiltroguia2obj' style='left: 1px; display: none;'> |
| 48 | 48 | <p class='paragrafo'>{{{digitaFiltro}}}: |
| 49 | - <div class='styled-select'> | |
| 49 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 50 | 50 | <input type='text' value='' id='i3GEOfiltrofiltro' /> |
| 51 | 51 | </div> |
| 52 | 52 | </div> | ... | ... |
ferramentas/geolocal/template_mst.html
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 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 | 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 | 14 | <input type='text' id='i3GEOFgeolocalTempo' title={{{intervalo}}} value='0' /> |
| 15 | 15 | </div> |
| 16 | 16 | </form> |
| ... | ... | @@ -19,6 +19,6 @@ |
| 19 | 19 | <div id='i3GEOFgeolocalNcoord' style='width: 30px; position: absolute;'></div> |
| 20 | 20 | <br> |
| 21 | 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 | 23 | <input type='text' id='i3GEOFgeolocalMaximo' value='' /> |
| 24 | 24 | </div> |
| 25 | 25 | \ No newline at end of file | ... | ... |
ferramentas/gradehex/index.js
| ... | ... | @@ -166,13 +166,13 @@ i3GEOF.gradeDeHex = { |
| 166 | 166 | ins += "<p class='paragrafo'> "; |
| 167 | 167 | if($i("i3GEOgradedehexProj").checked){ |
| 168 | 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 | 171 | else{ |
| 172 | 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 | 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 | 180 | var ins = "<p class='paragrafo'><b>"+$trad('coord',i3GEOF.gradeDeHex.dicionario)+"</b>"; |
| 181 | 181 | ins += "<p class='paragrafo'><b>X (long):</b> "; |
| 182 | 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 | 187 | ins += "<br><p class='paragrafo'><b>Y (lat):</b> "; |
| 188 | 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 | 193 | g_tipoacao = "capturaponto"; |
| 194 | 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 | 200 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDeHex.dicionario)+"</b>"; |
| 201 | 201 | |
| 202 | 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 | 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 | 206 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t2()","i3GEOF.gradeDeHex.t4()",ins,"i3GEOF.gradeDeHex.t3()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
| 207 | 207 | }, |
| 208 | 208 | t4: function(){ | ... | ... |
ferramentas/gradepol/index.js
| ... | ... | @@ -161,22 +161,22 @@ i3GEOF.gradeDePoligonos = { |
| 161 | 161 | var ins = "<p class='paragrafo'><b>"+$trad('distancia',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
| 162 | 162 | if($i("i3GEOgradedepoligonosProj").checked){ |
| 163 | 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 | 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 | 168 | else{ |
| 169 | 169 | ins += "<p class='paragrafo'>X: "; |
| 170 | 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 | 175 | ins += "<br><p class='paragrafo'>Y: "; |
| 176 | 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 | 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 | 184 | var ins = "<p class='paragrafo'><b>"+$trad('coord',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
| 185 | 185 | ins += "<p class='paragrafo'>X: "; |
| 186 | 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 | 191 | ins += "<br><p class='paragrafo'>Y: "; |
| 192 | 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 | 197 | g_tipoacao = "capturaponto"; |
| 198 | 198 | |
| ... | ... | @@ -205,9 +205,9 @@ i3GEOF.gradeDePoligonos = { |
| 205 | 205 | t3: function(){ |
| 206 | 206 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
| 207 | 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 | 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 | 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 | 161 | var ins = "<p class='paragrafo'><b>"+$trad('espacamentoGrade',i3GEOF.gradeDePontos.dicionario)+"</b>"; |
| 162 | 162 | if($i("i3GEOgradedepontosProj").checked){ |
| 163 | 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 | 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 | 168 | else{ |
| 169 | 169 | ins += "<p class='paragrafo'>X: "; |
| 170 | 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 | 175 | ins += "<br><p class='paragrafo'>Y: "; |
| 176 | 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 | 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 | 184 | var ins = "<p class='paragrafo'><b>"+$trad('coord',i3GEOF.gradeDePontos.dicionario)+"</b>"; |
| 185 | 185 | ins += "<p class='paragrafo'>X: "; |
| 186 | 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 | 191 | ins += "<br><p class='paragrafo'>Y: "; |
| 192 | 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 | 197 | g_tipoacao = "capturaponto"; |
| 198 | 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 | 203 | t3: function(){ |
| 204 | 204 | var ins = "<p class='paragrafo'><b>"+$trad('numeroPontos',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
| 205 | 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 | 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 | 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 | 765 | var temp = retorno.dados.replace(idjanela + "i3GEOgraficointerativo1ComboXid",idjanela + "i3GEOgraficointerativo1ComboYid"); |
| 766 | 766 | |
| 767 | 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 | 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 | 771 | + "i3GEOgraficointerativo1ComboYidcor' title='cor' type='text' value='' /></div>" |
| 772 | 772 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" |
| 773 | 773 | + i3GEO.configura.locaplic + "/imagens/aquarela.gif' onclick='i3GEOF.graficointerativo1.corj(\"" + idjanela |
| ... | ... | @@ -776,7 +776,7 @@ i3GEOF.graficointerativo1 = |
| 776 | 776 | //$i(idjanela + "i3GEOgraficointerativo1ComboXid").id = idjanela + "i3GEOgraficointerativo1ComboYid"; |
| 777 | 777 | //para escolher o item de X |
| 778 | 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 | 780 | + "' type=text id='" + idjanela |
| 781 | 781 | + "i3GEOgraficointerativo1ComboXidTitulo' value='' /></div></div>"; |
| 782 | 782 | |
| ... | ... | @@ -788,8 +788,8 @@ i3GEOF.graficointerativo1 = |
| 788 | 788 | var no = document.createElement("div"), id = "CorG" + parseInt(Math.random() * 100000, 10), novoselect; |
| 789 | 789 | no.innerHTML = "" |
| 790 | 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 | 793 | + "' type=text value='' title='cor' /></div>" |
| 794 | 794 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" |
| 795 | 795 | + i3GEO.configura.locaplic | ... | ... |
ferramentas/graficotema/index.js
| ... | ... | @@ -144,16 +144,16 @@ i3GEOF.graficoTema = { |
| 144 | 144 | ins += ' </select></div>'; |
| 145 | 145 | ins += ' <br>'; |
| 146 | 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 | 148 | ins += ' <br>'; |
| 149 | 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 | 151 | ins += ' <br>'; |
| 152 | 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 | 154 | ins += ' <br>'; |
| 155 | 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 | 157 | ins += ' </div>'; |
| 158 | 158 | ins += '</div> '; |
| 159 | 159 | return ins; |
| ... | ... | @@ -213,7 +213,7 @@ i3GEOF.graficoTema = { |
| 213 | 213 | for (i=0;i<n; i++){ |
| 214 | 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 | 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 | 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 | 219 | ins.push("</table>"); | ... | ... |
ferramentas/graficotema/template_mst.html
| ... | ... | @@ -37,22 +37,22 @@ |
| 37 | 37 | </div> |
| 38 | 38 | <br> |
| 39 | 39 | <p class='paragrafo'>{{{largura}}}:</p> |
| 40 | - <div class='styled-select'> | |
| 40 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 41 | 41 | <input type='text' id='i3GEOgraficotemalargura' value='50' /> |
| 42 | 42 | </div> |
| 43 | 43 | <br> |
| 44 | 44 | <p class='paragrafo'>{{{altura}}}:</p> |
| 45 | - <div class='styled-select'> | |
| 45 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 46 | 46 | <input type='text' id='i3GEOgraficotemaaltura' value='50' /> |
| 47 | 47 | </div> |
| 48 | 48 | <br> |
| 49 | 49 | <p class='paragrafo'>{{{deslocamentoFatias}}}:</p> |
| 50 | - <div class='styled-select'> | |
| 50 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 51 | 51 | <input type='text' id='i3GEOgraficotemaoffset' value='0' /> |
| 52 | 52 | </div> |
| 53 | 53 | <br> |
| 54 | 54 | <p class='paragrafo'>{{{corContorno}}}:</p> |
| 55 | - <div class='styled-select'> | |
| 55 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 56 | 56 | <input type='text' id='i3GEOgraficotemaoutlinecolor' value='0,0,0' /> |
| 57 | 57 | </div> |
| 58 | 58 | </div> |
| 59 | 59 | \ No newline at end of file | ... | ... |
ferramentas/heatmap/index.js
| ... | ... | @@ -161,7 +161,7 @@ i3GEOF.heatmap = |
| 161 | 161 | }, |
| 162 | 162 | t2 : function() { |
| 163 | 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 | 165 | + "<p class='paragrafo' >" + $trad('selecionaAtributo', i3GEOF.heatmap.dicionario) + "</p>" |
| 166 | 166 | + "<div class='styled-select' id='i3GEOheatmapondeItens' style='display:block' ></div> "; |
| 167 | 167 | |
| ... | ... | @@ -178,17 +178,17 @@ i3GEOF.heatmap = |
| 178 | 178 | t3 : function() { |
| 179 | 179 | var ins = "<p class='paragrafo'>" + $trad('tituloNovaCamada', i3GEOF.heatmap.dicionario); |
| 180 | 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 | 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 | 186 | ins += "<br><br><p class='paragrafo' >" + $trad('opacidade', i3GEOF.heatmap.dicionario); |
| 187 | 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 | 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 | 193 | i3GEO.util.proximoAnterior( |
| 194 | 194 | "i3GEOF.heatmap.t2()", |
| ... | ... | @@ -300,7 +300,7 @@ i3GEOF.heatmap = |
| 300 | 300 | retorno.dados; |
| 301 | 301 | //+ " " |
| 302 | 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 | 304 | $i("i3GEOheatmapondeItens").style.display = "block"; |
| 305 | 305 | }, |
| 306 | 306 | "i3GEOheatmapondeItens"); | ... | ... |
ferramentas/identifica/index.js
| ... | ... | @@ -449,7 +449,7 @@ i3GEOF.identifica = { |
| 449 | 449 | ins += ' </div>'; |
| 450 | 450 | ins += ' <div class=guiaobj id="'+idjanela+'i3GEOidentificaguia3obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" >'; |
| 451 | 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 | 453 | //<input onclick="javascript:this.select();" type=text class=digitar value=5 id="i3GEOidentificaresolucao" size=2 />'; |
| 454 | 454 | ins += ' <br><br></div>'; |
| 455 | 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 | 502 | $i("i3GEOF.movePonto_corpo").innerHTML = "" + |
| 503 | 503 | $trad('cliqueNovaPosicao',i3GEOF.identifica.dicionario) + |
| 504 | 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 | 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 | 508 | "<input type=buttom value='"+$trad('move',i3GEOF.identifica.dicionario)+"' id=i3GEOF.moveAplica />" + |
| 509 | 509 | "<input type=hidden value='"+tema+"' id=i3GEOF.moveAplicaTema />"; |
| 510 | 510 | ... | ... |
ferramentas/identifica/template_mst.html
| ... | ... | @@ -37,7 +37,7 @@ |
| 37 | 37 | <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia2obj" style='left: 1px'></div> |
| 38 | 38 | <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia3obj" style='left: 1px; top: 10px; display: none; font-size: 12px; overflow: hidden'> |
| 39 | 39 | {{{resolucaoBusca}}}:<br> <br> |
| 40 | - <div class='styled-select'> | |
| 40 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 41 | 41 | <input type='text' value='5' id="'+idjanela+'i3GEOidentificaresolucao" /> |
| 42 | 42 | </div> |
| 43 | 43 | <br> <br> | ... | ... |
ferramentas/importarwmc/index.js
| ... | ... | @@ -106,7 +106,7 @@ i3GEOF.importarwmc = { |
| 106 | 106 | html:function(){ |
| 107 | 107 | var ins = '<form id=i3GEOimportarwmcf target="i3GEOimportarwmciframe" action="'+i3GEO.configura.locaplic+'/ferramentas/importarwmc/upload.php" method="post" ENCTYPE="multipart/form-data">' + |
| 108 | 108 | '<p class="paragrafo" >'+$trad('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 | 110 | '<br><p class="paragrafo" ><input id=i3GEOimportarwmcbotao1 type="button" value="'+$trad('importar',i3GEOF.importarwmc.dicionario)+'" size=12 name="submit">' + |
| 111 | 111 | '<input type=hidden name=g_sid value="'+i3GEO.configura.sid+'" >' + |
| 112 | 112 | '<input type="hidden" name="MAX_FILE_SIZE" value="100000">' + | ... | ... |
ferramentas/importarwmc/template_mst.html
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <input type='file' size='18' name='i3GEOimportarwmc' style='top: 0px; left: 0px; cursor: pointer;'> |
| 5 | 5 | </p> |
| 6 | 6 | <p class='paragrafo'>Ou URL:</p> |
| 7 | - <div class='styled-select'> | |
| 7 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 8 | 8 | <input type='text' name='i3GEOimportarwmcurl' /> |
| 9 | 9 | </div> |
| 10 | 10 | <br> | ... | ... |
ferramentas/inseregrafico/index.js
| ... | ... | @@ -128,15 +128,15 @@ i3GEOF.insereGrafico = { |
| 128 | 128 | ins += ' </div>'; |
| 129 | 129 | ins += ' <div class=guiaobj id="i3GEOinseregraficoguia2obj" style="left:1px;display:none;">'; |
| 130 | 130 | ins += ' <p class=paragrafo >Tamanho do círculo:</p>'; |
| 131 | - ins += ' <div class=styled-select >'; | |
| 131 | + ins += ' <div class="i3geoForm i3geoFormIconeEdita" >'; | |
| 132 | 132 | ins += ' <input type=text value=50 id=i3GEOinseregraficow />'; |
| 133 | 133 | ins += ' </div>'; |
| 134 | 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 | 136 | ins += ' <input type=text value=1.5 id=i3GEOinseregraficoinclinacao />'; |
| 137 | 137 | ins += ' </div>'; |
| 138 | 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 | 140 | ins += ' <input type=text value=5 id=i3GEOinseregraficosombra />'; |
| 141 | 141 | ins += ' </div>'; |
| 142 | 142 | ins += ' </div>'; |
| ... | ... | @@ -298,7 +298,7 @@ i3GEOF.insereGrafico = { |
| 298 | 298 | for (i=0;i<n; i++){ |
| 299 | 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 | 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 | 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 | 304 | ins.push("</table>"); | ... | ... |
ferramentas/inseregrafico/template_mst.html
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <input type='file' size='18' name='i3GEOimportarwmc' style='top: 0px; left: 0px; cursor: pointer;'> |
| 5 | 5 | </p> |
| 6 | 6 | <p class='paragrafo'>Ou URL:</p> |
| 7 | - <div class='styled-select'> | |
| 7 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 8 | 8 | <input type='text' name='i3GEOimportarwmcurl' /> |
| 9 | 9 | </div> |
| 10 | 10 | <br> | ... | ... |
ferramentas/inseretxt/index.js
| ... | ... | @@ -181,7 +181,7 @@ i3GEOF.inseretxt = { |
| 181 | 181 | '</div><br>' + |
| 182 | 182 | ' <div class=guiaobj id="i3GEOinseretxtguia1obj" style="left:1px;display:none;">' + |
| 183 | 183 | ' <p class="paragrafo" >'+$trad('insereTexto',i3GEOF.inseretxt.dicionario)+':</p>' + |
| 184 | - ' <div class="styled-select" >' + | |
| 184 | + ' <div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 185 | 185 | ' <input type="text" id="i3GEOinseretxttexto" value="" />' + |
| 186 | 186 | ' </div>' + |
| 187 | 187 | ' <br><p class="paragrafo" >' + | ... | ... |
ferramentas/inseretxt/template_mst.html
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | <br> |
| 25 | 25 | <div class='guiaobj' id='i3GEOinseretxtguia1obj' style='left: 1px; display: none;'> |
| 26 | 26 | <p class='paragrafo'>{{{insereTexto}}}:</p> |
| 27 | - <div class='styled-select'> | |
| 27 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 28 | 28 | <input type='text' id='i3GEOinseretxttexto' value='' /> |
| 29 | 29 | </div> |
| 30 | 30 | <br> | ... | ... |
ferramentas/inserexy2/template_mst.html
| ... | ... | @@ -65,7 +65,7 @@ |
| 65 | 65 | <div class='styled-select' id='i3GEOinserexyshapefileitem'></div> |
| 66 | 66 | <br> |
| 67 | 67 | <p class='paragrafo'>Valor:</p> |
| 68 | - <div class='styled-select'> | |
| 68 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 69 | 69 | <input type='text' value='' id='i3GEOinserexyvalorItem' /> |
| 70 | 70 | </div> |
| 71 | 71 | <br> |
| ... | ... | @@ -79,19 +79,19 @@ |
| 79 | 79 | |
| 80 | 80 | <div class='guiaobj' id='i3GEOinserexyguia2obj' style='left: 1px; display: none;'> |
| 81 | 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 | 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 | 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 | 90 | </div> |
| 91 | 91 | <br> <br> |
| 92 | 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 | 95 | </div> |
| 96 | 96 | <div id='opcdd' style='top: 15px; left: 0px'> |
| 97 | 97 | <p class='paragrafo'> |
| ... | ... | @@ -118,36 +118,36 @@ |
| 118 | 118 | </div> |
| 119 | 119 | <div id='i3GEOinserexydigmascara' style='left: 0px'> |
| 120 | 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 | 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 | 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 | 129 | </div> |
| 130 | 130 | <br> |
| 131 | 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 | 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 | 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 | 140 | </div> |
| 141 | 141 | </div> |
| 142 | 142 | <div id='i3GEOinserexydigcampo' style='display: none; left: 0px'> |
| 143 | 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 | 146 | </div> |
| 147 | 147 | <br> |
| 148 | 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 | 151 | </div> |
| 152 | 152 | </div> |
| 153 | 153 | <br> |
| ... | ... | @@ -164,8 +164,8 @@ |
| 164 | 164 | <div class='guiaobj' id='i3GEOinserexyguia4obj' style='left: 1px; display: none;'> |
| 165 | 165 | <br> |
| 166 | 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 | 169 | </div> |
| 170 | 170 | <br> <br> |
| 171 | 171 | <p class='paragrafo'> | ... | ... |
ferramentas/legenda/index.js
| ... | ... | @@ -1674,7 +1674,7 @@ i3GEOF.legenda = |
| 1674 | 1674 | linha = linha.split("#"); |
| 1675 | 1675 | tipoLayer = linha[0]; |
| 1676 | 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 | 1678 | + "<input type=text value='" |
| 1679 | 1679 | + linha[2] |
| 1680 | 1680 | + "' id='i3GEOlegendaoutlinecolor' />" |
| ... | ... | @@ -1685,7 +1685,7 @@ i3GEOF.legenda = |
| 1685 | 1685 | + "<tr><td style='text-align:left;'>" |
| 1686 | 1686 | + $trad('corFundo', i3GEOF.legenda.dicionario) |
| 1687 | 1687 | + ":</td><td>" |
| 1688 | - + "<div class=styled-select >" | |
| 1688 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" | |
| 1689 | 1689 | + "<input type=text value='" |
| 1690 | 1690 | + linha[3] |
| 1691 | 1691 | + "' id='i3GEOlegendabackgroundcolor' />" |
| ... | ... | @@ -1696,7 +1696,7 @@ i3GEOF.legenda = |
| 1696 | 1696 | + "<tr><td style='text-align:left;'>" |
| 1697 | 1697 | + $trad('corFrente', i3GEOF.legenda.dicionario) |
| 1698 | 1698 | + ":</td><td>" |
| 1699 | - + "<div class=styled-select >" | |
| 1699 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" | |
| 1700 | 1700 | + "<input type=text value='" |
| 1701 | 1701 | + linha[4] |
| 1702 | 1702 | + "' id='i3GEOlegendacolor' />" |
| ... | ... | @@ -1707,7 +1707,7 @@ i3GEOF.legenda = |
| 1707 | 1707 | + "<tr><td style='text-align:left;'>" |
| 1708 | 1708 | + $trad('tamanhoEspacamento', i3GEOF.legenda.dicionario) |
| 1709 | 1709 | + ":</td><td>" |
| 1710 | - + "<div class=styled-select >" | |
| 1710 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" | |
| 1711 | 1711 | + "<input type=text value='" |
| 1712 | 1712 | + linha[6] |
| 1713 | 1713 | + "' id='i3GEOlegendasizes' />" |
| ... | ... | @@ -1716,7 +1716,7 @@ i3GEOF.legenda = |
| 1716 | 1716 | + "<tr><td style='text-align:left;'>" |
| 1717 | 1717 | + $trad('espessura', i3GEOF.legenda.dicionario) |
| 1718 | 1718 | + ":</td><td>" |
| 1719 | - + "<div class=styled-select >" | |
| 1719 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" | |
| 1720 | 1720 | + "<input type=text value='" |
| 1721 | 1721 | + linha[8] |
| 1722 | 1722 | + "' id='i3GEOlegendawidth' />" |
| ... | ... | @@ -1725,7 +1725,7 @@ i3GEOF.legenda = |
| 1725 | 1725 | + "<tr><td style='text-align:left;'>" |
| 1726 | 1726 | + $trad('padraoRepeticao', i3GEOF.legenda.dicionario) |
| 1727 | 1727 | + ":</td><td>" |
| 1728 | - + "<div class=styled-select >" | |
| 1728 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" | |
| 1729 | 1729 | + "<input type=text value='" |
| 1730 | 1730 | + linha[9] |
| 1731 | 1731 | + "' id='i3GEOlegendapattern' />" |
| ... | ... | @@ -1734,7 +1734,7 @@ i3GEOF.legenda = |
| 1734 | 1734 | + "<tr><td style='text-align:left;'>" |
| 1735 | 1735 | + $trad('opacidade', i3GEOF.legenda.dicionario) |
| 1736 | 1736 | + ":</td><td>" |
| 1737 | - + "<div class=styled-select >" | |
| 1737 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" | |
| 1738 | 1738 | + "<input type=text value='" |
| 1739 | 1739 | + linha[7] |
| 1740 | 1740 | + "' id='i3GEOlegendaopacidade' />" |
| ... | ... | @@ -1743,7 +1743,7 @@ i3GEOF.legenda = |
| 1743 | 1743 | + "<tr><td style='text-align:left;'>" |
| 1744 | 1744 | + $trad('angulo', i3GEOF.legenda.dicionario) |
| 1745 | 1745 | + ":</td><td>" |
| 1746 | - + "<div class=styled-select >" | |
| 1746 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" | |
| 1747 | 1747 | + "<input type=text value='" |
| 1748 | 1748 | + linha[10] |
| 1749 | 1749 | + "' id='i3GEOlegendaangulo' />" |
| ... | ... | @@ -1752,7 +1752,7 @@ i3GEOF.legenda = |
| 1752 | 1752 | + "<tr><td style='text-align:left;'>" |
| 1753 | 1753 | + $trad('simbolo', i3GEOF.legenda.dicionario) |
| 1754 | 1754 | + ":</td><td>" |
| 1755 | - + "<div class=styled-select >" | |
| 1755 | + + "<div class='i3geoForm i3geoFormIconeEdita' >" | |
| 1756 | 1756 | + "<input type=text value='" |
| 1757 | 1757 | + linha[5] |
| 1758 | 1758 | + "' id='i3GEOlegendasymbolname' />" | ... | ... |
ferramentas/legenda/template_mst.html
| ... | ... | @@ -72,7 +72,7 @@ |
| 72 | 72 | <tr> |
| 73 | 73 | <td>{{{de}}}:</td> |
| 74 | 74 | <td> |
| 75 | - <div class='styled-select' style='width: 120px'> | |
| 75 | + <div class='i3geoForm100 i3geoFormIconeEdita' > | |
| 76 | 76 | <input type='text' id='i3GEOlegendaacori' value='0,0,0' /> |
| 77 | 77 | </div> |
| 78 | 78 | </td> |
| ... | ... | @@ -81,7 +81,7 @@ |
| 81 | 81 | </td> |
| 82 | 82 | <td>{{{ate}}}:</td> |
| 83 | 83 | <td> |
| 84 | - <div class='styled-select' style='width: 120px'> | |
| 84 | + <div class='i3geoForm100 i3geoFormIconeEdita' > | |
| 85 | 85 | <input type='text' id='i3GEOlegendaacorf' value='255,255,255' /> |
| 86 | 86 | </div> |
| 87 | 87 | </td> |
| ... | ... | @@ -161,7 +161,7 @@ |
| 161 | 161 | <hr> |
| 162 | 162 | <p class='paragrafo'>{{{criaClassesItemNumerico}}}</p> |
| 163 | 163 | <p class='paragrafo'>{{{numeroClasses}}}:</p> |
| 164 | - <div class='styled-select'> | |
| 164 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 165 | 165 | <input type='text' id='i3GEOlegendanclasses' value='5' /> |
| 166 | 166 | </div> |
| 167 | 167 | <br> | ... | ... |
ferramentas/markercluster/index.js
| ... | ... | @@ -208,19 +208,19 @@ i3GEOF.markercluster = { |
| 208 | 208 | + $trad( |
| 209 | 209 | 'tituloNovaCamada', |
| 210 | 210 | i3GEOF.markercluster.dicionario); |
| 211 | - ins += "<br></p><div class=styled-select ><input onclick='javascript:this.select();' class=digitar id='i3GEOmarkerclusterTitulo' type=text value='Mapa de agrupamento'/></div>"; | |
| 211 | + ins += "<br></p><div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOmarkerclusterTitulo' type=text value='Mapa de agrupamento'/></div>"; | |
| 212 | 212 | |
| 213 | 213 | ins += "<br><p class='paragrafo' >" |
| 214 | 214 | + $trad( |
| 215 | 215 | 'raio', |
| 216 | 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 | 219 | ins += "<br><p class='paragrafo' >" |
| 220 | 220 | + $trad( |
| 221 | 221 | 'opacidade', |
| 222 | 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 | 225 | i3GEO.util.proximoAnterior( |
| 226 | 226 | "i3GEOF.markercluster.t1()", | ... | ... |
ferramentas/mostraexten/template_mst.html
| 1 | 1 | <div style='padding: 5px'> |
| 2 | 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 | 4 | <p class='paragrafo'>{{{digitaCoord}}}:</p> |
| 5 | 5 | <table class='lista3' style='width: 350px;'> |
| 6 | 6 | <tr> |
| 7 | 7 | <td>{{{longW}}}:</td> |
| 8 | 8 | <td> |
| 9 | - <div class='styled-select' style='width: 40px; float: left;'> | |
| 9 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> | |
| 10 | 10 | <input type='text' id='i3GEOmostraExtenxg' value='-00' /> |
| 11 | 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 | 13 | <input type='text' id='i3GEOmostraExtenxm' value='00' /> |
| 14 | 14 | </div> |
| 15 | - <div class='styled-select' style='width: 50px; margin-left: 5px;'> | |
| 15 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> | |
| 16 | 16 | <input type='text' id='i3GEOmostraExtenxs' value='0.0' /> |
| 17 | 17 | </div> |
| 18 | 18 | </td> |
| ... | ... | @@ -20,13 +20,13 @@ |
| 20 | 20 | <tr> |
| 21 | 21 | <td>{{{latS}}}:</td> |
| 22 | 22 | <td> |
| 23 | - <div class='styled-select' style='width: 40px; float: left;'> | |
| 23 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> | |
| 24 | 24 | <input type='text' id='i3GEOmostraExtenyg' value='-00' /> |
| 25 | 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 | 27 | <input type='text' id='i3GEOmostraExtenym' value='00' /> |
| 28 | 28 | </div> |
| 29 | - <div class='styled-select' style='width: 50px; margin-left: 5px;'> | |
| 29 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> | |
| 30 | 30 | <input type='text' id='i3GEOmostraExtenys' value='0.0' /> |
| 31 | 31 | </div> |
| 32 | 32 | </td> |
| ... | ... | @@ -34,13 +34,13 @@ |
| 34 | 34 | <tr> |
| 35 | 35 | <td>{{{longE}}}:</td> |
| 36 | 36 | <td> |
| 37 | - <div class='styled-select' style='width: 40px; float: left;'> | |
| 37 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> | |
| 38 | 38 | <input type='text' id='i3GEOmostraExtenxxg' value='-00' /> |
| 39 | 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 | 41 | <input type='text' id='i3GEOmostraExtenxxm' value='00' /> |
| 42 | 42 | </div> |
| 43 | - <div class='styled-select' style='width: 50px; margin-left: 5px;'> | |
| 43 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> | |
| 44 | 44 | <input type='text' id='i3GEOmostraExtenxxs' value='0.0' /> |
| 45 | 45 | </div> |
| 46 | 46 | </td> |
| ... | ... | @@ -48,13 +48,13 @@ |
| 48 | 48 | <tr> |
| 49 | 49 | <td>{{{latN}}}:</td> |
| 50 | 50 | <td> |
| 51 | - <div class='styled-select' style='width: 40px; float: left;'> | |
| 51 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> | |
| 52 | 52 | <input type='text' id='i3GEOmostraExtenyyg' value='-00' /> |
| 53 | 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 | 55 | <input type='text' id='i3GEOmostraExtenyym' value='00' /> |
| 56 | 56 | </div> |
| 57 | - <div class='styled-select' style='width: 50px; margin-left: 5px;'> | |
| 57 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> | |
| 58 | 58 | <input type='text' id='i3GEOmostraExtenyys' value='0.0' /> |
| 59 | 59 | </div> |
| 60 | 60 | </td> | ... | ... |
ferramentas/opcoes_autoredesenha/template_mst.html
ferramentas/opcoes_label/index.js
| ... | ... | @@ -102,44 +102,44 @@ i3GEOF.proplabel = { |
| 102 | 102 | '</div>' + |
| 103 | 103 | |
| 104 | 104 | '<br><p class="paragrafo">'+$trad('tamanho',i3GEOF.proplabel.dicionario)+':</p>' + |
| 105 | - '<div class="styled-select" >' + | |
| 105 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 106 | 106 | '<input type="text" value="8" id="i3GEOproplabeltamanho_i" />' + |
| 107 | 107 | '</div>'; |
| 108 | 108 | |
| 109 | 109 | if(conector === true){ |
| 110 | 110 | ins += '<br><p class="paragrafo">'+$trad('larguraConector',i3GEOF.proplabel.dicionario)+':</p>' + |
| 111 | - '<div class="styled-select" >' + | |
| 111 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 112 | 112 | '<input type="text" value="2" id="i3GEOproplabeltamanho_c" />' + |
| 113 | 113 | '</div>' + |
| 114 | 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 | 116 | '<input type="text" value="0 0 0" id="i3GEOproplabelfrente_c" />' + |
| 117 | 117 | '</div>' + |
| 118 | 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 | 120 | ins += '<br><p class="paragrafo">'+$trad('angulo',i3GEOF.proplabel.dicionario)+':</p>' + |
| 121 | - '<div class="styled-select" >' + | |
| 121 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 122 | 122 | '<input type="text" value="0" id="i3GEOproplabelangulo_i" />' + |
| 123 | 123 | '</div>' + |
| 124 | 124 | |
| 125 | 125 | '<br><p class="paragrafo">'+$trad('deslocamento',i3GEOF.proplabel.dicionario)+' X:</p>' + |
| 126 | - '<div class="styled-select" >' + | |
| 126 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 127 | 127 | '<input type="text" value="0" id="i3GEOproplabeloffsetx_i" />' + |
| 128 | 128 | '</div>' + |
| 129 | 129 | |
| 130 | 130 | '<br><p class="paragrafo">'+$trad('deslocamento',i3GEOF.proplabel.dicionario)+' Y:</p>' + |
| 131 | - '<div class="styled-select" >' + | |
| 131 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 132 | 132 | '<input type="text" value="0" id="i3GEOproplabeloffsety_i" />' + |
| 133 | 133 | '</div>' + |
| 134 | 134 | |
| 135 | 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 | 137 | '<input type="text" value="0 0 0" id="i3GEOproplabelfrente_i" />' + |
| 138 | 138 | '</div>' + |
| 139 | 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 | 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 | 143 | '<input type="text" value="" id="i3GEOproplabelmascara_i" />' + |
| 144 | 144 | '</div>' + |
| 145 | 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 | 161 | '</div>' + |
| 162 | 162 | |
| 163 | 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 | 165 | '<input type="text" value="" id="i3GEOproplabelfundoc_i" />' + |
| 166 | 166 | '</div>' + |
| 167 | 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 | 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 | 171 | '<input type="text" value="" id="i3GEOproplabelsombra_i" />' + |
| 172 | 172 | '</div>' + |
| 173 | 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 | 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 | 177 | '<input type="text" value="1" id="i3GEOproplabelsombrax_i" />' + |
| 178 | 178 | '</div>' + |
| 179 | 179 | |
| 180 | 180 | '<br><p class="paragrafo">'+$trad('deslocamentoSombraFundo',i3GEOF.proplabel.dicionario)+' Y:</p>' + |
| 181 | - '<div class="styled-select" >' + | |
| 181 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 182 | 182 | '<input type="text" value="1" id="i3GEOproplabelsombray_i" />' + |
| 183 | 183 | '</div>' + |
| 184 | 184 | |
| 185 | 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 | 187 | '<input type="text" value="" id="i3GEOproplabelfrentes_i" />' + |
| 188 | 188 | '</div>' + |
| 189 | 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 | 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 | 193 | '<input type="text" value="1" id="i3GEOproplabelfrentex_i" />' + |
| 194 | 194 | '</div>' + |
| 195 | 195 | |
| 196 | 196 | '<br><p class="paragrafo">'+$trad('deslocamentoTextoFundo',i3GEOF.proplabel.dicionario)+' Y:</p>' + |
| 197 | - '<div class="styled-select" >' + | |
| 197 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 198 | 198 | '<input type="text" value="1" id="i3GEOproplabelfrentey_i" />' + |
| 199 | 199 | '</div>' + |
| 200 | 200 | |
| ... | ... | @@ -207,12 +207,12 @@ i3GEOF.proplabel = { |
| 207 | 207 | '</div>' + |
| 208 | 208 | |
| 209 | 209 | '<br><p class="paragrafo">'+$trad('distanciaMinimaTextos',i3GEOF.proplabel.dicionario)+':</p>' + |
| 210 | - '<div class="styled-select" >' + | |
| 210 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 211 | 211 | '<input type="text" value="auto" id="i3GEOproplabelmindistance_i" />' + |
| 212 | 212 | '</div>' + |
| 213 | 213 | |
| 214 | 214 | '<br><p class="paragrafo">'+$trad('tamanhoMinimoElemento',i3GEOF.proplabel.dicionario)+':</p>' + |
| 215 | - '<div class="styled-select" >' + | |
| 215 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 216 | 216 | '<input type="text" value="auto" id="i3GEOproplabelminfeaturesize_i" />' + |
| 217 | 217 | '</div>' + |
| 218 | 218 | |
| ... | ... | @@ -225,7 +225,7 @@ i3GEOF.proplabel = { |
| 225 | 225 | '</div>' + |
| 226 | 226 | |
| 227 | 227 | '<br><p class="paragrafo">'+$trad('caracterQuebraTexto',i3GEOF.proplabel.dicionario)+':</p>' + |
| 228 | - '<div class="styled-select" >' + | |
| 228 | + '<div class="i3geoForm i3geoFormIconeEdita" >' + | |
| 229 | 229 | '<input type="text" value="" id="i3GEOproplabelwrap_i" />' + |
| 230 | 230 | '</div></div><br><br>'; |
| 231 | 231 | return ins; | ... | ... |
ferramentas/perfil/template_mst.html
ferramentas/preferencias/index.js
| ... | ... | @@ -511,7 +511,7 @@ i3GEOF.preferencias = { |
| 511 | 511 | ins += "<p class=paragrafo title='"+props[j].elemento+"'>"+props[j].titulo+"</p>"; |
| 512 | 512 | |
| 513 | 513 | if(props[j].tipo === "numero" || props[j].tipo === "texto"){ |
| 514 | - ins += "<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 | 516 | if(props[j].tipo === "boolean" || props[j].tipo === "select"){ |
| 517 | 517 | if(props[j].tipo === "boolean"){ | ... | ... |
ferramentas/selecao/index.js
| ... | ... | @@ -912,8 +912,7 @@ i3GEOF.selecao = { |
| 912 | 912 | conector += "<option value='not'>not</option></select></div>"; |
| 913 | 913 | |
| 914 | 914 | valor = document.createElement("div"); |
| 915 | - valor.className = 'styled-select'; | |
| 916 | - valor.style.width = "100px"; | |
| 915 | + valor.className = 'i3geoForm100 i3geoFormIconeEdita'; | |
| 917 | 916 | valor.style.marginLeft="5px"; |
| 918 | 917 | valor.innerHTML = "<input type=text value='' />"; |
| 919 | 918 | ... | ... |
ferramentas/tabela/template_mst.html
| ... | ... | @@ -84,7 +84,7 @@ |
| 84 | 84 | <br> |
| 85 | 85 | <p class='paragrafo' style='position: relative;'> |
| 86 | 86 | <label>{{{excluicalc}}}:</label> |
| 87 | - <div class='styled-select'> | |
| 87 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 88 | 88 | <input type='text' id='{{{idjanela}}}i3GEOtabelafiltro1' value='' /> |
| 89 | 89 | </div> |
| 90 | 90 | <br> |
| ... | ... | @@ -110,7 +110,7 @@ |
| 110 | 110 | |
| 111 | 111 | <p class='paragrafo'>{{{excvalor}}} : |
| 112 | 112 | <p class='paragrafo'> |
| 113 | - <div class='styled-select'> | |
| 113 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 114 | 114 | <input type='text' id='{{{idjanela}}}i3GEOtabelaexcestat' value='' /> |
| 115 | 115 | </div> |
| 116 | 116 | <br> | ... | ... |
ferramentas/tme/template_mst.html
| 1 | 1 | <div style='text-align: left; background: yellow;' id='i3GEOTMEresultado'></div> |
| 2 | 2 | <p class='paragrafo'>{{{tituloMapa}}} |
| 3 | -<div class='styled-select'> | |
| 3 | +<div class='i3geoForm i3geoFormIconeEdita'> | |
| 4 | 4 | <input type='text' value='' id='i3GEOTMEtitulo' /> |
| 5 | 5 | </div> |
| 6 | 6 | <br> |
| 7 | 7 | <p class='paragrafo'>{{{descricaoMapa}}} |
| 8 | -<div class='styled-select'> | |
| 8 | +<div class='i3geoForm i3geoFormIconeEdita'> | |
| 9 | 9 | <input type='text' value='' id='i3GEOTMEdesc' /> |
| 10 | 10 | </div> |
| 11 | 11 | <br> |
| 12 | 12 | <p class='paragrafo'>{{{alturaMaxBarras}}} |
| 13 | -<div class='styled-select'> | |
| 13 | +<div class='i3geoForm i3geoFormIconeEdita'> | |
| 14 | 14 | <input type='text' value='5000' id='i3GEOTMEbarSize' /> |
| 15 | 15 | </div> |
| 16 | 16 | <br> |
| 17 | 17 | <p class='paragrafo'>{{{larguraMaxBarras}}} |
| 18 | -<div class='styled-select'> | |
| 18 | +<div class='i3geoForm i3geoFormIconeEdita'> | |
| 19 | 19 | <input type='text' value='2000000' id='i3GEOTMEmaxHeight' /> |
| 20 | 20 | </div> |
| 21 | 21 | <br> | ... | ... |
ferramentas/toponimia/template_mst.html
| ... | ... | @@ -38,36 +38,36 @@ |
| 38 | 38 | |
| 39 | 39 | <br> |
| 40 | 40 | <p class='paragrafo'>{{{tamanho}}}:</p> |
| 41 | - <div class='styled-select'> | |
| 41 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 42 | 42 | <input type='text' value='8' id='i3GEOtoponimiatamanho_i' /> |
| 43 | 43 | </div> |
| 44 | 44 | |
| 45 | 45 | <br> |
| 46 | 46 | <p class='paragrafo'>{{{angulo}}}:</p> |
| 47 | - <div class='styled-select'> | |
| 47 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 48 | 48 | <input type='text' value='0' id='i3GEOtoponimiaangulo_i' /> |
| 49 | 49 | </div> |
| 50 | 50 | |
| 51 | 51 | <br> |
| 52 | 52 | <p class='paragrafo'>{{{deslocamentoTexto}}} X:</p> |
| 53 | - <div class='styled-select'> | |
| 53 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 54 | 54 | <input type='text' value='0' id='i3GEOtoponimiaoffsetx_i' /> |
| 55 | 55 | </div> |
| 56 | 56 | |
| 57 | 57 | <br> |
| 58 | 58 | <p class='paragrafo'>{{{deslocamentoTexto}}} Y:</p> |
| 59 | - <div class='styled-select'> | |
| 59 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 60 | 60 | <input type='text' value='0' id='i3GEOtoponimiaoffsety_i' /> |
| 61 | 61 | </div> |
| 62 | 62 | |
| 63 | 63 | <br> |
| 64 | 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 | 66 | <input type='text' value='0 0 0' id='i3GEOtoponimiafrente_i' /> |
| 67 | 67 | </div> |
| 68 | 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 | 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 | 71 | <input type='text' value='' id='i3GEOtoponimiamascara_i' /> |
| 72 | 72 | </div> |
| 73 | 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 | 89 | |
| 90 | 90 | <br> |
| 91 | 91 | <p class='paragrafo'>{{{corFundo}}}: |
| 92 | - <div class='styled-select' style='width: 100px; float: left;'> | |
| 92 | + <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> | |
| 93 | 93 | <input type='text' value='' id='i3GEOtoponimiafundoc_i' /> |
| 94 | 94 | </div> |
| 95 | 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 | 96 | <p class='paragrafo'>{{{corSombraFundo}}}: |
| 97 | - <div class='styled-select' style='width: 100px; float: left;'> | |
| 97 | + <div class='i3geoForm i3geoFormIconeEdita' style='float: left;'> | |
| 98 | 98 | <input type='text' value='' id='i3GEOtoponimiasombra_i' /> |
| 99 | 99 | </div> |
| 100 | 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 | 101 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> |
| 102 | - <div class='styled-select'> | |
| 102 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 103 | 103 | <input type='text' value='1' id='i3GEOtoponimiasombrax_i' /> |
| 104 | 104 | </div> |
| 105 | 105 | <br> |
| 106 | 106 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> |
| 107 | - <div class='styled-select'> | |
| 107 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 108 | 108 | <input type='text' value='1' id='i3GEOtoponimiasombray_i' /> |
| 109 | 109 | </div> |
| 110 | 110 | <br> |
| 111 | 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 | 113 | <input type='text' value='' id='i3GEOtoponimiafrentes_i' /> |
| 114 | 114 | </div> |
| 115 | 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 | 116 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> |
| 117 | - <div class='styled-select'> | |
| 117 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 118 | 118 | <input type='text' value='1' id='i3GEOtoponimiafrentex_i' /> |
| 119 | 119 | </div> |
| 120 | 120 | <br> |
| 121 | 121 | <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> |
| 122 | - <div class='styled-select'> | |
| 122 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 123 | 123 | <input type='text' value='1' id='i3GEOtoponimiafrentey_i' /> |
| 124 | 124 | </div> |
| 125 | 125 | <br> |
| ... | ... | @@ -132,12 +132,12 @@ |
| 132 | 132 | </div> |
| 133 | 133 | <br> |
| 134 | 134 | <p class='paragrafo'>{{{distanciaMinTextos}}}:</p> |
| 135 | - <div class='styled-select'> | |
| 135 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 136 | 136 | <input type='text' value='auto' id='i3GEOtoponimiamindistance_i' /> |
| 137 | 137 | </div> |
| 138 | 138 | <br> |
| 139 | 139 | <p class='paragrafo'>{{{tamanhoMinElementoCarto}}}:</p> |
| 140 | - <div class='styled-select'> | |
| 140 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 141 | 141 | <input type='text' value='auto' id='i3GEOtoponimiaminfeaturesize_i' /> |
| 142 | 142 | </div> |
| 143 | 143 | <br> |
| ... | ... | @@ -150,7 +150,7 @@ |
| 150 | 150 | </div> |
| 151 | 151 | <br> |
| 152 | 152 | <p class='paragrafo'>{{{caracterQuebraTexto}}}:</p> |
| 153 | - <div class='styled-select'> | |
| 153 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 154 | 154 | <input type='text' value='' id='i3GEOtoponimiawrap_i' /> |
| 155 | 155 | </div> |
| 156 | 156 | <br> <br>'; | ... | ... |
ferramentas/upload/index.js
| ... | ... | @@ -113,7 +113,7 @@ i3GEOF.upload = { |
| 113 | 113 | if(i3GEO.parametros.editor === "sim"){ |
| 114 | 114 | ins += '<fieldset class=subbloco >' + |
| 115 | 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 | 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 | 118 | '<p class="paragrafo" ><input type=checkbox name=i3GEOuploadCriaMapfile id=i3GEOuploadCriaMapfile /> '+$trad('criaMapfile',i3GEOF.upload.dicionario) + |
| 119 | 119 | '</fieldset>'; | ... | ... |
ferramentas/uploaddbf/template_mst.html
| ... | ... | @@ -11,12 +11,12 @@ |
| 11 | 11 | </fieldset> |
| 12 | 12 | <fieldset class='subbloco'> |
| 13 | 13 | <p class='paragrafo'>{{{colunaX}}}:</p> |
| 14 | - <div class='styled-select'> | |
| 14 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 15 | 15 | <input type='text' name='i3GEOuploaddbfnomex'> |
| 16 | 16 | </div> |
| 17 | 17 | <br> |
| 18 | 18 | <p class='paragrafo'>{{{colunaY}}}:</p> |
| 19 | - <div class='styled-select'> | |
| 19 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 20 | 20 | <input type='text' name='i3GEOuploaddbfnomey'> |
| 21 | 21 | </div> |
| 22 | 22 | <br> | ... | ... |
ferramentas/uploadkml/template_mst.html
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | </fieldset> |
| 8 | 8 | <fieldset class='subbloco'> |
| 9 | 9 | <p class='paragrafo'>{{{nomeLayerKml}}}</p> |
| 10 | - <div class='styled-select'> | |
| 10 | + <div class='i3geoForm i3geoFormIconeEdita'> | |
| 11 | 11 | <input type='text' size='42' name='layerkml' value='' /> |
| 12 | 12 | </div> |
| 13 | 13 | </fieldset> | ... | ... |
ferramentas/uploadsimbolo/index.js
| ... | ... | @@ -100,7 +100,7 @@ i3GEOF.uploadsimbolo = { |
| 100 | 100 | var ins = '<form id=i3GEOuploadsimbolof target="i3GEOuploadsimboloiframe" action="'+i3GEO.configura.locaplic+'/ferramentas/uploadsimbolo/upload.php" method="post" ENCTYPE="multipart/form-data">' + |
| 101 | 101 | '<p class="paragrafo" >PNG/JPG: <br><input type="file" size=22 name="i3GEOuploadsimboloarq" style="top:0px;left:0px;cursor:pointer;"></p>'; |
| 102 | 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 | 104 | //ins += "<img onclick='i3GEOF.uploadsimbolo.selNavegador(\"dirDestino\")' src='"+limg+"' style='cursor:pointer;position :relative;top:2px'/></p>"; |
| 105 | 105 | } |
| 106 | 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 | 61 | ins += "<option value='"+key+"'>"+wms_configura[key].titulo+"</option>"; |
| 62 | 62 | } |
| 63 | 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 | 65 | ins += "<p><TEXTAREA id='WMS_descricao' rows='3' style='width:95%' ></TEXTAREA></p>"; |
| 66 | 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 | 76 | ins += "</table>"; |
| 77 | 77 | //ins += "<div style='position:absolute;left:120px;top:180px'>" | ... | ... |