Commit 5cab976a1e8284a54caf5c43fe47cebdc0cf64db
1 parent
0f9e85f2
Exists in
master
and in
7 other branches
Correção nas tags input do tipo text. Estava ocorrendo um erro no IE, bloqueando…
… o acesso ao texto do input. Foi necessário incluir uma função onclick em cada elemento para selecionar o conteúdo (work around)
Showing
26 changed files
with
154 additions
and
154 deletions
Show diff stats
ferramentas/3d/index.js
| ... | ... | @@ -43,7 +43,7 @@ function t1() |
| 43 | 43 | function t2() |
| 44 | 44 | { |
| 45 | 45 | ins = "<div style=left:0px;top:0px; >Diminuir o exagero vertical em:</div><br>" |
| 46 | - ins += "<input id=fz size=2 class=digitar type=text value=10 /> x " | |
| 46 | + ins += "<input onclick='javascript:this.select();' id=fz size=2 class=digitar type=text value=10 /> x " | |
| 47 | 47 | ins += "<div class=destaca id=dest style=top:10px;display:none ></div>" |
| 48 | 48 | ins += "<div onclick='criar3d()' id=temasRaster style=left:0px;top:0px;width:90% >" |
| 49 | 49 | ins += "<br><input id=botao1 size=20 type='button' value='Criar modelo 3d' /></div>" | ... | ... |
ferramentas/busca/index.htm
| ... | ... | @@ -14,7 +14,7 @@ body { |
| 14 | 14 | </head> |
| 15 | 15 | <body name="ancora" class="yui-skin-sam"> |
| 16 | 16 | <div style="top:5px;left:5px;width:300px"> |
| 17 | - <input style='cursor:text' class=digitar type=text size=47 id=palavra value='digite aqui o texto...'/> | |
| 17 | + <input onclick='javascript:this.select();' style='cursor:text' class=digitar type=text size=47 id=palavra value='digite aqui o texto...'/> | |
| 18 | 18 | </div> |
| 19 | 19 | <div style=top:10px;left:3px;text-align:left; onclick="procurar()"> |
| 20 | 20 | <input id=botao1 size=20 type=button value="Procurar" /> | ... | ... |
ferramentas/buscafotos/index.htm
| ... | ... | @@ -27,9 +27,9 @@ |
| 27 | 27 | <p>Opções: Se nenhum parâmetro for definido, serão consideradas apenas as fotos incluídas nas últimas 12 horas. |
| 28 | 28 | De qualquer forma, são mostrados no máximo 250 registros. |
| 29 | 29 | O ano refere-se a data de inclusão da foto no Flickr |
| 30 | - <p>Texto: <input style='cursor:text' class=digitar type=text size=30 value="" id='texto' /> | |
| 31 | - <p>Ano inicial: <input style='cursor:text' class=digitar type=text size=10 value="2009" id='ai' /> | |
| 32 | - Ano final: <input style='cursor:text' class=digitar type=text size=10 value="2009" id='af' /><br><br> | |
| 30 | + <p>Texto: <input onclick='javascript:this.select();' style='cursor:text' class=digitar type=text size=30 value="" id='texto' /> | |
| 31 | + <p>Ano inicial: <input onclick='javascript:this.select();' style='cursor:text' class=digitar type=text size=10 value="2009" id='ai' /> | |
| 32 | + Ano final: <input onclick='javascript:this.select();' style='cursor:text' class=digitar type=text size=10 value="2009" id='af' /><br><br> | |
| 33 | 33 | <input id=botao1 size=20 type=button value='Procurar fotos' /> |
| 34 | 34 | </div> |
| 35 | 35 | <div style=width:350px > | ... | ... |
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.<br> |
| 31 | - <input class=digitar id=servico value="" size=60 /> | |
| 31 | + <input onclick='javascript:this.select();' tabindex='0' class=digitar id=servico value="" size=60 /> | |
| 32 | 32 | </div> |
| 33 | 33 | <div id=RSSwms style="text-align:left;color:navy;cursor:pointer;"></div> |
| 34 | 34 | </div> | ... | ... |
ferramentas/funcoes.js
| ... | ... | @@ -325,7 +325,7 @@ function checkitenseditaveis(tema,funcao,onde) |
| 325 | 325 | for (i=0;i<retorno.data.valores.length; i++) |
| 326 | 326 | { |
| 327 | 327 | ins.push("<tr><td><input size=2 style='cursor:pointer' name='"+retorno.data.valores[i].tema+"' type=checkbox id='"+retorno.data.valores[i].item+"' /></td>"); |
| 328 | - ins.push("<td><input id='"+retorno.data.valores[i].item+retorno.data.valores[i].tema+"' type=text size=25 value='"+retorno.data.valores[i].item+" - "+retorno.data.valores[i].nome+"' /></td></tr>"); | |
| 328 | + ins.push("<td><input onclick='javascript:this.select();' id='"+retorno.data.valores[i].item+retorno.data.valores[i].tema+"' type=text size=25 value='"+retorno.data.valores[i].item+" - "+retorno.data.valores[i].nome+"' /></td></tr>"); | |
| 329 | 329 | } |
| 330 | 330 | ins.push("</table>"); |
| 331 | 331 | var ins = ins.join(''); | ... | ... |
ferramentas/funcoes_compacto.js
| ... | ... | @@ -35,7 +35,7 @@ document.body.style.backgroundColor="#F0F0F0";$tradAjuda=function(tipo,id){ eval |
| 35 | 35 | ins.push("</table>"); var ins=ins.join(''); var temp={dados:ins,tipo:"dados"};} |
| 36 | 36 | else{ var temp={dados:'<div class=erro >Ocorreu um erro</div>',tipo:"erro"};} |
| 37 | 37 | eval("funcao(temp)");} |
| 38 | - var cp=new cpaint(); cp.set_response_type("JSON"); cp.call(g_locaplic+"/classesphp/mapa_controle.php?g_sid="+g_sid+"&funcao=listaitens&tema="+tema,"listaItens",monta);} function checkitenseditaveis(tema,funcao,onde){ if(arguments.length==3) $i(onde).innerHTML="<span style=color:red;font-size:10px;>buscando itens...</span>"; var monta=function(retorno){ if(retorno.data !=undefined){ var ins=new Array(); ins.push("<table class=lista >"); for(i=0;i<retorno.data.valores.length;i++){ ins.push("<tr><td><input size=2 style='cursor:pointer' name='"+retorno.data.valores[i].tema+"' type=checkbox id='"+retorno.data.valores[i].item+"'/></td>"); ins.push("<td><input id='"+retorno.data.valores[i].item+retorno.data.valores[i].tema+"' type=text size=25 value='"+retorno.data.valores[i].item+"-"+retorno.data.valores[i].nome+"'/></td></tr>");} | |
| 38 | + var cp=new cpaint(); cp.set_response_type("JSON"); cp.call(g_locaplic+"/classesphp/mapa_controle.php?g_sid="+g_sid+"&funcao=listaitens&tema="+tema,"listaItens",monta);} function checkitenseditaveis(tema,funcao,onde){ if(arguments.length==3) $i(onde).innerHTML="<span style=color:red;font-size:10px;>buscando itens...</span>"; var monta=function(retorno){ if(retorno.data !=undefined){ var ins=new Array(); ins.push("<table class=lista >"); for(i=0;i<retorno.data.valores.length;i++){ ins.push("<tr><td><input size=2 style='cursor:pointer' name='"+retorno.data.valores[i].tema+"' type=checkbox id='"+retorno.data.valores[i].item+"'/></td>"); ins.push("<td><input onclick='javascript:this.select();' id='"+retorno.data.valores[i].item+retorno.data.valores[i].tema+"' type=text size=25 value='"+retorno.data.valores[i].item+"-"+retorno.data.valores[i].nome+"'/></td></tr>");} | |
| 39 | 39 | ins.push("</table>"); var ins=ins.join(''); var temp={dados:ins,tipo:"dados"};} |
| 40 | 40 | else{ var temp={dados:'<div class=erro >Ocorreu um erro</div>',tipo:"erro"};} |
| 41 | 41 | eval("funcao(temp)");} | ... | ... |
ferramentas/gradecoord/index.htm
| ... | ... | @@ -48,7 +48,7 @@ body { |
| 48 | 48 | <tr> |
| 49 | 49 | <td>Tamanho do texto:</td> |
| 50 | 50 | <td> |
| 51 | - <input class=digitar size=3 type=text value="10" id=tamanhotexto /> | |
| 51 | + <input onclick='javascript:this.select();' class=digitar size=3 type=text value="10" id=tamanhotexto /> | |
| 52 | 52 | </td> |
| 53 | 53 | </tr> |
| 54 | 54 | <tr> |
| ... | ... | @@ -59,22 +59,22 @@ body { |
| 59 | 59 | <tr> |
| 60 | 60 | <td>Cor da máscara de um pixel de entorno:</td> |
| 61 | 61 | <td> |
| 62 | - <input class=digitar size=11 type=text value="-1,-1,-1" id=mascara_i /> | |
| 62 | + <input onclick='javascript:this.select();' class=digitar size=11 type=text value="-1,-1,-1" id=mascara_i /> | |
| 63 | 63 | <img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('mascara_i')" /> |
| 64 | 64 | </td> |
| 65 | 65 | </tr> |
| 66 | 66 | <tr> |
| 67 | 67 | <td>Cor da sombra:</td> |
| 68 | 68 | <td> |
| 69 | - <input class=digitar size=11 type=text value="-1,-1,-1" id=shadowcolor /> | |
| 69 | + <input onclick='javascript:this.select();' class=digitar size=11 type=text value="-1,-1,-1" id=shadowcolor /> | |
| 70 | 70 | <img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('shadowcolor')" /> |
| 71 | 71 | </td> |
| 72 | 72 | </tr> |
| 73 | 73 | <tr> |
| 74 | 74 | <td>Deslocamento da sombra:</td> |
| 75 | 75 | <td> |
| 76 | - x <input class=digitar size=3 type=text value="0" id=shadowsizex /> | |
| 77 | - y <input class=digitar size=3 type=text value="0" id=shadowsizey /> | |
| 76 | + x <input onclick='javascript:this.select();' class=digitar size=3 type=text value="0" id=shadowsizex /> | |
| 77 | + y <input onclick='javascript:this.select();' class=digitar size=3 type=text value="0" id=shadowsizey /> | |
| 78 | 78 | </td> |
| 79 | 79 | </tr> |
| 80 | 80 | <tr> | ... | ... |
ferramentas/gradehex/index.js
| ... | ... | @@ -35,26 +35,26 @@ function t1() |
| 35 | 35 | { |
| 36 | 36 | ins = "Distância entre células" |
| 37 | 37 | ins += "<p>em X: " |
| 38 | - ins += "Grau<input class=digitar id='xg' title='grau' type=text size=3 value='1'/>" | |
| 39 | - ins += "Minuto<input class=digitar id='xm' title='minuto' type=text size=5 value='00'/>" | |
| 40 | - ins += "Segundo<input class=digitar id='xs' title='segundo' type=text size=5 value='00.00'/>" | |
| 38 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='xg' title='grau' type=text size=3 value='1'/>" | |
| 39 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='xm' title='minuto' type=text size=5 value='00'/>" | |
| 40 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='xs' title='segundo' type=text size=5 value='00.00'/>" | |
| 41 | 41 | ins += "<p>em Y: " |
| 42 | - ins += "Grau<input class=digitar id='yg' title='grau' type=text size=3 value='1'/>" | |
| 43 | - ins += "Minuto<input class=digitar id='ym' title='minuto' type=text size=5 value='00'/>" | |
| 44 | - ins += "Segundo<input class=digitar id='ys' title='segundo' type=text size=5 value='00.00'/>" | |
| 42 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='yg' title='grau' type=text size=3 value='1'/>" | |
| 43 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='ym' title='minuto' type=text size=5 value='00'/>" | |
| 44 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='ys' title='segundo' type=text size=5 value='00.00'/>" | |
| 45 | 45 | mostraOpcao("t0()","t2()",ins,"t1") |
| 46 | 46 | } |
| 47 | 47 | function t2() |
| 48 | 48 | { |
| 49 | 49 | ins = "Coordenadas do ponto inicial superior esquerdo (utilize o sinal negativo no grau quando ao sul do equador e a oeste). <b>Você pode clicar no mapa para pegar o ponto.</b>" |
| 50 | 50 | ins += "<p>em X: " |
| 51 | - ins += "Grau<input class=digitar id='ixg' title='grau' type=text size=3 value='-00'/>" | |
| 52 | - ins += "Minuto<input class=digitar id='ixm' title='minuto' type=text size=5 value='00'/>" | |
| 53 | - ins += "Segundo<input class=digitar id='ixs' title='segundo' type=text size=5 value='00.00'/>" | |
| 51 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='ixg' title='grau' type=text size=3 value='-00'/>" | |
| 52 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='ixm' title='minuto' type=text size=5 value='00'/>" | |
| 53 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='ixs' title='segundo' type=text size=5 value='00.00'/>" | |
| 54 | 54 | ins += "<p>em Y: " |
| 55 | - ins += "Grau<input class=digitar id='iyg' title='grau' type=text size=3 value='-00'/>" | |
| 56 | - ins += "Minuto<input class=digitar id='iym' title='minuto' type=text size=5 value='00'/>" | |
| 57 | - ins += "Segundo<input class=digitar id='iys' title='segundo' type=text size=5 value='00.00'/>" | |
| 55 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='iyg' title='grau' type=text size=3 value='-00'/>" | |
| 56 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='iym' title='minuto' type=text size=5 value='00'/>" | |
| 57 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='iys' title='segundo' type=text size=5 value='00.00'/>" | |
| 58 | 58 | window.parent.g_tipoacao = "capturaponto" |
| 59 | 59 | mostraOpcao("t1()","t3()",ins,"t2") |
| 60 | 60 | } |
| ... | ... | @@ -63,9 +63,9 @@ function t3() |
| 63 | 63 | window.parent.mudaiconf("pan") |
| 64 | 64 | ins = "Número de células. Máximo de 10.000." |
| 65 | 65 | ins += "<p>em X: " |
| 66 | - ins += "<input class=digitar id='nptx' title='em x' type=text size=3 value='10'/>" | |
| 66 | + ins += "<input onclick='javascript:this.select();' class=digitar id='nptx' title='em x' type=text size=3 value='10'/>" | |
| 67 | 67 | ins += "<p>em Y: " |
| 68 | - ins += "<input class=digitar id='npty' title='em y' type=text size=3 value='10'/>" | |
| 68 | + ins += "<input onclick='javascript:this.select();' class=digitar id='npty' title='em y' type=text size=3 value='10'/>" | |
| 69 | 69 | mostraOpcao("t2()","t4()",ins,"t3") |
| 70 | 70 | } |
| 71 | 71 | function t4() | ... | ... |
ferramentas/gradepol/index.js
| ... | ... | @@ -35,13 +35,13 @@ function t1() |
| 35 | 35 | { |
| 36 | 36 | ins = "Distância entre células" |
| 37 | 37 | ins += "<p>em X: " |
| 38 | - ins += "Grau <input class=digitar id='xg' title='grau' type=text size=3 value='1'/>" | |
| 39 | - ins += "Minuto <input class=digitar id='xm' title='minuto' type=text size=5 value='00'/>" | |
| 40 | - ins += "Segundo <input class=digitar id='xs' title='segundo' type=text size=5 value='00.00'/>" | |
| 38 | + ins += "Grau <input onclick='javascript:this.select();' class=digitar id='xg' title='grau' type=text size=3 value='1'/>" | |
| 39 | + ins += "Minuto <input onclick='javascript:this.select();' class=digitar id='xm' title='minuto' type=text size=5 value='00'/>" | |
| 40 | + ins += "Segundo <input onclick='javascript:this.select();' class=digitar id='xs' title='segundo' type=text size=5 value='00.00'/>" | |
| 41 | 41 | ins += "<p>em Y: " |
| 42 | - ins += "Grau <input class=digitar id='yg' title='grau' type=text size=3 value='1'/>" | |
| 43 | - ins += "Minuto <input class=digitar id='ym' title='minuto' type=text size=5 value='00'/>" | |
| 44 | - ins += "Segundo <input class=digitar id='ys' title='segundo' type=text size=5 value='00.00'/>" | |
| 42 | + ins += "Grau <input onclick='javascript:this.select();' class=digitar id='yg' title='grau' type=text size=3 value='1'/>" | |
| 43 | + ins += "Minuto <input onclick='javascript:this.select();' class=digitar id='ym' title='minuto' type=text size=5 value='00'/>" | |
| 44 | + ins += "Segundo <input onclick='javascript:this.select();' class=digitar id='ys' title='segundo' type=text size=5 value='00.00'/>" | |
| 45 | 45 | window.parent.g_tipoacao = "capturaponto" |
| 46 | 46 | mostraOpcao("t0()","t2()",ins,"t1") |
| 47 | 47 | } |
| ... | ... | @@ -49,13 +49,13 @@ function t2() |
| 49 | 49 | { |
| 50 | 50 | ins = "Coordenadas do ponto inicial superior esquerdo (utilize o sinal negativo no grau quando ao sul do equador e a oeste). <b>Você pode clicar no mapa para pegar o ponto.</b>" |
| 51 | 51 | ins += "<p>em X: " |
| 52 | - ins += "Grau<input class=digitar id='ixg' title='grau' type=text size=3 value='-00'/>" | |
| 53 | - ins += "Minuto<input class=digitar id='ixm' title='minuto' type=text size=5 value='00'/>" | |
| 54 | - ins += "Segundo<input class=digitar id='ixs' title='segundo' type=text size=5 value='00.00'/>" | |
| 52 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='ixg' title='grau' type=text size=3 value='-00'/>" | |
| 53 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='ixm' title='minuto' type=text size=5 value='00'/>" | |
| 54 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='ixs' title='segundo' type=text size=5 value='00.00'/>" | |
| 55 | 55 | ins += "<p>em Y: " |
| 56 | - ins += "Grau<input class=digitar id='iyg' title='grau' type=text size=3 value='-00'/>" | |
| 57 | - ins += "Minuto<input class=digitar id='iym' title='minuto' type=text size=5 value='00'/>" | |
| 58 | - ins += "Segundo<input class=digitar id='iys' title='segundo' type=text size=5 value='00.00'/>" | |
| 56 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='iyg' title='grau' type=text size=3 value='-00'/>" | |
| 57 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='iym' title='minuto' type=text size=5 value='00'/>" | |
| 58 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='iys' title='segundo' type=text size=5 value='00.00'/>" | |
| 59 | 59 | mostraOpcao("t1()","t3()",ins,"t2") |
| 60 | 60 | } |
| 61 | 61 | function t3() |
| ... | ... | @@ -63,9 +63,9 @@ function t3() |
| 63 | 63 | window.parent.mudaiconf("pan") |
| 64 | 64 | ins = "Número de células. Máximo de 10.000." |
| 65 | 65 | ins += "<p>em X: " |
| 66 | - ins += "<input class=digitar id='nptx' title='em x' type=text size=3 value='10'/>" | |
| 66 | + ins += "<input onclick='javascript:this.select();' class=digitar id='nptx' title='em x' type=text size=3 value='10'/>" | |
| 67 | 67 | ins += "<p>em Y: " |
| 68 | - ins += "<input class=digitar id='npty' title='em y' type=text size=3 value='10'/>" | |
| 68 | + ins += "<input onclick='javascript:this.select();' class=digitar id='npty' title='em y' type=text size=3 value='10'/>" | |
| 69 | 69 | mostraOpcao("t2()","t4()",ins,"t3") |
| 70 | 70 | } |
| 71 | 71 | function t4() | ... | ... |
ferramentas/gradepontos/index.js
| ... | ... | @@ -35,26 +35,26 @@ function t1() |
| 35 | 35 | { |
| 36 | 36 | ins = "Espaçamento da grade" |
| 37 | 37 | ins += "<p>em X: " |
| 38 | - ins += "Grau<input class=digitar id='xg' title='grau' type=text size=3 value='1'/>" | |
| 39 | - ins += "Minuto<input class=digitar id='xm' title='minuto' type=text size=5 value='00'/>" | |
| 40 | - ins += "Segundo<input class=digitar id='xs' title='segundo' type=text size=5 value='00.00'/>" | |
| 38 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='xg' title='grau' type=text size=3 value='1'/>" | |
| 39 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='xm' title='minuto' type=text size=5 value='00'/>" | |
| 40 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='xs' title='segundo' type=text size=5 value='00.00'/>" | |
| 41 | 41 | ins += "<p>em Y: " |
| 42 | - ins += "Grau<input class=digitar id='yg' title='grau' type=text size=3 value='1'/>" | |
| 43 | - ins += "Minuto<input class=digitar id='ym' title='minuto' type=text size=5 value='00'/>" | |
| 44 | - ins += "Segundo<input class=digitar id='ys' title='segundo' type=text size=5 value='00.00'/>" | |
| 42 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='yg' title='grau' type=text size=3 value='1'/>" | |
| 43 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='ym' title='minuto' type=text size=5 value='00'/>" | |
| 44 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='ys' title='segundo' type=text size=5 value='00.00'/>" | |
| 45 | 45 | mostraOpcao("t0()","t2()",ins,"t1") |
| 46 | 46 | } |
| 47 | 47 | function t2() |
| 48 | 48 | { |
| 49 | 49 | ins = "Coordenadas do ponto inicial superior esquerdo (utilize o sinal negativo no grau quando ao sul do equador e a oeste). <b>Você pode clicar no mapa para pegar o ponto.</b>" |
| 50 | 50 | ins += "<p>em X: " |
| 51 | - ins += "Grau<input class=digitar id='ixg' title='grau' type=text size=3 value='-00'/>" | |
| 52 | - ins += "Minuto<input class=digitar id='ixm' title='minuto' type=text size=5 value='00'/>" | |
| 53 | - ins += "Segundo<input class=digitar id='ixs' title='segundo' type=text size=5 value='00.00'/>" | |
| 51 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='ixg' title='grau' type=text size=3 value='-00'/>" | |
| 52 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='ixm' title='minuto' type=text size=5 value='00'/>" | |
| 53 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='ixs' title='segundo' type=text size=5 value='00.00'/>" | |
| 54 | 54 | ins += "<p>em Y: " |
| 55 | - ins += "Grau<input class=digitar id='iyg' title='grau' type=text size=3 value='-00'/>" | |
| 56 | - ins += "Minuto<input class=digitar id='iym' title='minuto' type=text size=5 value='00'/>" | |
| 57 | - ins += "Segundo<input class=digitar id='iys' title='segundo' type=text size=5 value='00.00'/>" | |
| 55 | + ins += "Grau<input onclick='javascript:this.select();' class=digitar id='iyg' title='grau' type=text size=3 value='-00'/>" | |
| 56 | + ins += "Minuto<input onclick='javascript:this.select();' class=digitar id='iym' title='minuto' type=text size=5 value='00'/>" | |
| 57 | + ins += "Segundo<input onclick='javascript:this.select();' class=digitar id='iys' title='segundo' type=text size=5 value='00.00'/>" | |
| 58 | 58 | window.parent.g_tipoacao = "capturaponto" |
| 59 | 59 | mostraOpcao("t1()","t3()",ins,"t2") |
| 60 | 60 | } |
| ... | ... | @@ -63,9 +63,9 @@ function t3() |
| 63 | 63 | window.parent.mudaiconf("pan") |
| 64 | 64 | ins = "Número de pontos. Máximo de 10.000" |
| 65 | 65 | ins += "<p>em X: " |
| 66 | - ins += "<input class=digitar id='nptx' title='pontos em x' type=text size=3 value='10'/>" | |
| 66 | + ins += "<input onclick='javascript:this.select();' class=digitar id='nptx' title='pontos em x' type=text size=3 value='10'/>" | |
| 67 | 67 | ins += "<p>em Y: " |
| 68 | - ins += "<input class=digitar id='npty' title='pontos em y' type=text size=3 value='10'/>" | |
| 68 | + ins += "<input onclick='javascript:this.select();' class=digitar id='npty' title='pontos em y' type=text size=3 value='10'/>" | |
| 69 | 69 | mostraOpcao("t2()","t4()",ins,"t3") |
| 70 | 70 | } |
| 71 | 71 | function t4() | ... | ... |
ferramentas/graficotema/index.js
| ... | ... | @@ -77,7 +77,7 @@ function listaitensComPar(retorno) |
| 77 | 77 | { |
| 78 | 78 | ins.push("<tr><td><input onclick='pegaitens()' size=2 style='cursor:pointer' name="+retorno.data.valores[i].item+" type=checkbox id="+retorno.data.valores[i].item+" /></td>") |
| 79 | 79 | ins.push("<td>"+retorno.data.valores[i].item+"</td>") |
| 80 | - ins.push("<td><input id=cor"+retorno.data.valores[i].item+" type=text size=13 value="+randomRGB()+" /></td>") | |
| 80 | + ins.push("<td><input onclick='javascript:this.select();' id=cor"+retorno.data.valores[i].item+" type=text size=13 value="+randomRGB()+" /></td>") | |
| 81 | 81 | ins.push("<td><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick=\"corj('cor"+retorno.data.valores[i].item+"')\" /></td></tr>") |
| 82 | 82 | } |
| 83 | 83 | ins.push("</table>") | ... | ... |
ferramentas/i3geo_tudo_compacto.js
| ... | ... | @@ -36,7 +36,7 @@ document.body.style.backgroundColor="#F0F0F0";$tradAjuda=function(tipo,id){ eval |
| 36 | 36 | ins.push("</table>"); var ins=ins.join(''); var temp={dados:ins,tipo:"dados"};} |
| 37 | 37 | else{ var temp={dados:'<div class=erro >Ocorreu um erro</div>',tipo:"erro"};} |
| 38 | 38 | eval("funcao(temp)");} |
| 39 | - var cp=new cpaint(); cp.set_response_type("JSON"); cp.call(g_locaplic+"/classesphp/mapa_controle.php?g_sid="+g_sid+"&funcao=listaitens&tema="+tema,"listaItens",monta);} function checkitenseditaveis(tema,funcao,onde){ if(arguments.length==3) $i(onde).innerHTML="<span style=color:red;font-size:10px;>buscando itens...</span>"; var monta=function(retorno){ if(retorno.data !=undefined){ var ins=new Array(); ins.push("<table class=lista >"); for(i=0;i<retorno.data.valores.length;i++){ ins.push("<tr><td><input size=2 style='cursor:pointer' name='"+retorno.data.valores[i].tema+"' type=checkbox id='"+retorno.data.valores[i].item+"'/></td>"); ins.push("<td><input id='"+retorno.data.valores[i].item+retorno.data.valores[i].tema+"' type=text size=25 value='"+retorno.data.valores[i].item+"-"+retorno.data.valores[i].nome+"'/></td></tr>");} | |
| 39 | + var cp=new cpaint(); cp.set_response_type("JSON"); cp.call(g_locaplic+"/classesphp/mapa_controle.php?g_sid="+g_sid+"&funcao=listaitens&tema="+tema,"listaItens",monta);} function checkitenseditaveis(tema,funcao,onde){ if(arguments.length==3) $i(onde).innerHTML="<span style=color:red;font-size:10px;>buscando itens...</span>"; var monta=function(retorno){ if(retorno.data !=undefined){ var ins=new Array(); ins.push("<table class=lista >"); for(i=0;i<retorno.data.valores.length;i++){ ins.push("<tr><td><input size=2 style='cursor:pointer' name='"+retorno.data.valores[i].tema+"' type=checkbox id='"+retorno.data.valores[i].item+"'/></td>"); ins.push("<td><input onclick='javascript:this.select();' id='"+retorno.data.valores[i].item+retorno.data.valores[i].tema+"' type=text size=25 value='"+retorno.data.valores[i].item+"-"+retorno.data.valores[i].nome+"'/></td></tr>");} | |
| 40 | 40 | ins.push("</table>"); var ins=ins.join(''); var temp={dados:ins,tipo:"dados"};} |
| 41 | 41 | else{ var temp={dados:'<div class=erro >Ocorreu um erro</div>',tipo:"erro"};} |
| 42 | 42 | eval("funcao(temp)");} |
| ... | ... | @@ -7082,7 +7082,7 @@ i3GEO.util = { |
| 7082 | 7082 | $i(idPai).onmouseout = function() |
| 7083 | 7083 | {this.className = "";}; |
| 7084 | 7084 | } |
| 7085 | - var i = "<input onmouseover='javascript:this.className=\"digitarOver\";' onmouseout='javascript:this.className=\"digitar\";' onclick='javascript:this.className=\"digitarMouseclick\";' id="+idInput+" title='"+titulo+"' type=text size="+digitos+" class=digitar value='"+valor+"' />"; | |
| 7085 | + var i = "<input tabindex='0' onmouseover='javascript:this.className=\"digitarOver\";' onmouseout='javascript:this.className=\"digitar\";' onclick='javascript:this.select();this.className=\"digitarMouseclick\";' id="+idInput+" title='"+titulo+"' type=text size="+digitos+" class=digitar value='"+valor+"' />"; | |
| 7086 | 7086 | return i; |
| 7087 | 7087 | }, |
| 7088 | 7088 | /* | ... | ... |
ferramentas/i3geo_tudo_compacto.js.php
| ... | ... | @@ -36,7 +36,7 @@ document.body.style.backgroundColor="#F0F0F0";$tradAjuda=function(tipo,id){ eval |
| 36 | 36 | ins.push("</table>"); var ins=ins.join(''); var temp={dados:ins,tipo:"dados"};} |
| 37 | 37 | else{ var temp={dados:'<div class=erro >Ocorreu um erro</div>',tipo:"erro"};} |
| 38 | 38 | eval("funcao(temp)");} |
| 39 | - var cp=new cpaint(); cp.set_response_type("JSON"); cp.call(g_locaplic+"/classesphp/mapa_controle.php?g_sid="+g_sid+"&funcao=listaitens&tema="+tema,"listaItens",monta);} function checkitenseditaveis(tema,funcao,onde){ if(arguments.length==3) $i(onde).innerHTML="<span style=color:red;font-size:10px;>buscando itens...</span>"; var monta=function(retorno){ if(retorno.data !=undefined){ var ins=new Array(); ins.push("<table class=lista >"); for(i=0;i<retorno.data.valores.length;i++){ ins.push("<tr><td><input size=2 style='cursor:pointer' name='"+retorno.data.valores[i].tema+"' type=checkbox id='"+retorno.data.valores[i].item+"'/></td>"); ins.push("<td><input id='"+retorno.data.valores[i].item+retorno.data.valores[i].tema+"' type=text size=25 value='"+retorno.data.valores[i].item+"-"+retorno.data.valores[i].nome+"'/></td></tr>");} | |
| 39 | + var cp=new cpaint(); cp.set_response_type("JSON"); cp.call(g_locaplic+"/classesphp/mapa_controle.php?g_sid="+g_sid+"&funcao=listaitens&tema="+tema,"listaItens",monta);} function checkitenseditaveis(tema,funcao,onde){ if(arguments.length==3) $i(onde).innerHTML="<span style=color:red;font-size:10px;>buscando itens...</span>"; var monta=function(retorno){ if(retorno.data !=undefined){ var ins=new Array(); ins.push("<table class=lista >"); for(i=0;i<retorno.data.valores.length;i++){ ins.push("<tr><td><input size=2 style='cursor:pointer' name='"+retorno.data.valores[i].tema+"' type=checkbox id='"+retorno.data.valores[i].item+"'/></td>"); ins.push("<td><input onclick='javascript:this.select();' id='"+retorno.data.valores[i].item+retorno.data.valores[i].tema+"' type=text size=25 value='"+retorno.data.valores[i].item+"-"+retorno.data.valores[i].nome+"'/></td></tr>");} | |
| 40 | 40 | ins.push("</table>"); var ins=ins.join(''); var temp={dados:ins,tipo:"dados"};} |
| 41 | 41 | else{ var temp={dados:'<div class=erro >Ocorreu um erro</div>',tipo:"erro"};} |
| 42 | 42 | eval("funcao(temp)");} |
| ... | ... | @@ -7082,7 +7082,7 @@ i3GEO.util = { |
| 7082 | 7082 | $i(idPai).onmouseout = function() |
| 7083 | 7083 | {this.className = "";}; |
| 7084 | 7084 | } |
| 7085 | - var i = "<input onmouseover='javascript:this.className=\"digitarOver\";' onmouseout='javascript:this.className=\"digitar\";' onclick='javascript:this.className=\"digitarMouseclick\";' id="+idInput+" title='"+titulo+"' type=text size="+digitos+" class=digitar value='"+valor+"' />"; | |
| 7085 | + var i = "<input tabindex='0' onmouseover='javascript:this.className=\"digitarOver\";' onmouseout='javascript:this.className=\"digitar\";' onclick='javascript:this.select();this.className=\"digitarMouseclick\";' id="+idInput+" title='"+titulo+"' type=text size="+digitos+" class=digitar value='"+valor+"' />"; | |
| 7086 | 7086 | return i; |
| 7087 | 7087 | }, |
| 7088 | 7088 | /* | ... | ... |
ferramentas/identifica/index.htm
| ... | ... | @@ -31,7 +31,7 @@ body { |
| 31 | 31 | <div class=guiaobj id="guia2obj" style="left:1px"> |
| 32 | 32 | </div> |
| 33 | 33 | <div class=guiaobj id="guia3obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" > |
| 34 | - Resolução de busca - número de pixels, no entorno do ponto clicado no mapa, que serão utilizados na busca de dados:<br> <input type=text class=digitar value=5 id=resolucao size=2 /> | |
| 34 | + Resolução de busca - número de pixels, no entorno do ponto clicado no mapa, que serão utilizados na busca de dados:<br> <input onclick='javascript:this.select();' type=text class=digitar value=5 id=resolucao size=2 /> | |
| 35 | 35 | </div> |
| 36 | 36 | <div class=guiaobj id="guia4obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" > |
| 37 | 37 | As etiquetas são mostradas quando o mouse é estacionado sobre um elemento. | ... | ... |
ferramentas/inseregrafico/index.js
| ... | ... | @@ -71,7 +71,7 @@ function listaitensComPar(retorno) |
| 71 | 71 | { |
| 72 | 72 | ins.push("<tr><td><input onclick='pegaitens()' size=2 style='cursor:pointer' name="+retorno.data.valores[i].item+" type=checkbox id="+retorno.data.valores[i].item+" /></td>") |
| 73 | 73 | ins.push("<td>"+retorno.data.valores[i].item+"</td>") |
| 74 | - ins.push("<td><input id=cor"+retorno.data.valores[i].item+" type=text size=13 value="+randomRGB()+" /></td>") | |
| 74 | + ins.push("<td><input onclick='javascript:this.select();' id=cor"+retorno.data.valores[i].item+" type=text size=13 value="+randomRGB()+" /></td>") | |
| 75 | 75 | ins.push("<td><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick=\"corj('cor"+retorno.data.valores[i].item+"')\" /></td></tr>") |
| 76 | 76 | } |
| 77 | 77 | ins.push("</table>") | ... | ... |
ferramentas/inseretxt/index.htm
| ... | ... | @@ -25,7 +25,7 @@ body { |
| 25 | 25 | <div id=geral style="left:0px;top:0px;"> |
| 26 | 26 | <div id=guia1obj style="width:95%;text-align:left"> |
| 27 | 27 | <div style="width:95%;top:5px;left:0px"> |
| 28 | - <input size=55 class=digitar type=text value="" id=texto /> | |
| 28 | + <input onclick='javascript:this.select();' size=55 class=digitar type=text value="" id=texto /> | |
| 29 | 29 | </div> |
| 30 | 30 | <div id=men1 style="text-align:left;top:10px;left:-5px;" > |
| 31 | 31 | Digite o texto e clique no mapa no ponto de inclusão. |
| ... | ... | @@ -53,23 +53,23 @@ body { |
| 53 | 53 | </tr> |
| 54 | 54 | <tr> |
| 55 | 55 | <td>Tamanho:</td> |
| 56 | - <td><input size=2 type=text value=8 id=tamanho /></td> | |
| 56 | + <td><input onclick='javascript:this.select();' size=2 type=text value=8 id=tamanho /></td> | |
| 57 | 57 | </tr> |
| 58 | 58 | <tr> |
| 59 | 59 | <td>Ângulo (no caso de linhas pode ser utilizado AUTO):</td> |
| 60 | - <td><input size=4 type=text value=0 id=angulo /></td> | |
| 60 | + <td><input onclick='javascript:this.select();' size=4 type=text value=0 id=angulo /></td> | |
| 61 | 61 | </tr> |
| 62 | 62 | <tr> |
| 63 | 63 | <td>Deslocamento do texto em relação ao ponto de inclusão:</td> |
| 64 | - <td>x <input size=2 type=text value=0 id=offsetx /> y <input size=2 type=text value=0 id=offsety /></td> | |
| 64 | + <td>x <input onclick='javascript:this.select();' size=2 type=text value=0 id=offsetx /> y <input size=2 type=text value=0 id=offsety /></td> | |
| 65 | 65 | </tr> |
| 66 | 66 | <tr> |
| 67 | 67 | <td>Cor do texto (digite os valores em vermelho, verde e azul, p.ex. 20 20 20):</td> |
| 68 | - <td><input onkeyup="icor(this)" size=11 type=text value="0 0 0" id=frente /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frente')" /></td> | |
| 68 | + <td><input onclick='javascript:this.select();' onkeyup="icor(this)" size=11 type=text value="0 0 0" id=frente /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frente')" /></td> | |
| 69 | 69 | </tr> |
| 70 | 70 | <tr> |
| 71 | 71 | <td>Cor da máscara de um pixel de entorno:</td> |
| 72 | - <td><input onkeyup="icor(this)" size=11 type=text value="" id=mascara /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('mascara')" /></td> | |
| 72 | + <td><input onclick='javascript:this.select();' onkeyup="icor(this)" size=11 type=text value="" id=mascara /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('mascara')" /></td> | |
| 73 | 73 | </tr> |
| 74 | 74 | <tr> |
| 75 | 75 | <td>Posição do texto em relação ao ponto de inclusão:</td> |
| ... | ... | @@ -96,23 +96,23 @@ body { |
| 96 | 96 | <table summary="" class=lista2 width="95%"> |
| 97 | 97 | <tr> |
| 98 | 98 | <td>Cor do fundo:</td> |
| 99 | - <td><input onkeyup="icor(this)" size=9 type=text value="" id=fundoc /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('fundoc')" /></td> | |
| 99 | + <td><input onclick='javascript:this.select();' onkeyup="icor(this)" size=9 type=text value="" id=fundoc /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('fundoc')" /></td> | |
| 100 | 100 | </tr> |
| 101 | 101 | <tr> |
| 102 | 102 | <td>Cor da sombra do fundo:</td> |
| 103 | - <td><input onkeyup="icor(this)" size=9 type=text value="" id=sombra /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('sombra')" /></td> | |
| 103 | + <td><input onclick='javascript:this.select();' onkeyup="icor(this)" size=9 type=text value="" id=sombra /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('sombra')" /></td> | |
| 104 | 104 | </tr> |
| 105 | 105 | <tr> |
| 106 | 106 | <td>Desl. da sombra do fundo:</td> |
| 107 | - <td>x <input size=1 type=text value="1" id=sombrax /> y <input size=1 type=text value="1" id=sombray /></td> | |
| 107 | + <td>x <input onclick='javascript:this.select();' size=1 type=text value="1" id=sombrax /> y <input size=1 type=text value="1" id=sombray /></td> | |
| 108 | 108 | </tr> |
| 109 | 109 | <tr> |
| 110 | 110 | <td>Cor da sombra:</td> |
| 111 | - <td><input onkeyup="icor(this)" size=9 type=text value="" id=frentes /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frentes')" /></td> | |
| 111 | + <td><input onclick='javascript:this.select();' onkeyup="icor(this)" size=9 type=text value="" id=frentes /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frentes')" /></td> | |
| 112 | 112 | </tr> |
| 113 | 113 | <tr> |
| 114 | 114 | <td>Deslocamento da sombra:</td> |
| 115 | - <td>x <input size=1 type=text value="1" id=frentex /> y <input size=1 type=text value="1" id=frentey /></td> | |
| 115 | + <td>x <input onclick='javascript:this.select();' size=1 type=text value="1" id=frentex /> y <input size=1 type=text value="1" id=frentey /></td> | |
| 116 | 116 | </tr> |
| 117 | 117 | </table> |
| 118 | 118 | </div> |
| ... | ... | @@ -131,11 +131,11 @@ body { |
| 131 | 131 | </tr> |
| 132 | 132 | <tr> |
| 133 | 133 | <td>Distância mínima entre textos duplicados (em pixel):</td> |
| 134 | - <td><input size=4 type=text value="auto" id=mindistance /></td> | |
| 134 | + <td><input onclick='javascript:this.select();' size=4 type=text value="auto" id=mindistance /></td> | |
| 135 | 135 | </tr> |
| 136 | 136 | <tr> |
| 137 | 137 | <td>Tamanho mínimo do elemento cartográfico(em pixel):</td> |
| 138 | - <td><input size=4 type=text value="auto" id=minfeaturesize /></td> | |
| 138 | + <td><input onclick='javascript:this.select();' size=4 type=text value="auto" id=minfeaturesize /></td> | |
| 139 | 139 | </tr> |
| 140 | 140 | <tr> |
| 141 | 141 | <td>O texto pode ultrapassar o mapa?:</td> | ... | ... |
ferramentas/inserexy2/index.htm
| ... | ... | @@ -49,11 +49,11 @@ body { |
| 49 | 49 | <div class=guiaobj id="guia2obj" style="display:none;;left:1px" > |
| 50 | 50 | <div> |
| 51 | 51 | Direção:<br> |
| 52 | - <input class=digitar id='xgdd' title='grau' type=text size=3 value='00'/> | |
| 53 | - <input class=digitar id='xmdd' title='minuto' type=text size=3 value='00'/> | |
| 54 | - <input class=digitar id='xsdd' title='segundo' type=text size=3 value='0.0'/><br><br> | |
| 52 | + <input onclick='javascript:this.select();' class=digitar id='xgdd' title='grau' type=text size=3 value='00'/> | |
| 53 | + <input onclick='javascript:this.select();' class=digitar id='xmdd' title='minuto' type=text size=3 value='00'/> | |
| 54 | + <input onclick='javascript:this.select();' class=digitar id='xsdd' title='segundo' type=text size=3 value='0.0'/><br><br> | |
| 55 | 55 | Distância em Km:<br> |
| 56 | - <input class=digitar id='distdd' title='km' type=text size=5 value='0.0'/> | |
| 56 | + <input onclick='javascript:this.select();' class=digitar id='distdd' title='km' type=text size=5 value='0.0'/> | |
| 57 | 57 | </div> |
| 58 | 58 | <div id=opcdd style="display:block;top:15px;left:0px"> |
| 59 | 59 | <div style=top:0px;left:0px;text-align:left onclick='inserirdd()' > |
| ... | ... | @@ -78,16 +78,16 @@ body { |
| 78 | 78 | </table><br> |
| 79 | 79 | </div> |
| 80 | 80 | <div id=digmascara style="display:block;top:10px;left:0px"> |
| 81 | - X:<input class=digitar id='xg' title='grau' type=text size=3 value='-00'/> | |
| 82 | - <input class=digitar id='xm' title='minuto' type=text size=3 value='00'/> | |
| 83 | - <input class=digitar id='xs' title='segundo' type=text size=3 value='0.0'/> | |
| 84 | - Y:<input class=digitar id='yg' title='grau' type=text size=3 value='-00'/> | |
| 85 | - <input class=digitar id='ym' title='minuto' type=text size=3 value='00'/> | |
| 86 | - <input class=digitar id='ys' title='segundo' type=text size=3 value='0.0'/><br><br> | |
| 81 | + X:<input onclick='javascript:this.select();' class=digitar id='xg' title='grau' type=text size=3 value='-00'/> | |
| 82 | + <input onclick='javascript:this.select();' class=digitar id='xm' title='minuto' type=text size=3 value='00'/> | |
| 83 | + <input onclick='javascript:this.select();' class=digitar id='xs' title='segundo' type=text size=3 value='0.0'/> | |
| 84 | + Y:<input onclick='javascript:this.select();' class=digitar id='yg' title='grau' type=text size=3 value='-00'/> | |
| 85 | + <input onclick='javascript:this.select();' class=digitar id='ym' title='minuto' type=text size=3 value='00'/> | |
| 86 | + <input onclick='javascript:this.select();' class=digitar id='ys' title='segundo' type=text size=3 value='0.0'/><br><br> | |
| 87 | 87 | </div> |
| 88 | 88 | <div id=digcampo style="display:none;top:10px;left:0px"> |
| 89 | - X: <input class=digitar id='longitude' title='dms' type=text size=16 value=''/> | |
| 90 | - Y: <input class=digitar id='latitude' title='dms' type=text size=16 value=''/><br><br> | |
| 89 | + X: <input onclick='javascript:this.select();' class=digitar id='longitude' title='dms' type=text size=16 value=''/> | |
| 90 | + Y: <input onclick='javascript:this.select();' class=digitar id='latitude' title='dms' type=text size=16 value=''/><br><br> | |
| 91 | 91 | </div> |
| 92 | 92 | <div id=opc2 style="display:block;top:15px;left:0px"> |
| 93 | 93 | <div style=top:0px;left:0px;text-align:left onclick='inserir()' > |
| ... | ... | @@ -106,7 +106,7 @@ body { |
| 106 | 106 | |
| 107 | 107 | <div id=opc3 style="top:0px;left:0px;text-align:left;"> |
| 108 | 108 | Cole ou digite a lista de coordenadas: |
| 109 | - <input class=digitar id='colar' title='pares' type=text size=50 value=''/> | |
| 109 | + <input onclick='javascript:this.select();' class=digitar id='colar' title='pares' type=text size=50 value=''/> | |
| 110 | 110 | </div> |
| 111 | 111 | <div style=top:10px;left:0px;text-align:left onclick='colar()' > |
| 112 | 112 | <input id=botao6 type='button' size=14 value='Insere' /> | ... | ... |
ferramentas/legenda/index.htm
| ... | ... | @@ -53,7 +53,7 @@ body { |
| 53 | 53 | <b>Atenção: para a montagem das classes são considerados apenas os elementos visíveis na extensão atual do mapa</b> |
| 54 | 54 | </div> |
| 55 | 55 | <div style="position:relative;top:0px;left:0px"> |
| 56 | - Ao gerar as classes, ignorar valores iguais a:<input class=digitar type=text size=10 id=ignorar /><br><br> | |
| 56 | + Ao gerar as classes, ignorar valores iguais a:<input onclick='javascript:this.select();' class=digitar type=text size=10 id=ignorar /><br><br> | |
| 57 | 57 | </div> |
| 58 | 58 | <div id="combot" style="position:relative;top:0px;left:0px"> |
| 59 | 59 | </div> | ... | ... |
ferramentas/legenda/index.js
| ... | ... | @@ -162,7 +162,7 @@ function montaLegenda(retorno) |
| 162 | 162 | ins += "<div style=width:80% id=processos >" |
| 163 | 163 | for (i=0;i<retorno.data[0].proc.length;i++) |
| 164 | 164 | { |
| 165 | - ins += "<br><input type=text size=50 value='"+retorno.data[0].proc[i]+"' />" | |
| 165 | + ins += "<br><input onclick='javascript:this.select();' type=text size=50 value='"+retorno.data[0].proc[i]+"' />" | |
| 166 | 166 | } |
| 167 | 167 | ins += "</div>" |
| 168 | 168 | } |
| ... | ... | @@ -458,11 +458,11 @@ function verEstilo(e) |
| 458 | 458 | linha = linha.split("#") |
| 459 | 459 | var tipoLayer = linha[0] |
| 460 | 460 | var d = "" |
| 461 | - d += "<table><tr><td style='text-align:left;'>Cor do contorno:</td><td><input type=text class=digitar id=outlinecolor value='"+linha[2]+ "' title='digite o valor'/></td><td><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick=\"cor('outlinecolor')\" /></td></tr>" | |
| 462 | - d += "<tr><td style='text-align:left;'>Cor do fundo:</td><td><input type=text class=digitar id=backgroundcolor value='"+linha[3]+ "' title='digite o valor'/></td><td><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick=\"cor('backgroundcolor')\" /></td></tr>" | |
| 463 | - d += "<tr><td style='text-align:left;'>Cor da frente:</td><td><input type=text class=digitar id=color value='"+linha[4]+ "' title='digite o valor'/></td><td><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick=\"cor('color')\" /></td></tr>" | |
| 464 | - d += "<tr><td style='text-align:left;'>Tamanho:</td><td><input type=text class=digitar id=sizes value='"+linha[6]+ "' title='digite o valor'/></td><td></td></tr>" | |
| 465 | - d += "<tr><td style='text-align:left;'>Símbolo:</td><td><input type=text class=digitar id=symbolname value='"+linha[5]+"' title='digite o valor'/></td><td></td></tr></table>" | |
| 461 | + d += "<table><tr><td style='text-align:left;'>Cor do contorno:</td><td><input onclick='javascript:this.select();' type=text class=digitar id=outlinecolor value='"+linha[2]+ "' title='digite o valor'/></td><td><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick=\"cor('outlinecolor')\" /></td></tr>" | |
| 462 | + d += "<tr><td style='text-align:left;'>Cor do fundo:</td><td><input onclick='javascript:this.select();' type=text class=digitar id=backgroundcolor value='"+linha[3]+ "' title='digite o valor'/></td><td><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick=\"cor('backgroundcolor')\" /></td></tr>" | |
| 463 | + d += "<tr><td style='text-align:left;'>Cor da frente:</td><td><input onclick='javascript:this.select();' type=text class=digitar id=color value='"+linha[4]+ "' title='digite o valor'/></td><td><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick=\"cor('color')\" /></td></tr>" | |
| 464 | + d += "<tr><td style='text-align:left;'>Tamanho:</td><td><input onclick='javascript:this.select();' type=text class=digitar id=sizes value='"+linha[6]+ "' title='digite o valor'/></td><td></td></tr>" | |
| 465 | + d += "<tr><td style='text-align:left;'>Símbolo:</td><td><input onclick='javascript:this.select();' type=text class=digitar id=symbolname value='"+linha[5]+"' title='digite o valor'/></td><td></td></tr></table>" | |
| 466 | 466 | $i("mostraEstilo").innerHTML = "Propriedades do símbolo. Utilize -1,-1,-1 para anular uma cor. A cor deve ser definida no formato vermelho,verde,azul<br><br>"+d |
| 467 | 467 | aguarde("block") |
| 468 | 468 | var p = g_locaplic+"/classesphp/mapa_controle.php?g_sid="+g_sid+"&funcao=editasimbolo&tipo="+tipoLayer+"&opcao=listaSimbolos" | ... | ... |
ferramentas/mostraexten/index.htm
| ... | ... | @@ -24,33 +24,33 @@ body { |
| 24 | 24 | <tr> |
| 25 | 25 | <td>Menor longitude (oeste):</td> |
| 26 | 26 | <td> |
| 27 | - <input class=digitar id='xg' title='grau' type=text size=3 value='-00'/> | |
| 28 | - <input class=digitar id='xm' title='minuto' type=text size=3 value='00'/> | |
| 29 | - <input class=digitar id='xs' title='segundo' type=text size=3 value='0.0'/> | |
| 27 | + <input onclick='javascript:this.select();' class=digitar id='xg' title='grau' type=text size=3 value='-00'/> | |
| 28 | + <input onclick='javascript:this.select();' class=digitar id='xm' title='minuto' type=text size=3 value='00'/> | |
| 29 | + <input onclick='javascript:this.select();' class=digitar id='xs' title='segundo' type=text size=3 value='0.0'/> | |
| 30 | 30 | </td> |
| 31 | 31 | </tr> |
| 32 | 32 | <tr> |
| 33 | 33 | <td>Menor latitude (sul):</td> |
| 34 | 34 | <td> |
| 35 | - <input class=digitar id='yg' title='grau' type=text size=3 value='-00'/> | |
| 36 | - <input class=digitar id='ym' title='minuto' type=text size=3 value='00'/> | |
| 37 | - <input class=digitar id='ys' title='segundo' type=text size=3 value='0.0'/> | |
| 35 | + <input onclick='javascript:this.select();' class=digitar id='yg' title='grau' type=text size=3 value='-00'/> | |
| 36 | + <input onclick='javascript:this.select();' class=digitar id='ym' title='minuto' type=text size=3 value='00'/> | |
| 37 | + <input onclick='javascript:this.select();' class=digitar id='ys' title='segundo' type=text size=3 value='0.0'/> | |
| 38 | 38 | </td> |
| 39 | 39 | </tr> |
| 40 | 40 | <tr> |
| 41 | 41 | <td>Maior longitude (leste):</td> |
| 42 | 42 | <td> |
| 43 | - <input class=digitar id='xxg' title='grau' type=text size=3 value='-00'/> | |
| 44 | - <input class=digitar id='xxm' title='minuto' type=text size=3 value='00'/> | |
| 45 | - <input class=digitar id='xxs' title='segundo' type=text size=3 value='0.0'/> | |
| 43 | + <input onclick='javascript:this.select();' class=digitar id='xxg' title='grau' type=text size=3 value='-00'/> | |
| 44 | + <input onclick='javascript:this.select();' class=digitar id='xxm' title='minuto' type=text size=3 value='00'/> | |
| 45 | + <input onclick='javascript:this.select();' class=digitar id='xxs' title='segundo' type=text size=3 value='0.0'/> | |
| 46 | 46 | </td> |
| 47 | 47 | </tr> |
| 48 | 48 | <tr> |
| 49 | 49 | <td>Maior latitude (norte):</td> |
| 50 | 50 | <td> |
| 51 | - <input class=digitar id='yyg' title='grau' type=text size=3 value='-00'/> | |
| 52 | - <input class=digitar id='yym' title='minuto' type=text size=3 value='00'/> | |
| 53 | - <input class=digitar id='yys' title='segundo' type=text size=3 value='0.0'/> | |
| 51 | + <input onclick='javascript:this.select();' class=digitar id='yyg' title='grau' type=text size=3 value='-00'/> | |
| 52 | + <input onclick='javascript:this.select();' class=digitar id='yym' title='minuto' type=text size=3 value='00'/> | |
| 53 | + <input onclick='javascript:this.select();' class=digitar id='yys' title='segundo' type=text size=3 value='0.0'/> | |
| 54 | 54 | </td> |
| 55 | 55 | </tr> |
| 56 | 56 | </table> | ... | ... |
ferramentas/nuvemtags/index.htm
| ... | ... | @@ -34,7 +34,7 @@ |
| 34 | 34 | <div id="textocontainer" style="top:1.4em;left:-10px"></div> |
| 35 | 35 | </div> |
| 36 | 36 | <div style="position:absolute;top:45px;left:155px"> |
| 37 | - <input title="número de notícias" type=text class=digitar id=nrss value="20" size=2 /> | |
| 37 | + <input onclick='javascript:this.select();' title="número de notícias" type=text class=digitar id=nrss value="20" size=2 /> | |
| 38 | 38 | </div> |
| 39 | 39 | <div style='width:10px;position:absolute;text-align:left;left:200px;top:40px'> |
| 40 | 40 | <input id=botao1 size=18 class=executar type='button' value='Cruzar' /> | ... | ... |
ferramentas/pontosdistri/index.js
| ... | ... | @@ -38,12 +38,12 @@ comboTemasPt("temasPt",function(retorno) |
| 38 | 38 | var ins = "<div style=top:0px;left:0px;text-align:left; >Escolha o tema de pontos que será utilizado:</div><br><br>" |
| 39 | 39 | ins += retorno.dados |
| 40 | 40 | ins += "<br><br><div style=top:0px;left:0px;text-align:left; >Restringe a análise aos limites de abrangência dos pontos? "+simnao("limitePontos")+"<div>" |
| 41 | - ins += "<br><div style=top:0px;left:-10px;text-align:left; >Extende os limites de abrangência dos pontos em <input type=text size=3 value=10 id=extendelimite /> %<div>" | |
| 41 | + ins += "<br><div style=top:0px;left:-10px;text-align:left; >Extende os limites de abrangência dos pontos em <input onclick='javascript:this.select();' type=text size=3 value=10 id=extendelimite /> %<div>" | |
| 42 | 42 | |
| 43 | 43 | ins += "<br><div style=top:0px;left:0px;text-align:left; onclick='analiseDensidade()' ><input id=botao1 size=35 type=button value='Densidade de pontos' /></div><br>" |
| 44 | 44 | ins += "<div style=top:0px;left:0px;text-align:left; onclick='analiseDistancia()' ><input id=botao2 size=35 type=button value='Distância entre pontos' /></div><br>" |
| 45 | 45 | ins += "<div style='padding:1px;left:0px;border: 1px solid gray;'><div style=top:0px;left:0px;text-align:left; onclick='analiseKernel()' ><input id=botaokernel size=35 type=button value='Kernel' /></div>" |
| 46 | - ins += "<div>Desvio padrão (sigma):<input class='digitar' type=text size=3 value='' id=sigma /></div></div><br>" | |
| 46 | + ins += "<div>Desvio padrão (sigma):<input onclick='javascript:this.select();' class='digitar' type=text size=3 value='' id=sigma /></div></div><br>" | |
| 47 | 47 | |
| 48 | 48 | ins += "<div style=top:0px;left:0px;text-align:left; onclick='analiseDeldir()' ><input id=botaodeldir size=35 type=button value='Delaunay/Voronoi' /></div><br>" |
| 49 | 49 | ... | ... |
ferramentas/tabela/index.htm
| ... | ... | @@ -40,9 +40,9 @@ body { |
| 40 | 40 | </div> |
| 41 | 41 | <div id=contador style="background-color:rgb(240,240,240);width:90%;position:relative;top:15px;left:0px;text-align:left"> |
| 42 | 42 | de <img alt="minus.gif" style=cursor:pointer onclick='menosf()' src=../../imagens/minus.gif /> |
| 43 | - <input type=text class=digitar size=5 value=1 id=inicio /> | |
| 43 | + <input onclick='javascript:this.select();' type=text class=digitar size=5 value=1 id=inicio /> | |
| 44 | 44 | até |
| 45 | - <input type=text class=digitar size=5 value=20 id=fim /> | |
| 45 | + <input onclick='javascript:this.select();' type=text class=digitar size=5 value=20 id=fim /> | |
| 46 | 46 | <img alt="plus.gif" style=cursor:pointer onclick='maisf()' src=../../imagens/plus.gif /> |
| 47 | 47 | <span style=cursor:pointer onclick='registrosf()' ><img alt="tic.png" title='listar dados' src=../../imagens/tic.png /> Listar</span> |
| 48 | 48 | </div> |
| ... | ... | @@ -69,7 +69,7 @@ body { |
| 69 | 69 | </span> |
| 70 | 70 | <span id=itensGuia3 ></span> |
| 71 | 71 | excluir: |
| 72 | - <input class=digitar type=text id=filtro1 size=5 value="" /> | |
| 72 | + <input onclick='javascript:this.select();' class=digitar type=text id=filtro1 size=5 value="" /> | |
| 73 | 73 | </div> |
| 74 | 74 | <div onclick="listatextof()" style="position:relative;top:15px;left:0px;"> |
| 75 | 75 | <input id=botao5 size=25 type=button value="Listar no formato texto"/> |
| ... | ... | @@ -106,7 +106,7 @@ body { |
| 106 | 106 | </div> |
| 107 | 107 | <div style="position:relative;top:25px;left:0px"> |
| 108 | 108 | Excluir das estatísticas o valor |
| 109 | - <input style="cursor:pointer" type=text id=excestat /> | |
| 109 | + <input onclick='javascript:this.select();' style="cursor:pointer" type=text id=excestat /> | |
| 110 | 110 | </div> |
| 111 | 111 | <div onclick="gerarelatorio()" style="position:relative;top:35px;left:0px;cursor:pointer"> |
| 112 | 112 | <input id=botao7 size=30 type=button value="Criar"/> | ... | ... |
ferramentas/tabela/index.js
| ... | ... | @@ -511,7 +511,7 @@ function t2() |
| 511 | 511 | ins += "<option value=media >média</option></select>" |
| 512 | 512 | } |
| 513 | 513 | ins += "<br><br>Excluir valores:<br>" |
| 514 | - ins += "<input class=digitar type=text value='' size=4 id=gexcluir />" | |
| 514 | + ins += "<input onclick='javascript:this.select();' class=digitar type=text value='' size=4 id=gexcluir />" | |
| 515 | 515 | aguarde("none") |
| 516 | 516 | mostraOpcao("t0()","t4()",ins,"t2") |
| 517 | 517 | } |
| ... | ... | @@ -571,13 +571,13 @@ function t4() |
| 571 | 571 | ins += "<tr><td><b>Tamanho da figura</b></td><td></td></tr>" |
| 572 | 572 | |
| 573 | 573 | ins += "<tr><td>Largura em pixels</td>" |
| 574 | - ins += "<td><input class=digitar type=text value=400 size=4 id='gw' /></td></tr>" | |
| 574 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=400 size=4 id='gw' /></td></tr>" | |
| 575 | 575 | |
| 576 | 576 | ins += "<tr><td>Altura em pixels</td>" |
| 577 | - ins += "<td><input class=digitar type=text value=400 size=4 id='gh' /></td></tr>" | |
| 577 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=400 size=4 id='gh' /></td></tr>" | |
| 578 | 578 | |
| 579 | 579 | ins += "<tr><td>Resolução em dpi</td>" |
| 580 | - ins += "<td><input class=digitar type=text value=72 size=4 id='res' /></td></tr>" | |
| 580 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=72 size=4 id='res' /></td></tr>" | |
| 581 | 581 | |
| 582 | 582 | var temp = parametros.split(",") |
| 583 | 583 | for(i=0;i < temp.length;i++) |
| ... | ... | @@ -668,17 +668,17 @@ function retornaPar(id) |
| 668 | 668 | if (id == "nbins") |
| 669 | 669 | { |
| 670 | 670 | ins += "<tr><td>Número de divisões dos eixos</td>" |
| 671 | - ins += "<td><input class=digitar type=text value='40' size=4 id=nbins /></td></tr>" | |
| 671 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value='40' size=4 id=nbins /></td></tr>" | |
| 672 | 672 | } |
| 673 | 673 | if (id == "breaks") |
| 674 | 674 | { |
| 675 | 675 | ins += "<tr><td>Total de quebras</td>" |
| 676 | - ins += "<td><input class=digitar type=text value='20' size=20 id=breaks /></td></tr>" | |
| 676 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value='20' size=20 id=breaks /></td></tr>" | |
| 677 | 677 | } |
| 678 | 678 | if (id == "space") |
| 679 | 679 | { |
| 680 | 680 | ins += "<tr><td>Espaçamento entre as barras</td>" |
| 681 | - ins += "<td><input class=digitar type=text value=0 size=4 id=space /></td></tr>" | |
| 681 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=0 size=4 id=space /></td></tr>" | |
| 682 | 682 | } |
| 683 | 683 | if (id == "grid") |
| 684 | 684 | { |
| ... | ... | @@ -688,7 +688,7 @@ function retornaPar(id) |
| 688 | 688 | if (id == "radius") |
| 689 | 689 | { |
| 690 | 690 | ins += "<tr><td>Redução da figura (-1 a 1)</td>" |
| 691 | - ins += "<td><input class=digitar type=text value='0.9' size=4 id=radius /></td></tr>" | |
| 691 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value='0.9' size=4 id=radius /></td></tr>" | |
| 692 | 692 | } |
| 693 | 693 | if (id == "percentual") |
| 694 | 694 | { |
| ... | ... | @@ -729,7 +729,7 @@ function retornaPar(id) |
| 729 | 729 | if (id == "cex") |
| 730 | 730 | { |
| 731 | 731 | ins += "<tr><td>Fator de escala</td>" |
| 732 | - ins += "<td><input class=digitar type=text value='.6' size=4 id=cex /></td></tr>" | |
| 732 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value='.6' size=4 id=cex /></td></tr>" | |
| 733 | 733 | } |
| 734 | 734 | if (id == "main") |
| 735 | 735 | { |
| ... | ... | @@ -739,7 +739,7 @@ function retornaPar(id) |
| 739 | 739 | if ($i("gi2")) |
| 740 | 740 | {t += " " + $i("gi2").value} |
| 741 | 741 | ins += "<tr><td>Título</td>" |
| 742 | - ins += "<td><input class=digitar type=text value='"+t+"' size=20 id=main /></td></tr>" | |
| 742 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value='"+t+"' size=20 id=main /></td></tr>" | |
| 743 | 743 | } |
| 744 | 744 | if (id == "fontmain") |
| 745 | 745 | { |
| ... | ... | @@ -756,7 +756,7 @@ function retornaPar(id) |
| 756 | 756 | if (id == "cexmain") |
| 757 | 757 | { |
| 758 | 758 | ins += "<tr><td>Fator de escala</td>" |
| 759 | - ins += "<td><input class=digitar type=text value=1 size=4 id=cexmain /></td></tr>" | |
| 759 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=1 size=4 id=cexmain /></td></tr>" | |
| 760 | 760 | } |
| 761 | 761 | if (id == "colmain") |
| 762 | 762 | { |
| ... | ... | @@ -766,7 +766,7 @@ function retornaPar(id) |
| 766 | 766 | if (id == "sub") |
| 767 | 767 | { |
| 768 | 768 | ins += "<tr><td>Sub-Título</td>" |
| 769 | - ins += "<td><input class=digitar type=text value='' size=20 id=sub /></td></tr>" | |
| 769 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value='' size=20 id=sub /></td></tr>" | |
| 770 | 770 | } |
| 771 | 771 | if (id == "fontsub") |
| 772 | 772 | { |
| ... | ... | @@ -783,7 +783,7 @@ function retornaPar(id) |
| 783 | 783 | if (id == "cexsub") |
| 784 | 784 | { |
| 785 | 785 | ins += "<tr><td>Fator de escala</td>" |
| 786 | - ins += "<td><input class=digitar type=text value=1 size=4 id=cexsub /></td></tr>" | |
| 786 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=1 size=4 id=cexsub /></td></tr>" | |
| 787 | 787 | } |
| 788 | 788 | if (id == "colsub") |
| 789 | 789 | { |
| ... | ... | @@ -796,7 +796,7 @@ function retornaPar(id) |
| 796 | 796 | {var t = $i("gi1").value} |
| 797 | 797 | if (tipoDeGrafico == "hist"){var t = "quantidade" } |
| 798 | 798 | ins += "<tr><td>Nome do eixo y</td>" |
| 799 | - ins += "<td><input class=digitar type=text value='"+t+"' size=20 id=ylab /></td></tr>" | |
| 799 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value='"+t+"' size=20 id=ylab /></td></tr>" | |
| 800 | 800 | } |
| 801 | 801 | if (id == "xlab") |
| 802 | 802 | { |
| ... | ... | @@ -804,17 +804,17 @@ function retornaPar(id) |
| 804 | 804 | {var t = $i("gi2").value} |
| 805 | 805 | if (tipoDeGrafico == "hist"){var t = "ocorrencias" } |
| 806 | 806 | ins += "<tr><td>Nome do eixo x</td>" |
| 807 | - ins += "<td><input class=digitar type=text value='"+t+"' size=20 id=xlab /></td></tr>" | |
| 807 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value='"+t+"' size=20 id=xlab /></td></tr>" | |
| 808 | 808 | } |
| 809 | 809 | if (id == "cexaxis") |
| 810 | 810 | { |
| 811 | 811 | ins += "<tr><td>Fator de escala</td>" |
| 812 | - ins += "<td><input class=digitar type=text value=.5 size=4 id=cexaxis /></td></tr>" | |
| 812 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=.5 size=4 id=cexaxis /></td></tr>" | |
| 813 | 813 | } |
| 814 | 814 | if (id == "cexlab") |
| 815 | 815 | { |
| 816 | 816 | ins += "<tr><td>Fator de escala</td>" |
| 817 | - ins += "<td><input class=digitar type=text value=1 size=4 id=cexlab /></td></tr>" | |
| 817 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=1 size=4 id=cexlab /></td></tr>" | |
| 818 | 818 | } |
| 819 | 819 | if (id == "colaxis") |
| 820 | 820 | { |
| ... | ... | @@ -883,12 +883,12 @@ function retornaPar(id) |
| 883 | 883 | if (id == "lwd") |
| 884 | 884 | { |
| 885 | 885 | ins += "<tr><td>Largura da linha</td>" |
| 886 | - ins += "<td><input class=digitar type=text value=1 size=4 id=lwd /></tr>" | |
| 886 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=1 size=4 id=lwd /></tr>" | |
| 887 | 887 | } |
| 888 | 888 | if (id == "tck") |
| 889 | 889 | { |
| 890 | 890 | ins += "<tr><td>Tamanho dos tics</td>" |
| 891 | - ins += "<td><input class=digitar type=text value=1 size=4 id=tck /></td></tr>" | |
| 891 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=1 size=4 id=tck /></td></tr>" | |
| 892 | 892 | } |
| 893 | 893 | if (id == "horiz") |
| 894 | 894 | { |
| ... | ... | @@ -913,12 +913,12 @@ function retornaPar(id) |
| 913 | 913 | if (id == "pch") |
| 914 | 914 | { |
| 915 | 915 | ins += "<tr><td>Símbolo dos pontos</td>" |
| 916 | - ins += "<td><input class=digitar type=text value='o' size=4 id=pch /></td></tr>" | |
| 916 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value='o' size=4 id=pch /></td></tr>" | |
| 917 | 917 | } |
| 918 | 918 | if (id == "tpt") |
| 919 | 919 | { |
| 920 | 920 | ins += "<tr><td>Tamanho dos pontos</td>" |
| 921 | - ins += "<td><input class=digitar type=text value=0.5 size=4 id=tpt /></td></tr>" | |
| 921 | + ins += "<td><input onclick='javascript:this.select();' class=digitar type=text value=0.5 size=4 id=tpt /></td></tr>" | |
| 922 | 922 | } |
| 923 | 923 | return (ins) |
| 924 | 924 | } | ... | ... |
ferramentas/toponimia/index.htm
| ... | ... | @@ -37,14 +37,14 @@ body { |
| 37 | 37 | <div style="width:95%;text-align:left;top:15px;left:0px" > |
| 38 | 38 | <table summary="" class=lista2 > |
| 39 | 39 | <tr><td>Fonte:</td><td><span id="listaf"></span></td></tr> |
| 40 | - <tr><td>Tamanho:</td><td><input class=digitar size=2 type=text value=8 id=tamanho_i /></td></tr> | |
| 41 | - <tr><td>Ângulo (no caso de linhas pode ser utilizado AUTO ou CURVO, nesses casos, a fonte não pode ser do tipo bitmap):</td><td><input class=digitar size=4 type=text value=0 id=angulo_i /></td></tr> | |
| 40 | + <tr><td>Tamanho:</td><td><input onclick='javascript:this.select();' class=digitar size=2 type=text value=8 id=tamanho_i /></td></tr> | |
| 41 | + <tr><td>Ângulo (no caso de linhas pode ser utilizado AUTO ou CURVO, nesses casos, a fonte não pode ser do tipo bitmap):</td><td><input onclick='javascript:this.select();' class=digitar size=4 type=text value=0 id=angulo_i /></td></tr> | |
| 42 | 42 | <tr> |
| 43 | 43 | <td>Deslocamento do texto em relação ao ponto de inclusão:</td> |
| 44 | - <td>x <input class=digitar size=2 type=text value=0 id=offsetx_i /> y <input class=digitar size=2 type=text value=0 id=offsety_i /></td> | |
| 44 | + <td>x <input onclick='javascript:this.select();' class=digitar size=2 type=text value=0 id=offsetx_i /> y <input class=digitar size=2 type=text value=0 id=offsety_i /></td> | |
| 45 | 45 | </tr> |
| 46 | - <tr><td>Cor do texto:</td><td><input class=digitar size=11 type=text value="0 0 0" id=frente_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frente_i')" /></td></tr> | |
| 47 | - <tr><td>Cor da máscara de um pixel de entorno:</td><td><input class=digitar size=11 type=text value="" id=mascara_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('mascara_i')" /></td></tr> | |
| 46 | + <tr><td>Cor do texto:</td><td><input onclick='javascript:this.select();' class=digitar size=11 type=text value="0 0 0" id=frente_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frente_i')" /></td></tr> | |
| 47 | + <tr><td>Cor da máscara de um pixel de entorno:</td><td><input onclick='javascript:this.select();' class=digitar size=11 type=text value="" id=mascara_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('mascara_i')" /></td></tr> | |
| 48 | 48 | <tr> |
| 49 | 49 | <td>Posicionamento:</td> |
| 50 | 50 | <td> |
| ... | ... | @@ -68,11 +68,11 @@ body { |
| 68 | 68 | <div id=guia3obj style="display:none;width:95%;left:0px"> |
| 69 | 69 | <div style="width:95%;top:15px;left:0px;" > |
| 70 | 70 | <table summary="" class="lista2" > |
| 71 | - <tr><td>Cor do fundo:</td><td><input class=digitar size=9 type=text value="" id=fundoc_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('fundoc_i')" /></td></tr> | |
| 72 | - <tr><td>Cor da sombra do fundo:</td><td><input class=digitar size=9 type=text value="" id=sombra_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('sombra_i')" /></td></tr> | |
| 73 | - <tr><td>Deslocamento da sombra do fundo:</td><td>x <input class=digitar size=1 type=text value="1" id=sombrax_i /> y <input class=digitar size=1 type=text value="1" id=sombray_i /></td></tr> | |
| 74 | - <tr><td>Cor da sombra:</td><td><input class=digitar size=9 type=text value="" id=frentes_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frentes_i')" /></td></tr> | |
| 75 | - <tr><td>Deslocamento da sombra:</td><td>x <input class=digitar size=1 type=text value="1" id=frentex_i /> y <input class=digitar size=1 type=text value="1" id=frentey_i /></td></tr> | |
| 71 | + <tr><td>Cor do fundo:</td><td><input onclick='javascript:this.select();' class=digitar size=9 type=text value="" id=fundoc_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('fundoc_i')" /></td></tr> | |
| 72 | + <tr><td>Cor da sombra do fundo:</td><td><input onclick='javascript:this.select();' class=digitar size=9 type=text value="" id=sombra_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('sombra_i')" /></td></tr> | |
| 73 | + <tr><td>Deslocamento da sombra do fundo:</td><td>x <input onclick='javascript:this.select();' class=digitar size=1 type=text value="1" id=sombrax_i /> y <input class=digitar size=1 type=text value="1" id=sombray_i /></td></tr> | |
| 74 | + <tr><td>Cor da sombra:</td><td><input onclick='javascript:this.select();' class=digitar size=9 type=text value="" id=frentes_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frentes_i')" /></td></tr> | |
| 75 | + <tr><td>Deslocamento da sombra:</td><td>x <input onclick='javascript:this.select();' class=digitar size=1 type=text value="1" id=frentex_i /> y <input class=digitar size=1 type=text value="1" id=frentey_i /></td></tr> | |
| 76 | 76 | </table> |
| 77 | 77 | </div> |
| 78 | 78 | </div> |
| ... | ... | @@ -87,8 +87,8 @@ body { |
| 87 | 87 | </select> |
| 88 | 88 | </td> |
| 89 | 89 | </tr> |
| 90 | - <tr><td>Distância mínima entre textos duplicados (em pixel):</td><td><input class=digitar size=4 type=text value="auto" id=mindistance_i /></td></tr> | |
| 91 | - <tr><td>Tamanho mínimo do elemento cartográfico(em pixel):</td><td><input class=digitar size=4 type=text value="auto" id=minfeaturesize_i /></td></tr> | |
| 90 | + <tr><td>Distância mínima entre textos duplicados (em pixel):</td><td><input onclick='javascript:this.select();' class=digitar size=4 type=text value="auto" id=mindistance_i /></td></tr> | |
| 91 | + <tr><td>Tamanho mínimo do elemento cartográfico(em pixel):</td><td><input onclick='javascript:this.select();' class=digitar size=4 type=text value="auto" id=minfeaturesize_i /></td></tr> | |
| 92 | 92 | <tr><td>O texto pode ultrapassar o mapa?:</td> |
| 93 | 93 | <td> |
| 94 | 94 | <select id=partials_i > | ... | ... |
ferramentas/wmstime/index.js
| ... | ... | @@ -121,16 +121,16 @@ for(var key in wms_configura){ |
| 121 | 121 | ins += "<option value='"+key+"'>"+wms_configura[key].titulo+"</option>" |
| 122 | 122 | } |
| 123 | 123 | ins += "</select>"; |
| 124 | -ins += "<p><input type=text id=iServico size=42 />" | |
| 124 | +ins += "<p><input onclick='javascript:this.select();' type=text id=iServico size=42 />" | |
| 125 | 125 | ins += "<p><TEXTAREA id='WMS_descricao' rows='5' cols='42' ></TEXTAREA></p>"; |
| 126 | 126 | ins += "<table style='text-align:left'>" |
| 127 | -ins += "<tr><td style='text-align:left'>Ano inicial: </td><td><input type=text value='0' id=WMS_anoinicio size=4 /></tr>" | |
| 128 | -ins += "<tr><td style='text-align:left'>Mês inicial: </td><td><input type=text value='nulo' id=WMS_mesinicio size=4 /></tr>" | |
| 129 | -ins += "<tr><td style='text-align:left'>Dia inicial: </td><td><input type=text value='nulo' id=WMS_diainicio size=4 /></tr>" | |
| 127 | +ins += "<tr><td style='text-align:left'>Ano inicial: </td><td><input onclick='javascript:this.select();' type=text value='0' id=WMS_anoinicio size=4 /></tr>" | |
| 128 | +ins += "<tr><td style='text-align:left'>Mês inicial: </td><td><input onclick='javascript:this.select();' type=text value='nulo' id=WMS_mesinicio size=4 /></tr>" | |
| 129 | +ins += "<tr><td style='text-align:left'>Dia inicial: </td><td><input onclick='javascript:this.select();' type=text value='nulo' id=WMS_diainicio size=4 /></tr>" | |
| 130 | 130 | |
| 131 | -ins += "<tr><td style='text-align:left'>Ano final: </td><td><input type=text value='0' id=WMS_anofim size=4 /></tr>" | |
| 132 | -ins += "<tr><td style='text-align:left'>Mês final: </td><td><input type=text value='nulo' id=WMS_mesfim size=4 /></tr>" | |
| 133 | -ins += "<tr><td style='text-align:left'>Dia final: </td><td><input type=text value='nulo' id=WMS_diafim size=4 /></tr>" | |
| 131 | +ins += "<tr><td style='text-align:left'>Ano final: </td><td><input onclick='javascript:this.select();' type=text value='0' id=WMS_anofim size=4 /></tr>" | |
| 132 | +ins += "<tr><td style='text-align:left'>Mês final: </td><td><input onclick='javascript:this.select();' type=text value='nulo' id=WMS_mesfim size=4 /></tr>" | |
| 133 | +ins += "<tr><td style='text-align:left'>Dia final: </td><td><input onclick='javascript:this.select();' type=text value='nulo' id=WMS_diafim size=4 /></tr>" | |
| 134 | 134 | ins += "</table>" |
| 135 | 135 | ins += "<div style='position:absolute;left:120px;top:180px'>" |
| 136 | 136 | ins += "<p>Obter uma imagem por:</p>" | ... | ... |