Commit 1e2cc52af9278c20c90a0267c2731dcab3b40e82
1 parent
1e7d68b4
Exists in
master
and in
7 other branches
Adaptação dos cmpos input type=number
Showing
7 changed files
with
23 additions
and
23 deletions
Show diff stats
ferramentas/buffer/template_mst.html
| @@ -11,8 +11,8 @@ | @@ -11,8 +11,8 @@ | ||
| 11 | <div id='i3GEOF.buffer.t2'> | 11 | <div id='i3GEOF.buffer.t2'> |
| 12 | <p class='paragrafo'> | 12 | <p class='paragrafo'> |
| 13 | {{{entorno}}} <br> | 13 | {{{entorno}}} <br> |
| 14 | - <div class='i3geoForm i3geoFormIconeEdita' style='display: block'> | ||
| 15 | - <input id='i3GEObufferd' type=text value='0' /> | 14 | + <div class='i3geoForm i3geoFormIconeNumero' style='display: block'> |
| 15 | + <input id='i3GEObufferd' type=number value='0' /> | ||
| 16 | </div> | 16 | </div> |
| 17 | <br> | 17 | <br> |
| 18 | <p class='paragrafo'> | 18 | <p class='paragrafo'> |
ferramentas/gradehex/index.js
| @@ -166,7 +166,7 @@ i3GEOF.gradeDeHex = { | @@ -166,7 +166,7 @@ i3GEOF.gradeDeHex = { | ||
| 166 | ins += "<p class='paragrafo'> "; | 166 | ins += "<p class='paragrafo'> "; |
| 167 | if($i("i3GEOgradedehexProj").checked){ | 167 | if($i("i3GEOgradedehexProj").checked){ |
| 168 | ins += $trad('metros',i3GEOF.gradeDeHex.dicionario); | 168 | ins += $trad('metros',i3GEOF.gradeDeHex.dicionario); |
| 169 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedehexxg' title='metros' type=text value='100000'/></div>"; | 169 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedehexxg' title='metros' type=number value='100000'/></div>"; |
| 170 | } | 170 | } |
| 171 | else{ | 171 | else{ |
| 172 | ins += $trad('grau',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDeHex.dicionario)+"</p>"; | 172 | ins += $trad('grau',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('minuto',i3GEOF.gradeDeHex.dicionario)+" - "+$trad('segundo',i3GEOF.gradeDeHex.dicionario)+"</p>"; |
| @@ -198,9 +198,9 @@ i3GEOF.gradeDeHex = { | @@ -198,9 +198,9 @@ i3GEOF.gradeDeHex = { | ||
| 198 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDeHex.dicionario)+"</b>"; | 198 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDeHex.dicionario)+"</b>"; |
| 199 | 199 | ||
| 200 | ins += "<p class='paragrafo'>X</p>"; | 200 | ins += "<p class='paragrafo'>X</p>"; |
| 201 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedehexnptx' title='pontos em x' type=text value='10'/></div>"; | 201 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedehexnptx' title='pontos em x' type=number value='10'/></div>"; |
| 202 | ins += "<br><p class='paragrafo'>Y"; | 202 | ins += "<br><p class='paragrafo'>Y"; |
| 203 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedehexnpty' title='pontos em y' type=text value='10'/></div>"; | 203 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedehexnpty' title='pontos em y' type=number value='10'/></div>"; |
| 204 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t2()","i3GEOF.gradeDeHex.t4()",ins,"i3GEOF.gradeDeHex.t3()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); | 204 | i3GEO.util.proximoAnterior("i3GEOF.gradeDeHex.t2()","i3GEOF.gradeDeHex.t4()",ins,"i3GEOF.gradeDeHex.t3()","i3GEOgradedehexresultado",true,"i3GEOF.gradeDeHex_rodape"); |
| 205 | }, | 205 | }, |
| 206 | t4: function(){ | 206 | t4: function(){ |
ferramentas/gradepol/index.js
| @@ -164,9 +164,9 @@ i3GEOF.gradeDePoligonos = { | @@ -164,9 +164,9 @@ i3GEOF.gradeDePoligonos = { | ||
| 164 | var ins = "<p class='paragrafo'><b>"+$trad('distancia',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; | 164 | var ins = "<p class='paragrafo'><b>"+$trad('distancia',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
| 165 | if($i("i3GEOgradedepoligonosProj").checked){ | 165 | if($i("i3GEOgradedepoligonosProj").checked){ |
| 166 | ins += "<p class='paragrafo'>" + $trad('metros',i3GEOF.gradeDePoligonos.dicionario)+" X:"; | 166 | ins += "<p class='paragrafo'>" + $trad('metros',i3GEOF.gradeDePoligonos.dicionario)+" X:"; |
| 167 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepoligonosxg' title='metros' type=text value='100000'/></div>"; | 167 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedepoligonosxg' title='metros' type=number value='100000'/></div>"; |
| 168 | ins += "<br><p class='paragrafo'>"+$trad('metros',i3GEOF.gradeDePoligonos.dicionario)+" Y:"; | 168 | ins += "<br><p class='paragrafo'>"+$trad('metros',i3GEOF.gradeDePoligonos.dicionario)+" Y:"; |
| 169 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepoligonosyg' title='metros' type=text value='100000'/></div>"; | 169 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedepoligonosyg' title='metros' type=number value='100000'/></div>"; |
| 170 | } | 170 | } |
| 171 | else{ | 171 | else{ |
| 172 | ins += "<p class='paragrafo'>X: "; | 172 | ins += "<p class='paragrafo'>X: "; |
| @@ -204,9 +204,9 @@ i3GEOF.gradeDePoligonos = { | @@ -204,9 +204,9 @@ i3GEOF.gradeDePoligonos = { | ||
| 204 | t3: function(){ | 204 | t3: function(){ |
| 205 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; | 205 | var ins = "<p class='paragrafo'><b>"+$trad('numero',i3GEOF.gradeDePoligonos.dicionario)+"</b>"; |
| 206 | ins += "<p class='paragrafo'>X</p>"; | 206 | ins += "<p class='paragrafo'>X</p>"; |
| 207 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepoligonosnptx' title='pontos em x' type=text value='10'/></div>"; | 207 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedepoligonosnptx' title='pontos em x' type=number value='10'/></div>"; |
| 208 | ins += "<br><p class='paragrafo'>Y"; | 208 | ins += "<br><p class='paragrafo'>Y"; |
| 209 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepoligonosnpty' title='pontos em y' type=text value='10'/></div>"; | 209 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedepoligonosnpty' title='pontos em y' type=number value='10'/></div>"; |
| 210 | 210 | ||
| 211 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t2()","i3GEOF.gradeDePoligonos.t4()",ins,"i3GEOF.gradeDePoligonos.t3","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); | 211 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePoligonos.t2()","i3GEOF.gradeDePoligonos.t4()",ins,"i3GEOF.gradeDePoligonos.t3","i3GEOgradedepoligonosresultado",true,"i3GEOF.gradeDePoligonos_rodape"); |
| 212 | }, | 212 | }, |
ferramentas/gradepontos/index.js
| @@ -164,9 +164,9 @@ i3GEOF.gradeDePontos = { | @@ -164,9 +164,9 @@ i3GEOF.gradeDePontos = { | ||
| 164 | var ins = "<p class='paragrafo'><b>"+$trad('espacamentoGrade',i3GEOF.gradeDePontos.dicionario)+"</b>"; | 164 | var ins = "<p class='paragrafo'><b>"+$trad('espacamentoGrade',i3GEOF.gradeDePontos.dicionario)+"</b>"; |
| 165 | if($i("i3GEOgradedepontosProj").checked){ | 165 | if($i("i3GEOgradedepontosProj").checked){ |
| 166 | ins += "<p class='paragrafo'>" + $trad('metros',i3GEOF.gradeDePontos.dicionario)+" X:"; | 166 | ins += "<p class='paragrafo'>" + $trad('metros',i3GEOF.gradeDePontos.dicionario)+" X:"; |
| 167 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosxg' title='metros' type=text value='100000'/></div>"; | 167 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedepontosxg' title='metros' type=number value='100000'/></div>"; |
| 168 | ins += "<br><p class='paragrafo'>"+$trad('metros',i3GEOF.gradeDePontos.dicionario)+" Y:"; | 168 | ins += "<br><p class='paragrafo'>"+$trad('metros',i3GEOF.gradeDePontos.dicionario)+" Y:"; |
| 169 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosyg' title='metros' type=text value='100000'/></div>"; | 169 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedepontosyg' title='metros' type=number value='100000'/></div>"; |
| 170 | } | 170 | } |
| 171 | else{ | 171 | else{ |
| 172 | ins += "<p class='paragrafo'>X: "; | 172 | ins += "<p class='paragrafo'>X: "; |
| @@ -204,9 +204,9 @@ i3GEOF.gradeDePontos = { | @@ -204,9 +204,9 @@ i3GEOF.gradeDePontos = { | ||
| 204 | t3: function(){ | 204 | t3: function(){ |
| 205 | var ins = "<p class='paragrafo'><b>"+$trad('numeroPontos',i3GEOF.gradeDePontos.dicionario)+"</b>"; | 205 | var ins = "<p class='paragrafo'><b>"+$trad('numeroPontos',i3GEOF.gradeDePontos.dicionario)+"</b>"; |
| 206 | ins += "<p class='paragrafo'>X</p>"; | 206 | ins += "<p class='paragrafo'>X</p>"; |
| 207 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosnptx' title='pontos em x' type=text value='10'/></div>"; | 207 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedepontosnptx' title='pontos em x' type=number value='10'/></div>"; |
| 208 | ins += "<br><p class='paragrafo'>Y"; | 208 | ins += "<br><p class='paragrafo'>Y"; |
| 209 | - ins += "<div class='i3geoForm i3geoFormIconeEdita' ><input id='i3GEOgradedepontosnpty' title='pontos em y' type=text value='10'/></div>"; | 209 | + ins += "<div class='i3geoForm i3geoFormIconeNumero' ><input id='i3GEOgradedepontosnpty' title='pontos em y' type=number value='10'/></div>"; |
| 210 | 210 | ||
| 211 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t2()","i3GEOF.gradeDePontos.t4()",ins,"i3GEOF.gradeDePontos.t3","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); | 211 | i3GEO.util.proximoAnterior("i3GEOF.gradeDePontos.t2()","i3GEOF.gradeDePontos.t4()",ins,"i3GEOF.gradeDePontos.t3","i3GEOgradedepontosresultado",true,"i3GEOF.gradeDePontos_rodape"); |
| 212 | }, | 212 | }, |
ferramentas/heatmap/template_mst.html
| @@ -30,8 +30,8 @@ | @@ -30,8 +30,8 @@ | ||
| 30 | <p class='paragrafo'> | 30 | <p class='paragrafo'> |
| 31 | {{{valorRaio}}}<br> | 31 | {{{valorRaio}}}<br> |
| 32 | </p> | 32 | </p> |
| 33 | - <div class='i3geoForm i3geoFormIconeEdita'> | ||
| 34 | - <input id='i3GEOheatmapRaio' type='text' size='10' value='15' /> | 33 | + <div class='i3geoForm i3geoFormIconeNumero'> |
| 34 | + <input id='i3GEOheatmapRaio' type='number' size='10' value='15' /> | ||
| 35 | </div> | 35 | </div> |
| 36 | <br> | 36 | <br> |
| 37 | <br> | 37 | <br> |
ferramentas/markercluster/template_mst.html
| @@ -13,10 +13,10 @@ | @@ -13,10 +13,10 @@ | ||
| 13 | <div class='i3geoForm i3geoFormIconeEdita'><input id='i3GEOmarkerclusterTitulo' type='text' value='Mapa de agrupamento' /></div> | 13 | <div class='i3geoForm i3geoFormIconeEdita'><input id='i3GEOmarkerclusterTitulo' type='text' value='Mapa de agrupamento' /></div> |
| 14 | <br> | 14 | <br> |
| 15 | <p class='paragrafo'>{{{raio}}}</p> | 15 | <p class='paragrafo'>{{{raio}}}</p> |
| 16 | - <div class='i3geoForm i3geoFormIconeEdita'><input id='i3GEOmarkerclusterRaio' type='text' value='50' /></div> | 16 | + <div class='i3geoForm i3geoFormIconeNumero'><input id='i3GEOmarkerclusterRaio' type='number' value='50' /></div> |
| 17 | <br> | 17 | <br> |
| 18 | <p class='paragrafo'>{{{opacidade}}}</p> | 18 | <p class='paragrafo'>{{{opacidade}}}</p> |
| 19 | - <div class='i3geoForm i3geoFormIconeEdita'><input id='i3GEOmarkerclusterOpacidade' type='text' value='50' /></div> | 19 | + <div class='i3geoForm i3geoFormIconeNumero'><input id='i3GEOmarkerclusterOpacidade' type='number' value='50' /></div> |
| 20 | </div> | 20 | </div> |
| 21 | <div id='i3GEOF.markercluster.t3'> | 21 | <div id='i3GEOF.markercluster.t3'> |
| 22 | <p class='paragrafo'>{{{adicionaTema}}}<br><br><input id='i3GEOmarkerclusterbotao1' type='button' value='{{{criaCamada}}}' /> | 22 | <p class='paragrafo'>{{{adicionaTema}}}<br><br><input id='i3GEOmarkerclusterbotao1' type='button' value='{{{criaCamada}}}' /> |
ferramentas/pontosdistri/template_mst.html
| @@ -23,8 +23,8 @@ | @@ -23,8 +23,8 @@ | ||
| 23 | <div class='styled-select'>{{{limitePontos}}}</div> | 23 | <div class='styled-select'>{{{limitePontos}}}</div> |
| 24 | <br> | 24 | <br> |
| 25 | <p class='paragrafo'>{{{extendeAbrangencia}}}</p> | 25 | <p class='paragrafo'>{{{extendeAbrangencia}}}</p> |
| 26 | - <div class='i3geoForm i3geoFormIconeEdita'> | ||
| 27 | - <input type='text' id='i3GEOpontosDistriextendelimite' value='10' /> | 26 | + <div class='i3geoForm i3geoFormIconeNumero'> |
| 27 | + <input type='number' id='i3GEOpontosDistriextendelimite' value='10' /> | ||
| 28 | % | 28 | % |
| 29 | </div> | 29 | </div> |
| 30 | <br> | 30 | <br> |
| @@ -38,8 +38,8 @@ | @@ -38,8 +38,8 @@ | ||
| 38 | <input id='i3GEOpontosDistribotaokernel' size='35' type='button' value='Kernel' /> | 38 | <input id='i3GEOpontosDistribotaokernel' size='35' type='button' value='Kernel' /> |
| 39 | </p> | 39 | </p> |
| 40 | <p class='paragrafo'>{{{desvioPadrao}}}</p> | 40 | <p class='paragrafo'>{{{desvioPadrao}}}</p> |
| 41 | - <div class='i3geoForm i3geoFormIconeEdita'> | ||
| 42 | - <input type='text' id='i3GEOpontosDistrisigma' value='' /> | 41 | + <div class='i3geoForm i3geoFormIconeNumero'> |
| 42 | + <input type='number' id='i3GEOpontosDistrisigma' value='' /> | ||
| 43 | N | 43 | N |
| 44 | </div> | 44 | </div> |
| 45 | <br> | 45 | <br> |
| @@ -57,8 +57,8 @@ | @@ -57,8 +57,8 @@ | ||
| 57 | <p class='paragrafo'>{{{opcoesCoresClasses}}}</p> | 57 | <p class='paragrafo'>{{{opcoesCoresClasses}}}</p> |
| 58 | <br> | 58 | <br> |
| 59 | <p class='paragrafo'>{{{numeroClasses}}}</p> | 59 | <p class='paragrafo'>{{{numeroClasses}}}</p> |
| 60 | - <div class='i3geoForm i3geoFormIconeEdita'> | ||
| 61 | - <input type='text' id='i3GEOpontosDistrinumclasses' value='50' /> | 60 | + <div class='i3geoForm i3geoFormIconeNumero'> |
| 61 | + <input type='number' id='i3GEOpontosDistrinumclasses' value='50' /> | ||
| 62 | </div> | 62 | </div> |
| 63 | <br> | 63 | <br> |
| 64 | <p class='paragrafo'>{{{corInicial}}}</p> | 64 | <p class='paragrafo'>{{{corInicial}}}</p> |