Commit 88891fd686d8d74040c0d43fcd128e69c78e07ac
1 parent
1aa989cf
Exists in
master
and in
7 other branches
Criação dos templates HTML para a biblioteca Mustache
Showing
68 changed files
with
2144 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,15 @@ |
1 | +<div style='text-align: center; position: relative; cursor: pointer'> | |
2 | + <img title='{{{inicia}}}' src='{{{locaplic}}}/imagens/player_inicia.png' onclick='i3GEOF.animacao.dispara()' /> | |
3 | + | |
4 | + <img title='{{{rebobina}}}' src='{{{locaplic}}}/imagens/player_para.png' onclick='i3GEOF.animacao.termina()' /> | |
5 | + | |
6 | + <img title='{{{rapido}}}' src='{{{locaplic}}}/imagens/player_avanca.png' onclick='i3GEOF.animacao.maisrapido()' /> | |
7 | + | |
8 | + <img title='{{{lento}}}' src='{{{locaplic}}}/imagens/player_volta.png' onclick='i3GEOF.animacao.maislento()' /> | |
9 | + | |
10 | +</div> | |
11 | +<div id='i3GEOFanimacaoLista'></div> | |
12 | +<br> | |
13 | +<div id='i3GEOanimacaomen1' style='display: block; left: 0px;'> | |
14 | + <p class='paragrafo'>{{{ajuda}}}</p> | |
15 | +</div> | |
0 | 16 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,13 @@ |
1 | +<form id='i3GEOaplicarsldf' target='i3GEOaplicarsldiframe' action='{{{locaplic}}}/ferramentas/aplicarsld/upload.php?tema='+i3GEO.temaAtivo+' method='post' ENCTYPE='multipart/form-data'> | |
2 | + <p class='paragrafo'> | |
3 | + {{{arquivo}}}: <br> | |
4 | + <input type='file' size='18' name='i3GEOaplicarsld' style='top: 0px; left: 0px; cursor: pointer;'> | |
5 | + </p> | |
6 | + <br> | |
7 | + <p class='paragrafo'> | |
8 | + <input id='i3GEOaplicarsldbotao1' type='button' value='{{{aplica}}}' size='12' name='submit'> | |
9 | + <input type='hidden' name='g_sid' value='+i3GEO.configura.sid+'> | |
10 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
11 | +</form> | |
12 | +<br> | |
13 | +<iframe name='i3GEOaplicarsldiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
0 | 14 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEObufferresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEObufferfim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,43 @@ |
1 | +<div style='margin-left: 5px;'> | |
2 | + <div class='styled-select'> | |
3 | + <input type='text' value='' title='{{{digita}}}' id='i3GEObuscapalavra' /> | |
4 | + </div> | |
5 | + <br> | |
6 | + <p class='paragrafo'> | |
7 | + <input id='i3GEObuscabotao1' size='20' type='button' value='{{{procura}}}' /> | |
8 | + <br> | |
9 | + <table summary='Lista de opcoes' class='lista3' width='250px'> | |
10 | + <tr> | |
11 | + <td> | |
12 | + <input style='cursor: pointer; border: 0px solid white;' type='radio' id='i3GEObuscaqualquer' name='i3GEObuscatipo' checked /> | |
13 | + </td> | |
14 | + <td>{{{busca}}}</td> | |
15 | + </tr> | |
16 | + <tr> | |
17 | + <td> | |
18 | + <input style='cursor: pointer; border: 0px solid white;' type='radio' id='i3GEObuscaexata' name='i3GEObuscatipo' /> | |
19 | + </td> | |
20 | + <td>{{{busca2}}}</td> | |
21 | + </tr> | |
22 | + <tr> | |
23 | + <td></td> | |
24 | + <td> </td> | |
25 | + </tr> | |
26 | + <tr> | |
27 | + <td> | |
28 | + <input style='cursor: pointer; border: 0px solid white;' type='radio' id='i3GEObuscamapa' name='i3GEObuscaonde' checked /> | |
29 | + </td> | |
30 | + <td>{{{busca3}}}</td> | |
31 | + </tr> | |
32 | + <tr> | |
33 | + <td> | |
34 | + <input style='cursor: pointer; border: 0px solid white;' type='radio' id='i3GEObuscaregiao' name='i3GEObuscaonde' /> | |
35 | + </td> | |
36 | + <td>{{{busca4}}}</td> | |
37 | + </tr> | |
38 | + </table> | |
39 | + <br> | |
40 | + <p class='paragrafo'> | |
41 | + <b>{{{busca5}}}</b> | |
42 | + <div id='i3GEObuscalistai' class='digitar' style='text-align: left; width: 250px; overflow: auto; height: 115px'></div> | |
43 | +</div> | |
0 | 44 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<div id='i3GEObuscafotosaviso' style='display: block; padding: 5px;''> | |
2 | + <p class='paragrafo'>{{{ajuda}}} | |
3 | + <p class='paragrafo'>{{{ajuda2}}} | |
4 | + <p class='paragrafo'>{{{ajuda3}}} if(i3GEO.parametros.mapscale > 30000001){ | |
5 | + <p class='paragrafo'>{{{msgForaEscala}}} | |
6 | + <p class='paragrafo'> | |
7 | + <input id='i3GEObuscafotosbotao3' size='20' type='button' value='{{{ajusta}}}' /> | |
8 | + } else{ | |
9 | + <p> | |
10 | + <input id='i3GEObuscafotosbotao2' size='20' type='button' value='{{{continua}}}' /> | |
11 | + } | |
12 | +</div> | |
13 | +<div id='i3GEObuscafotosbusca' style='display: none; padding: 5px;'> | |
14 | + <div id='i3GEObuscafotosf' style='display: none'> | |
15 | + <p class='paragrafo'> | |
16 | + <i>{{{ajudaFlickr}}}</i> | |
17 | + <p class='paragrafo'>{{{opcoes}}} {{{maxRegistros}}} {{{ajudaAno}}} | |
18 | + <p class='paragrafo'> | |
19 | + {{{texto}}}: <br> | |
20 | + <div class='styled-select'> | |
21 | + <input onclick='javascript:this.select();' style='cursor: text' type='text' size='30' value='' id='i3GEObuscafotostexto' /> | |
22 | + </div> | |
23 | + <br> | |
24 | + <p class='paragrafo'> | |
25 | + {{{anoInicial}}}: <br> | |
26 | + <div class='styled-select'> | |
27 | + <input onclick='javascript:this.select();' style='cursor: text' type='text' size='10' value='2009' id='i3GEObuscafotosai' /> | |
28 | + </div> | |
29 | + <br> | |
30 | + <p class='paragrafo'> | |
31 | + {{{anoFinal}}}: <br> | |
32 | + <div class='styled-select'> | |
33 | + <input onclick='javascript:this.select();' style='cursor: text' type='text' size='10' value='2009' id='i3GEObuscafotosaf' /> | |
34 | + </div> | |
35 | + <br> | |
36 | + <br> | |
37 | + <input id='i3GEObuscafotosbotao1' size='20' type='button' value='{{{procuraFotos}}}' /> | |
38 | + </div> | |
39 | + <div> | |
40 | + <br> | |
41 | + <p class='paragrafo'> | |
42 | + {{{servidores}}}: | |
43 | + <input type='radio' style='top: 2px; background-color: #f2f2f2; none; border: 0px solid white; cursor: pointer; position: relative;' onclick='i3GEOF.buscaFotos.esconde(this)' name='buscador' value='flickr' id='i3GEObuscafotosbuscaflickr' /> | |
44 | + <a href='http://www.flickr.com' target='_blank'>Flickr</a> | |
45 | + <input type='radio' style='top: 2px; background-color: #f2f2f2; border: 0px solid white; cursor: pointer; position: relative;' onclick='i3GEOF.buscaFotos.esconde(this)' name='buscador' value='panoramio' id='i3GEObuscafotosbuscapanoramio' /> | |
46 | + <a href='http://www.panoramio.com' target='_blank'>Panoramio</a> | |
47 | + <input type='radio' style='top: 2px; background-color: #f2f2f2; border: 0px solid white; cursor: pointer; position: relative;' onclick='i3GEOF.buscaFotos.esconde(this)' name='buscador' value='locr' id='i3GEObuscafotosbuscalocr' /> | |
48 | + <a href='http://www.locr.com' target='_blank'>Locr</a> | |
49 | + </div> | |
50 | + <div id='i3GEObuscafotospaginas' style='top: 10px;'></div> | |
51 | + <br> | |
52 | + <div style='top: 0px; left: 5px; display: block; width: 95%; overflow: auto' id='i3GEObuscafotosresultadofotos'></div> | |
53 | + <br> | |
54 | +</div> | |
0 | 55 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,6 @@ |
1 | +<p class='paragrafo'> | |
2 | + {{{insereKml}}}:<br> <br> $inputText('','','i3GEOcarregakmlurl','',40,'') <br> <br> ' + $trad("o1") | |
3 | +<div id='i3GEOcarregakmlCombo' style='left: 1px; display: block; width: 315px; text-align: left;'></div> | |
4 | +<br> | |
5 | +<br> | |
6 | +<input id='i3GEOcarregakmlbotao1' type='buttom' value='' +$trad(" p14")+'' /> | |
0 | 7 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,14 @@ |
1 | +<form id='i3GEOcarregamapaf' target='i3GEOcarregamaiframe' action='{{{locaplic}}}/ferramentas/carregamapa/upload.php' method='post' ENCTYPE='multipart/form-data'> | |
2 | + <p class='paragrafo'> | |
3 | + {{{insereArquivo}}} <br> <br> | |
4 | + <p class='paragrafo'> | |
5 | + <input type='file' name='i3GEOcarregamapafilemap' size='22' style='top: 0px; left: 0px; cursor: pointer;'> | |
6 | + <br> <br> | |
7 | + <p class='paragrafo'> | |
8 | + <input id='i3GEOcarregamapabotao1' type='button' value='{{{carregaArquivo}}}' size='12' name='submit'> | |
9 | + <br> | |
10 | + <input type='hidden' name='g_sid' value='+i3GEO.configura.sid+'> | |
11 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
12 | +</form> | |
13 | +<br> | |
14 | +<iframe name='i3GEOcarregamaiframe' width='98%' height='70px' style='text-align: left; border: 1px solid gray;'></iframe> | |
0 | 15 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOcentroideresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOcentroidefim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOcentromassaresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOcentromassafim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,6 @@ |
1 | +<p class="paragrafo"> | |
2 | + {{{insereEndereco}}}<br> <br> $inputText('','','i3GEOconectargeojsonurl','',45,'') <br> <br> ' + $trad("o1") | |
3 | +<div id='i3GEOconectargeojsonCombo' style='left: 1px; display: block; width: 315px; text-align: left;'></div> | |
4 | +<br> | |
5 | +<br> | |
6 | +<input id='i3GEOconectargeojsonbotao1' type='buttom' value='+$trad(" p14")+' /> | |
0 | 7 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,25 @@ |
1 | +<p class='paragrafo'> | |
2 | + {{{ajuda}}} | |
3 | + <a href='http://earth.google.com/intl/pt/' target='_blank'> Google Earth</a> | |
4 | +<p class='paragrafo'> | |
5 | + Googleearth | |
6 | + <a href='{{{locaplic}}}/documentacao/ajuda/googleearth.htm' target='_blank'></a> | |
7 | + {{{ajuda2}}} | |
8 | +<p class='paragrafo'> | |
9 | + <b>'{{{kmlWMS}}}'</b> | |
10 | +</p> | |
11 | +<p class='paragrafo'> | |
12 | + <textarea cols='55' rows='3' style='cursor: pointer' onclick='javascript:this.select()'>{{{locaplic}}}/pacotes/kmlmapserver/kmlservice.php?map='+tema+'&typename='+tema+'&request=kml</textarea> | |
13 | +</p> | |
14 | +if(tipo == 'kmz'){ | |
15 | +<p class='paragrafo'> | |
16 | + <b>{{{kmzKML}}} </b> | |
17 | +</p> | |
18 | +<p class='paragrafo'> | |
19 | + <textarea cols='55' rows='3' style='cursor: pointer' onclick='javascript:this.select()'>{{{locaplic}}}/pacotes/kmlmapserver/kmlservice.php?map='+tema+'&typename='+tema+'&request=kmz</textarea> | |
20 | +</p> | |
21 | +} | |
22 | +<p class='paragrafo'>{{{ajuda3}}} | |
23 | +<p class='paragrafo'> | |
24 | + <textarea cols='55' rows='2' style='cursor: pointer' onclick='javascript:this.select()'>{{{locaplic}}}/kml.php </textarea> | |
25 | +</p> | |
0 | 26 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,20 @@ |
1 | +<div style='margin-left: 5px;'> | |
2 | + <p class='paragrafo'> | |
3 | + {{{ajuda}}} como o | |
4 | + <a href='http://earth.google.com/intl/pt/' target='_blank'> Google Earth</a> | |
5 | + . {{{ajuda2}}} | |
6 | + <p class='paragrafo'> | |
7 | + <a href='{{{locaplic}}}/documentacao/ajuda/googleearth.htm' target='_blank'> Clique aqui</a> | |
8 | + {{{ajuda3}}} | |
9 | + <p class='paragrafo'> | |
10 | + <b>{{{wms}}} </b> | |
11 | + </p> | |
12 | + <p class='paragrafo'> | |
13 | + <textarea cols='55' rows='3' style='cursor: pointer' onclick='javascript:this.select()'> | |
14 | + {{{locaplic}}}/pacotes/kmlmapserver/kmlservice.php?map='+i3GEO.parametros.mapfile+'&typename='+tema+'&request=kml</textarea> | |
15 | + </p> | |
16 | + <p class='paragrafo">{{{ajuda4}}} | |
17 | + <p class='paragrafo'> | |
18 | + <textarea cols='55' rows='2' style='cursor: pointer' onclick='javascript:this.select()'>{{{locaplic}}}/kml.php </textarea> | |
19 | + </p> | |
20 | +</div> | |
0 | 21 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,19 @@ |
1 | +<div style='margin-left: 5px;'> | |
2 | + <p class='paragrafo'> | |
3 | + {{{ajudaDesktop}}} | |
4 | + <a href='http://www.gvsig.gva.es/' target='blank'> gvSig</a> | |
5 | + <p class='paragrafo'>{{{ajudaWms}}} | |
6 | + <p class='paragrafo'> | |
7 | + {{{ajudaWmc}}} | |
8 | + <a href=\ "'+enderecowmc+'\" target='_blank'>{{{wmc}}}</a> | |
9 | + <p class='paragrafo'> | |
10 | + <b>WMS: </b> | |
11 | + </p> | |
12 | + <p class='paragrafo'> | |
13 | + <textarea cols='55' rows='3' style='cursor: pointer' onclick='javascript:this.select()'> | |
14 | + enderecowms + '</textarea> | |
15 | + </p> | |
16 | + <p class='paragrafo'> | |
17 | + <a href="' + enderecowms + '&request=getcapabilities&version=1.1.0&service=wms" target='blank'> | |
18 | + {{{testa}}}<br> | |
19 | +</div> | |
0 | 20 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,8 @@ |
1 | +<div style='margin-left: 5px'> | |
2 | + <div id='i3GEOcortinaTemasDiv' class='styled-select' style='width: 200px;'></div> | |
3 | + <div id='slider-bg' class='yui-h-slider' style='background: url({{{locaplic}}}/ pacotes/ yui290/ build/ slider/ assets/ bg-h.gif) no-repeat 5px 0; height: 28px; width: 210px;' tabindex='-1' title='Slider'> | |
4 | + <div id='slider-thumb' class='yui-slider-thumb'> | |
5 | + <img src='{{{locaplic}}}/pacotes/yui290/build/slider/assets/thumb-n.gif'> | |
6 | + </div> | |
7 | + </div> | |
8 | +</div> | |
0 | 9 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOdissolveresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOdissolvefim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOdistanciaptptresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOdistanciaptptfim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,13 @@ |
1 | +<textarea rows='8' colums='20' cols='38' style='font-size: 14px; width: 500px; height: 200px' id='i3GEOeditorsqlSQL'></textarea> | |
2 | +<br> | |
3 | +<br> | |
4 | +<p class='paragrafo'> | |
5 | + <input size='20' id='i3GEOeditorsqlbotao1' type='button' value="'+$trad(" p14")+'" /> | |
6 | + <input style='position: relative; cursor: pointer' type='checkbox' id='i3GEOeditorsqlRemoveMeta' /> | |
7 | + {{{removeMetadados}}}<br> | |
8 | + <br> | |
9 | + <a class='paragrafo' href="http://postgis.refractions.net/documentation/manual-1.4/ch07.html" target='_blank>'{{{manualSql}}}</a> | |
10 | + <br> | |
11 | +<p class='paragrafo'>{{{listaAtributos}}}:</p> | |
12 | +<div class='paragrafo' id='i3GEOeditorsqlDivItem'></div> | |
13 | +<div class='paragrafo' id='i3GEOeditorsqlvalores'></div> | |
0 | 14 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,7 @@ |
1 | +<p class='paragrafo'> | |
2 | + {{{selecionaItem}}}:<br> | |
3 | +<div id='i3GEOetiquetalistai' class='digitar' style='text-align: left; left: 0px; top: 0px; 330 px; height: 80px; overflow: auto; display: block;'></div> | |
4 | +<br> | |
5 | +<p class='paragrafo'> | |
6 | + <input id='i3GEOetiquetabotao1' size='35' type='button' value="'+$trad(" p14")+'" /> | |
7 | + <input id='i3GEOetiquetabotao2' size='35' type='button' value='{{{desativaEtiquetas}}}' /> | |
0 | 8 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,54 @@ |
1 | +<div id='i3GEOfiltroguiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
3 | + <li><a> | |
4 | + <em><div id='i3GEOfiltroguia1' style='text-align: center; left: 0px;">'+$trad('constroi',i3GEOF.filtro.dicionario)+'</div></em> | |
5 | + </a></li> | |
6 | + <li><a> | |
7 | + <em><div id='i3GEOfiltroguia2' style='text-align: center; left: 0px;'>{{{digita}}}</div></em> | |
8 | + </a></li> | |
9 | + <li><a> | |
10 | + <em><div id='i3GEOfiltroguia3' style='text-align: center; left: 0px;">{{{testa}}}</div></em> | |
11 | + </a></li> | |
12 | + </ul> | |
13 | +</div> | |
14 | +<br> | |
15 | +<p class='paragrafo'> | |
16 | + <input id='i3GEOfiltrobotao1' size='18' type='button' value={{{inclui}}} /> | |
17 | + <input id='i3GEOfiltrobotao2' size='18' type='button' value={{{remove}}} /> | |
18 | +</p> | |
19 | +<div class='guiaobj' id='i3GEOfiltroguia1obj' style='left: 1px; display: block;'> | |
20 | + <div id='i3GEOfiltropar' style='display: block; position: relative; top: 5px; left: 0px;'> | |
21 | + <table summary='' id='i3GEOfiltroparametros' style='width: 380px'> | |
22 | + <tr> | |
23 | + <td></td> | |
24 | + <td></td> | |
25 | + <td style='background-color: yellow'>{{{item}}}</td> | |
26 | + <td style='background-color: yellow'>{{{operador}}}</td> | |
27 | + <td style='background-color: yellow'>{{{valor}}}</td> | |
28 | + <td style='background-color: yellow'></td> | |
29 | + <td style='background-color: yellow'>{{{conector}}}</td> | |
30 | + </tr> | |
31 | + <tr> | |
32 | + <td> </td> | |
33 | + <td></td> | |
34 | + <td></td> | |
35 | + <td></td> | |
36 | + <td></td> | |
37 | + <td></td> | |
38 | + <td></td> | |
39 | + </tr> | |
40 | + </table> | |
41 | + </div> | |
42 | + <div id='i3GEOfiltroresultado' style='position: relative; top: 5px; left: 0px'></div> | |
43 | + <div id='i3GEOfiltrovalores' style='position: relative; top: 5px; left: 0px'></div> | |
44 | + <div id='i3GEOfiltromen1' style='top: 15px; left: 0px;'> | |
45 | + <p class='paragrafo'>{{{ajuda}}} | |
46 | + </div> | |
47 | +</div> | |
48 | +<div class='guiaobj' id='i3GEOfiltroguia2obj' style='left: 1px; display: none;'> | |
49 | + <p class='paragrafo'>{{{digitaFiltro}}}: | |
50 | + <div class='styled-select'> | |
51 | + <input type='text' value='' id='i3GEOfiltrofiltro' /> | |
52 | + </div> | |
53 | +</div> | |
54 | +<div class='guiaobj' id='i3GEOfiltroguia3obj' style='left: 1px; display: none;'></div> | |
0 | 55 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,21 @@ |
1 | +<p class='paragrafo'> | |
2 | + {{{selecionaFiltro}}}<br> | |
3 | + <br> | |
4 | + <select onchange='i3GEO.arvoreDeCamadas.ARVORE = null;i3GEO.arvoreDeCamadas.FILTRO = this.value;i3GEO.arvoreDeCamadas.atualiza(i3GEO.arvoreDeCamadas.CAMADAS,true)'> | |
5 | + <option value='naofaznada">---</option> | |
6 | + <option value=''>{{{removeFiltro}}}</option> | |
7 | + <option value='ligados'>{{{ligado}}}</option> | |
8 | + <option value='desligados'>{{{desligado}}}</option> | |
9 | + <option value='selecionados'>{{{comSelecao}}}</option> | |
10 | + <option value='download'>{{{permiteDownload}}}</option> | |
11 | + <option value='wms'>{{{wms}}}</option> | |
12 | + <option value='raster'>{{{raster}}}</option> | |
13 | + <option value='toponimia'>{{{apenasTexto}}}</option> | |
14 | + </select> | |
15 | + <br> | |
16 | + <br> {{{operacao}}}<br> | |
17 | + <br> | |
18 | + <select onchange='i3GEOF.filtroarvore.lote(this)'> | |
19 | + <option value=''>---</option> | |
20 | + <option value='excluir'>{{{exclui}}}</option> | |
21 | + </select> | |
0 | 22 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,24 @@ |
1 | +<button title='{{{capturaCoord}}}' onclick='i3GEOF.geolocal.capturaCoordenada()'> | |
2 | + <img src='{{{locaplic}}}/imagens/gisicons/gps.png' /> | |
3 | +</button> | |
4 | +<button title='{{{limpa}}}' onclick='i3GEOF.geolocal.limpa()'> | |
5 | + <img src='{{{locaplic}}}/imagens/gisicons/erase.png' /> | |
6 | +</button> | |
7 | +<button title='{{{exclui}}}' onclick='i3GEOF.geolocal.criaShp()'> | |
8 | + <img src='{{{locaplic}}}/imagens/gisicons/layer-gps-create.png' /> | |
9 | +</button> | |
10 | +<img title='{{{paraCaptura}}}' onclick='i3GEOF.geolocal.paraTempo()' style='top: -3px; left: 10px; position: relative;' src='{{{locaplic}}}/imagens/oxygen/16x16/clock.png'> | |
11 | + | |
12 | +<form id='i3GEOFgeolocalFormTempo' style='left: 162px; position: absolute; top: 10px; width: 30px;'> | |
13 | + <div class='styled-select' style='width: 80px;'> | |
14 | + <input type='text' id='i3GEOFgeolocalTempo' title={{{intervalo}}} value='0' /> | |
15 | +</form> | |
16 | +</div> | |
17 | +<div style='height: 130px; overflow: auto; top: 10px; text-align: center; position: relative; cursor: pointer; padding: 5px;' id='i3GEOFgeolocalListaDePontos'></div> | |
18 | +<br> | |
19 | +<div id='i3GEOFgeolocalNcoord' style='width: 30px; position: absolute;'></div> | |
20 | +<br> | |
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;'> | |
23 | + <input type='text' id='i3GEOFgeolocalMaximo' value='' /> | |
24 | +</div> | |
0 | 25 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,114 @@ |
1 | +<table summary='' class='lista'> | |
2 | + <tr> | |
3 | + <td>{{{intervalo}}}:</td> | |
4 | + <td>$inputText('','','i3GEOgradeCoordintervalo','',4,'2')</td> | |
5 | + </tr> | |
6 | + <tr> | |
7 | + <td> </td> | |
8 | + <td></td> | |
9 | + </tr> | |
10 | + <tr> | |
11 | + <td>{{{cor}}}:</td> | |
12 | + <td> | |
13 | + $inputText('','','i3GEOgradeCoordcorlinha','',11,'200,200,200') | |
14 | + <img alt='aquarela.gif' style='cursor: pointer' src={{{locaplic}}}'/imagens/aquarela.gif" onclick='i3GEOF.gradeCoord.corj(\'i3GEOgradeCoordcorlinha\')' /> | |
15 | + </td> | |
16 | + </tr> | |
17 | + <tr> | |
18 | + <td> </td> | |
19 | + <td></td> | |
20 | + </tr> | |
21 | + <tr> | |
22 | + <td>{{{largura}}}:</td> | |
23 | + <td>$inputText('','','i3GEOgradeCoordlarguralinha','',11,'1')</td> | |
24 | + </tr> | |
25 | + <tr> | |
26 | + <td> </td> | |
27 | + <td></td> | |
28 | + </tr> | |
29 | + <tr> | |
30 | + <td>{{{tipoLinha}}}:</td> | |
31 | + <td> | |
32 | + <select id='i3GEOgradeCoordtipolinha'> | |
33 | + <option value='linha'>{{{solido}}}</option> | |
34 | + <option value='ferrovia-line2'>{{{tracejado}}}</option> | |
35 | + </select> | |
36 | + </td> | |
37 | + </tr> | |
38 | + <tr> | |
39 | + <td> </td> | |
40 | + <td></td> | |
41 | + </tr> | |
42 | + <tr> | |
43 | + <td>Inclui textos:</td> | |
44 | + <td> | |
45 | + <select id='i3GEOgradeCoordincluitexto'> | |
46 | + <option value='sim'>'+$trad("x14")+'</option> | |
47 | + <option value='nao'>'+$trad("x15")+'</option> | |
48 | + </select> | |
49 | + </td> | |
50 | + </tr> | |
51 | + <tr> | |
52 | + <td> </td> | |
53 | + <td></td> | |
54 | + </tr> | |
55 | + <tr> | |
56 | + <td>{{{tamanhoTexto}}}:</td> | |
57 | + <td>$inputText('','','i3GEOgradeCoordtamanhotexto','',3,'10')</td> | |
58 | + </tr> | |
59 | + <tr> | |
60 | + <td> </td> | |
61 | + <td></td> | |
62 | + </tr> | |
63 | + <tr> | |
64 | + <td>{{{fonteTexto}}}:</td> | |
65 | + <td id='i3GEOgradeCoordfontef'></td> | |
66 | + </tr> | |
67 | + <tr> | |
68 | + <td> </td> | |
69 | + <td></td> | |
70 | + </tr> | |
71 | + <tr> | |
72 | + <td>{{{corMascara}}}:</td> | |
73 | + <td> | |
74 | + $inputText('','','i3GEOgradeCoordmascara_i','',11,'-1,-1,-1') | |
75 | + <img alt='aquarela.gif' style='cursor: pointer' src={{{locaplic}}}'/imagens/aquarela.gif' onclick='i3GEOF.gradeCoord.corj(\'i3GEOgradeCoordmascara_i\')' /> | |
76 | + </td> | |
77 | + </td> | |
78 | + </tr> | |
79 | + <tr> | |
80 | + <td> </td> | |
81 | + <td></td> | |
82 | + </tr> | |
83 | + <tr> | |
84 | + <td>{{{corSombra}}}:</td> | |
85 | + <td> | |
86 | + $inputText('','','i3GEOgradeCoordshadowcolor','',11,'-1,-1,-1') | |
87 | + <img alt='aquarela.gif' style='cursor: pointer' src={{{locaplic}}}'/imagens/aquarela.gif' onclick='i3GEOF.gradeCoord.corj(\'i3GEOgradeCoordshadowcolor\')' /> | |
88 | + </td> | |
89 | + </tr> | |
90 | + <tr> | |
91 | + <td> </td> | |
92 | + <td></td> | |
93 | + </tr> | |
94 | + <tr> | |
95 | + <td>{{{deslocamentoSombra}}}:</td> | |
96 | + <td> | |
97 | + x '+$inputText('','','i3GEOgradeCoordshadowsizex','',3,'0') <br>y '+$inputText('','','i3GEOgradeCoordshadowsizey','',3,'0') | |
98 | + </td> | |
99 | + </tr> | |
100 | + <tr> | |
101 | + <td> </td> | |
102 | + <td></td> | |
103 | + </tr> | |
104 | + <tr> | |
105 | + <td>{{{corTexto}}}:</td> | |
106 | + <td> | |
107 | + $inputText('','','i3GEOgradeCoordcortexto','',11,'0,0,0') | |
108 | + <img alt='aquarela.gif' style='cursor: pointer' src={{{locaplic}}}'/imagens/aquarela.gif' onclick='i3GEOF.gradeCoord.corj(\'i3GEOgradeCoordcortexto\')' /> | |
109 | + </td> | |
110 | + </tr> | |
111 | +</table> | |
112 | +<br> | |
113 | +<p class='paragrafo'> | |
114 | + <input id='i3GEOgradeCoordbotao1' size='10' type='button' value={{{criaGrade}}} /> | |
0 | 115 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOgradedehexresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOgradedehexfim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOgradedepoligonosresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOgradedepoligonosfim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOgradedepontosresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOgradedepontosfim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,55 @@ |
1 | +<div id='i3GEOgraficotemaguiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
3 | + <li><a> | |
4 | + <em><div id='i3GEOgraficotemaguia1' style='text-align: center; left: 0px;'>{{{fonteDados}}}</div></em> | |
5 | + </a></li> | |
6 | + <li><a> | |
7 | + <em><div id='i3GEOgraficotemaguia2' style='text-align: center; left: 0px;'>{{{propriedades}}}</div></em> | |
8 | + </a></li> | |
9 | + </ul> | |
10 | +</div> | |
11 | +<br> | |
12 | +<div class='guiaobj' id='i3GEOgraficotemaguia1obj' style='left: 1px; 90%; display: none;'> | |
13 | + <div id='i3GEOgraficotemacombot' style='display: none; position: relative; top: 5px; left: 0px;'></div> | |
14 | + <p class='paragrafo'> | |
15 | + <b>{{{selecionaItens}}}</b><br> | |
16 | + <br> | |
17 | + <div id='i3GEOgraficotemalistai' class='digitar' style='text-align: left; left: 0px; top: 0px; 330 px; height: 80px; overflow: auto; display: block;'>{{{selecionaTema}}}</div> | |
18 | + <br> | |
19 | + <br> | |
20 | + <p class='paragrafo'> | |
21 | + <input id='i3GEOgraficotemabotao1' size='35' type='button' value='{{{criaGrafico}}}' /> | |
22 | + <div id='i3GEOgraficotemamen1' style='top: 10px; left: 1px'> | |
23 | + <p class='paragrafo'>{{{compoeGrafico}}} | |
24 | + </div> | |
25 | +</div> | |
26 | +<div class='guiaobj' id='i3GEOgraficotemaguia2obj' style='left: 1px; display: none;'> | |
27 | + <p class='paragrafo'>{{{tipo}}}:</p> | |
28 | + <div class='styled-select'> | |
29 | + <select id='i3GEOgraficotematipo'> | |
30 | + <option value='PIE'>{{{pizza}}}</option> | |
31 | + <option value='BAR'>{{{barras}}}</option> | |
32 | + </select> | |
33 | + </div> | |
34 | + <br> | |
35 | + <p class='paragrafo'>{{{largura}}}:</p> | |
36 | + <div class='styled-select'> | |
37 | + <input type='text' id='i3GEOgraficotemalargura' value='50' /> | |
38 | + </div> | |
39 | + <br> | |
40 | + <p class='paragrafo'>{{{altura}}}:</p> | |
41 | + <div class='styled-select'> | |
42 | + <input type='text' id='i3GEOgraficotemaaltura' value='50' /> | |
43 | + </div> | |
44 | + <br> | |
45 | + <p class='paragrafo'>{{{deslocamentoFatias}}}:</p> | |
46 | + <div class='styled-select'> | |
47 | + <input type='text' id='i3GEOgraficotemaoffset' value='0' /> | |
48 | + </div> | |
49 | + <br> | |
50 | + <p class='paragrafo'>{{{corContorno}}}:</p> | |
51 | + <div class='styled-select'> | |
52 | + <input type='text' id='i3GEOgraficotemaoutlinecolor' value='0,0,0' /> | |
53 | + </div> | |
54 | +</div> | |
55 | +</div> | |
0 | 56 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOheatmapresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOheatmapfim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,53 @@ |
1 | +<div id='+idjanela+' i3GEOidentificaguiasYUI class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;> | |
3 | + <li><a> | |
4 | + <em><div id="'+idjanela+'i3GEOidentificaguia1" style='text-align: center; left: 0px;'>{{{temasVisiveis}}}</div></em> | |
5 | + </a></li> | |
6 | + <li><a> | |
7 | + <em><div id="'+idjanela+'i3GEOidentificaguia2" style='text-align: center; left: 0px;'>{{{todos}}}</div></em> | |
8 | + </a></li> | |
9 | + <li><a> | |
10 | + <em><div id="'+idjanela+'i3GEOidentificaguia4" style='text-align: center; left: 0px;'>{{{etiquetas}}}</div></em> | |
11 | + </a></li> | |
12 | + <li><a> | |
13 | + <em><div id="'+idjanela+'i3GEOidentificaguia5" style='text-align: center; left: 0px;'>XY/buffer</div></em> | |
14 | + </a></li> | |
15 | + <li><a> | |
16 | + <em><div id="'+idjanela+'i3GEOidentificaguia3" style='text-align: center; left: 0px;'>{{{propriedades}}}</div></em> | |
17 | + </a></li> | |
18 | + </ul> | |
19 | +</div> | |
20 | +<div class='geralFerramentas' style='left: 0px; top: 0px; width: 98%; height: 86%;'> | |
21 | + <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia1obj" style='left: 1px;'> | |
22 | + <div id="'+idjanela+'i3GEOidentificatemaativo" class='geralFerramentas' style='overflow: hidden; display: block; position: relative; top: -5px; left: 0px; width: 150px'> | |
23 | + <div style='left: 0px; width: 150px; text-align: left;' id="'+idjanela+'i3GEOidentificalistaTemas">{{{msgAguarde}}}...</div> | |
24 | + <div style='left: 0px; width: 150px; text-align: left;' id="'+idjanela+'i3GEOidentificalistaSistemas">{{{msgAguarde}}}...</div> | |
25 | + </div> | |
26 | + <div id="'+idjanela+'i3GEOidentificaocorrencia" style='overflow: hidden; font-size: 10px; display: block; position: absolute; top: 5px; left: 165px; width: 60%'></div> | |
27 | + </div> | |
28 | + <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia2obj" style='left: 1px'></div> | |
29 | + <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia3obj" style='left: 1px; top: 10px; display: none; font-size: 12px; overflow: hidden'> | |
30 | + {{{resolucaoBusca}}}:<br> | |
31 | + <br> | |
32 | + <div class='styled-select'> | |
33 | + <input type='text' value='5' id="'+idjanela+'" i3GEOidentificaresolucao" /> | |
34 | + </div> | |
35 | + // | |
36 | + <input onclick='javascript:this.select();' type='text' class='digitar' value='5' id='i3GEOidentificaresolucao' size='2' /> | |
37 | + <br> | |
38 | + <br> | |
39 | + </div> | |
40 | + <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia4obj" style='left: 1px; top: 10px; display: none; font-size: 12px; overflow: hidden'> | |
41 | + {{{mostraEtiquetas}}} <br> | |
42 | + <br> | |
43 | + <input id='+idjanela+' i3GEOidentificabotao1 size='20' type='button' value='{{{configuraEtiqueta}}}' /> | |
44 | + </div> | |
45 | + <div class='guiaobj' id="'+idjanela+'i3GEOidentificaguia5obj" style='left: 1px; top: 10px; display: none; font-size: 12px; overflow: hidden'> | |
46 | + <b>{{{valorPonto}}}<br></b> | |
47 | + <div id='+idjanela+' i3GEOidentificacoord></div> | |
48 | + <br> | |
49 | + <div id='+idjanela+' i3GEOidentificacoordtexto style='text-align: left'></div> | |
50 | + <br> | |
51 | + <br> | |
52 | + <input id='+idjanela+' i3GEOidentificabotao2 size='20' type='button' value='{{{criaBuffer}}}' /> | |
53 | + </div> | |
0 | 54 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,17 @@ |
1 | +<form id='i3GEOimportarwmcf' target='i3GEOimportarwmciframe' action='{{{locaplic}}}/ferramentas/importarwmc/upload.php' method='post' ENCTYPE='multipart/form-data'> | |
2 | + <p class='paragrafo'> | |
3 | + {{{arquivo}}}: <br> | |
4 | + <input type='file' size='18' name='i3GEOimportarwmc' style='top: 0px; left: 0px; cursor: pointer;'> | |
5 | + </p> | |
6 | + <p class='paragrafo'>Ou URL:</p> | |
7 | + <div class='styled-select'> | |
8 | + <input type='text' name='i3GEOimportarwmcurl' /> | |
9 | + </div> | |
10 | + <br> | |
11 | + <p class='paragrafo'> | |
12 | + <input id='i3GEOimportarwmcbotao1' type='button' value='{{{importar}}}' size='12' name='submit'> | |
13 | + <input type='hidden' name='g_sid' value="'+i3GEO.configura.sid+'"> | |
14 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
15 | +</form> | |
16 | +<br> | |
17 | +<iframe name='i3GEOimportarwmciframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
0 | 18 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,17 @@ |
1 | +<form id='i3GEOimportarwmcf' target='i3GEOimportarwmciframe' action='{{{locaplic}}}/ferramentas/importarwmc/upload.php' method='post' ENCTYPE='multipart/form-data'> | |
2 | + <p class='paragrafo'> | |
3 | + {{{arquivo}}}: <br> | |
4 | + <input type='file' size='18' name='i3GEOimportarwmc' style='top: 0px; left: 0px; cursor: pointer;'> | |
5 | + </p> | |
6 | + <p class='paragrafo'>Ou URL:</p> | |
7 | + <div class='styled-select'> | |
8 | + <input type='text' name='i3GEOimportarwmcurl' /> | |
9 | + </div> | |
10 | + <br> | |
11 | + <p class='paragrafo'> | |
12 | + <input id='i3GEOimportarwmcbotao1' type='button' value='{{{importar}}}' size='12' name='submit'> | |
13 | + <input type='hidden' name='g_sid' value="'+i3GEO.configura.sid+'"> | |
14 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
15 | +</form> | |
16 | +<br> | |
17 | +<iframe name='i3GEOimportarwmciframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
0 | 18 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,43 @@ |
1 | +<div id='i3GEOinseretxtguiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
3 | + <li><a> | |
4 | + <em><div id='i3GEOinseretxtguia3' style='text-align: center; left: 0px;'> | |
5 | + <img class='ticPropriedades2' style='height: 14px' title='{{{propriedades}}}' src='{{{locaplic}}}/imagens/visual/default/branco.gif'> | |
6 | + </div></em> | |
7 | + </a></li> | |
8 | + <li><a> | |
9 | + <em><div id='i3GEOinseretxtguia1' style='text-align: center; left: 0px;'>{{{digita}}}</div></em> | |
10 | + </a></li> | |
11 | + <li><a> | |
12 | + <em><div id='i3GEOinseretxtguia2' style='text-align: center; left: 0px;'>{{{captura}}}</div></em> | |
13 | + </a></li> | |
14 | + </ul> | |
15 | +</div> | |
16 | +<br> | |
17 | +<div class='guiaobj' id='i3GEOinseretxtguia1obj' style='left: 1px; display: none;'> | |
18 | + <p class='paragrafo'>{{{insereTexto}}}:</p> | |
19 | + <div class='styled-select'> | |
20 | + <input type='text' id='i3GEOinseretxttexto' value='' /> | |
21 | + </div> | |
22 | + <br> | |
23 | + <p class='paragrafo'> | |
24 | + <input class='inputsb' style='cursor: pointer' type='checkbox' id='i3GEOinseretxttextoconector'> | |
25 | + {{{insereConector}}} | |
26 | + </p> | |
27 | + <div id='i3GEOinseretxtmen1' style='text-align: left;'> | |
28 | + <p class='paragrafo'>{{{ajuda}}} | |
29 | + </div> | |
30 | +</div> | |
31 | +<div class='guiaobj' id='i3GEOinseretxtguia2obj' style='left: 1px; display: none;'> | |
32 | + <p class='paragrafo'>{{{selecionaTema}}} | |
33 | + <div id='i3GEOinseretxtDivComboTemas' class='styled-select'>{{{msgAguarde}}}...</div> | |
34 | + <br> | |
35 | + <p class='paragrafo'>{{{selecionaItem}}}:</p> | |
36 | + <div id='i3GEOinseretxtDivComboItens' class='styled-select'></div> | |
37 | + <br> | |
38 | + <br> | |
39 | + <div id='i3GEOinseretxtmen2' style='text-align: left;'> | |
40 | + <p class='paragrafo'>{{{ajuda2}}}</p> | |
41 | + </div> | |
42 | +</div> | |
43 | +<div class='guiaobj' id='i3GEOinseretxtguia3obj' style='left: 1px; display: none;'></div> | |
0 | 44 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,181 @@ |
1 | +<div id='i3GEOinserexyguiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
3 | + <li><a> | |
4 | + <em><div id='i3GEOinserexyguia0' style='text-align: center; left: 0px;'> | |
5 | + <img style='height: 14px' src='{{{locaplic}}}/imagens/oxygen/16x16/help-about.png'> | |
6 | + </div></em> | |
7 | + </a></li> | |
8 | + <li><a> | |
9 | + <em><div id='i3GEOinserexyguia1' style='text-align: center; left: 0px;'>{{{tema}}}</div></em> | |
10 | + </a></li> | |
11 | + <li><a> | |
12 | + <em><div id='i3GEOinserexyguia2' style='text-align: center; left: 0px;'>Direc/dist</div></em> | |
13 | + </a></li> | |
14 | + <li><a> | |
15 | + <em><div id='i3GEOinserexyguia3' style='text-align: center; left: 0px;'>{{{digita}}}</div></em> | |
16 | + </a></li> | |
17 | + <li><a> | |
18 | + <em><div id='i3GEOinserexyguia4' style='text-align: center; left: 0px;'>{{{cola}}}</div></em> | |
19 | + </a></li> | |
20 | + <li><a> | |
21 | + <em><div id='i3GEOinserexyguia5' style='text-align: center; left: 0px;'>{{{converte}}}</div></em> | |
22 | + </a></li> | |
23 | + <li><a> | |
24 | + <em><div id='i3GEOinserexyguia6' style='text-align: center; left: 0px;'>{{{coord}}}</div></em> | |
25 | + </a></li> | |
26 | + </ul> | |
27 | +</div> | |
28 | +<br> | |
29 | +<div id='i3GEOinserexyprojecao' style='text-align: left; left: 0px; display: none'> | |
30 | + <p class='paragrafo'>{{{projCoord}}}:</p> | |
31 | + <div id='i3GEOinserexylistaepsg' style='text-align: left; border: 1px solid gray; width: 300px; overflow: auto; height: 50px; display: block; left: 5px'></div> | |
32 | +</div> | |
33 | +<div class='guiaobj' id='i3GEOinserexyguia0obj' style='left: 1px; display: none; top: 10px'> | |
34 | + <p class='paragrafo'>{{{ajuda}}}</p> | |
35 | +</div> | |
36 | +<div class='guiaobj' id='i3GEOinserexyguia1obj' style='left: 1px; display: none; top: 10px'> | |
37 | + <p class='paragrafo'>{{{selecionaTema}}}:</p> | |
38 | + <div class='styled-select' id='i3GEOinserexyshapefile'></div> | |
39 | + <br> | |
40 | + <p class='paragrafo'> | |
41 | + <input id='i3GEOinserexybotaocriatema' type='button' size='18' value='{{{criaTemaEditavel}}}' /> | |
42 | + <input id='i3GEOinserexybotaoperfil' type='button' size='18' value='{{{graficoPerfil}}}' /> | |
43 | + </p> | |
44 | + | |
45 | + <div id='i3GEOinserexyopcitens' style='display: none; left: 0px; text-align: left;'> | |
46 | + <p class='paragrafo'>{{{selecionaItem}}}:</p> | |
47 | + <div class='styled-select' id='i3GEOinserexyshapefileitem'></div> | |
48 | + <br> | |
49 | + <p class='paragrafo'>Valor:</p> | |
50 | + <div class='styled-select'> | |
51 | + <input type='text' value='' id='i3GEOinserexyvalorItem' /> | |
52 | + </div> | |
53 | + <br> | |
54 | + </div> | |
55 | + <div id='i3GEOinserexymen1' style='display: block; left: 0px;'> | |
56 | + <p class='paragrafo'>{{{ajuda2}}}</p> | |
57 | + <p class='paragrafo'>{{{ajuda3}}}</p> | |
58 | + <p class='paragrafo'>{{{ajuda4}}}</p> | |
59 | + </div> | |
60 | +</div> | |
61 | + | |
62 | +<div class='guiaobj' id='i3GEOinserexyguia2obj' style='left: 1px; display: none;'> | |
63 | + <p class='paragrafo'>{{{direcao}}}:</p> | |
64 | + <div class='styled-select' style='width: 40px; float: left;'> | |
65 | + <input onclick='javascript:this.select();' class='digitar' id='i3GEOinserexyxgdd' title='grau' type='text' value='00' /> | |
66 | + </div> | |
67 | + <div class='styled-select' style='width: 40px; float: left; margin-left: 10px; margin-right: 10px;'> | |
68 | + <input onclick='javascript:this.select();' id='i3GEOinserexyxmdd' title='minuto' type='text' value='00' /> | |
69 | + </div> | |
70 | + <div class='styled-select' style='width: 60px; margin-left: 10px;'> | |
71 | + <input onclick='javascript:this.select();' id='i3GEOinserexyxsdd' title='segundo' type='text' value='00.00' /> | |
72 | + </div> | |
73 | + <br> | |
74 | + <br> | |
75 | + <p class='paragrafo'>{{{distancia}}}:</p> | |
76 | + <div class='styled-select'> | |
77 | + <input onclick='javascript:this.select();' id='i3GEOinserexydistdd' title='km' type='text' value='0.0' /> | |
78 | + </div> | |
79 | + <div id='opcdd' style='top: 15px; left: 0px'> | |
80 | + <p class='paragrafo'> | |
81 | + <input id='i3GEOinserexybotaodd' type='button' size='14' value='{{{insere}}}' /> | |
82 | + </p> | |
83 | + </div> | |
84 | + <div id='i3GEOinserexymendd' style='position: relative; left: 0px; top: 20px'> | |
85 | + <p class='paragrafo'>{{{ajuda5}}}</p> | |
86 | + <p class='paragrafo'>{{{anguloDistancia}}}</p> | |
87 | + </div> | |
88 | +</div> | |
89 | +<div class='guiaobj' id='i3GEOinserexyguia3obj' style='display: none;'> | |
90 | + <div id='i3GEOinserexytipodig' style='text-align: left; left: 0px; top: 5px;'> | |
91 | + <p class='paragrafo'>{{{tipoEntrada}}}:</p> | |
92 | + <table class='lista6'> | |
93 | + <tr> | |
94 | + <td> | |
95 | + <input style='border: 0px solid white; cursor: pointer' title='DMS' onclick='i3GEOF.inserexy.escolhedig(\'i3GEOinserexydigmascara\')' name='i3GEOinserexytipodig' type='radio' id='i3GEOinserexytipodigmascara' checked /> | |
96 | + </td> | |
97 | + <td>{{{mascara}}}</td> | |
98 | + <td> | |
99 | + <input style='border: 0px solid white; cursor: pointer' title='DMS' onclick='i3GEOF.inserexy.escolhedig(\'i3GEOinserexydigcampo\')' name='i3GEOinserexytipodig' type='radio' id='i3GEOinserexytipodigcampo' /> | |
100 | + </td> | |
101 | + <td>{{{campoUnico}}}</td> | |
102 | + </tr> | |
103 | + </table> | |
104 | + <br> | |
105 | + </div> | |
106 | + <div id='i3GEOinserexydigmascara' style='left: 0px'> | |
107 | + <p class='paragrafo'>X:</p> | |
108 | + <div class='styled-select' style='width: 40px; float: left;'> | |
109 | + <input onclick='javascript:this.select();' class='digitar' id='i3GEOinserexyxg' title='grau' type='text' value='00' /> | |
110 | + </div> | |
111 | + <div class='styled-select' style='width: 40px; float: left; margin-left: 10px; margin-right: 10px;'> | |
112 | + <input onclick='javascript:this.select();' id='i3GEOinserexyxm' title='minuto' type='text' value='00' /> | |
113 | + </div> | |
114 | + <div class='styled-select' style='width: 60px; margin-left: 10px;'> | |
115 | + <input onclick='javascript:this.select();' id='i3GEOinserexyxs' title='segundo' type='text' value='00.00' /> | |
116 | + </div> | |
117 | + <br> | |
118 | + <p class='paragrafo'>Y:</p> | |
119 | + <div class='styled-select' style='width: 40px; float: left;'> | |
120 | + <input onclick='javascript:this.select();' class='digitar' id='i3GEOinserexyyg' title='grau' type='text' value='00' /> | |
121 | + </div> | |
122 | + <div class='styled-select' style='width: 40px; float: left; margin-left: 10px; margin-right: 10px;'> | |
123 | + <input onclick='javascript:this.select();' id='i3GEOinserexyym' title='minuto' type='text' value='00' /> | |
124 | + </div> | |
125 | + <div class='styled-select' style='width: 60px; margin-left: 10px;'> | |
126 | + <input onclick='javascript:this.select();' id='i3GEOinserexyys' title='segundo' type='text' value='00.00' /> | |
127 | + </div> | |
128 | + </div> | |
129 | + <div id='i3GEOinserexydigcampo' style='display: none; left: 0px'> | |
130 | + <p class='paragrafo'>X:</p> | |
131 | + <div class='styled-select' style='width: 60px; margin-left: 10px;'> | |
132 | + <input onclick='javascript:this.select();' id='i3GEOinserexylongitude' title='dms' type='text' value='' /> | |
133 | + </div> | |
134 | + <br> | |
135 | + <p class='paragrafo'>Y:</p> | |
136 | + <div class='styled-select' style='width: 60px; margin-left: 10px;'> | |
137 | + <input onclick='javascript:this.select();' id='i3GEOinserexylatitude' title='dms' type='text' value='' /> | |
138 | + </div> | |
139 | + </div> | |
140 | + <br> | |
141 | + <p class='paragrafo'> | |
142 | + <input id='i3GEOinserexybotao2' type='button' size='14' value='{{{insere}}}' /> | |
143 | + <div id='i3GEOinserexymen2' style='left: 0px;'> | |
144 | + <p class='paragrafo'>{{{ajuda6}}} | |
145 | + <p class='paragrafo'>{{{ajuda7}}} | |
146 | + <p class='paragrafo'>{{{ajuda8}}} | |
147 | + <p class='paragrafo'> | |
148 | + {{{ajuda9}}}<br> | |
149 | + <br> | |
150 | + <br> | |
151 | + </div> | |
152 | +</div> | |
153 | +<div class='guiaobj' id='i3GEOinserexyguia4obj' style='left: 1px; display: none;'> | |
154 | + <br> | |
155 | + <p class='paragrafo'>{{{insereListaCoords}}}:</p> | |
156 | + <div class='styled-select'> | |
157 | + <input onclick='javascript:this.select();' id='i3GEOinserexycolar' title='pares de xy' type='text' value='' /> | |
158 | + </div> | |
159 | + <br> | |
160 | + <br> | |
161 | + <p class='paragrafo'> | |
162 | + <input id='i3GEOinserexybotao6' type='button' size='14' value='{{{insere}}}' /> | |
163 | + </p> | |
164 | + <div id='i3GEOinserexymen3' style='display: block; left: 0px;'> | |
165 | + <p class='paragrafo'> | |
166 | + {{{insereXY}}}<br> -54.23 -12.5 -50 -5.33<br> | |
167 | + </div> | |
168 | +</div> | |
169 | +<div class='guiaobj' id='i3GEOinserexyguia5obj' style='left: 1px; display: none;'> | |
170 | + <p class='paragrafo'> | |
171 | + <input id='i3GEOinserexybotao3' type='button' size='25' value='{{{listaWkt}}}' /> | |
172 | + </p> | |
173 | + <p class='paragrafo'> | |
174 | + <input id='i3GEOinserexybotao4' type='button' size='25' value='{{{criaTemaPoligono}}}' /> | |
175 | + </p> | |
176 | + <p class='paragrafo'> | |
177 | + <input id='i3GEOinserexybotao5' type='button' size='25' value='{{{criaTemaLinha}}}' /> | |
178 | + </p> | |
179 | + <div id='i3GEOinserexywktres' style='display: block; left: 0px'></div> | |
180 | +</div> | |
181 | +<div class='guiaobj' id='i3GEOinserexyguia6obj' style='left: 1px; display: none;'></div> | |
0 | 182 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,211 @@ |
1 | +<div id='guiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
3 | + <li><a> | |
4 | + <em><div id='i3GEOlegendaguia6' style='text-align: center; left: 0px;'> | |
5 | + <img class='ticPropriedades2' style='height: 14px' title='{{{propriedades}}}' src='{{{locaplic}}}/imagens/visual/default/branco.gif'> | |
6 | + </div></em> | |
7 | + </a></li> | |
8 | + <li><a> | |
9 | + <em><div id='i3GEOlegendaguia1' style='text-align: center; left: 0px;'>{{{legenda}}}</div></em> | |
10 | + </a></li> | |
11 | + <li><a> | |
12 | + <em><div id='i3GEOlegendaguia2' style='text-align: center; left: 0px;'>{{{classes}}}</div></em> | |
13 | + </a></li> | |
14 | + <li><a> | |
15 | + <em><div id='i3GEOlegendaguia3' style='text-align: center; left: 0px;'>{{{editor}}}</div></em> | |
16 | + </a></li> | |
17 | + <li><a> | |
18 | + <em><div id='i3GEOlegendaguia4' style='text-align: center; left: 0px;'>{{{graficos}}}</div></em> | |
19 | + </a></li> | |
20 | + <li><a> | |
21 | + <em><div id='i3GEOlegendaguia5' style='text-align: center; left: 0px;'>{{{importaExportaSLD}}}</div></em> | |
22 | + </a></li> | |
23 | + </ul> | |
24 | +</div> | |
25 | +<br> | |
26 | +<div id='i3GEOlegendaguia6obj' style='width: 99%; text-align: left;'> | |
27 | + <p class='paragrafo'> | |
28 | + | |
29 | + <input type='checkbox' onclick='' checked id='i3GEOFlegendamostra' style='cursor: pointer; border: 0px solid white;' /> | |
30 | + <span style='cursor: pointer; position: relative; top: -2px;'>{{{mostraClassesLegenda}}}</span> | |
31 | + </p> | |
32 | + <p class='paragrafo'> | |
33 | + <input id='i3GEOlegendabotao3' type='button' value='{{{incluiNumeroOcorrencia}}}' title='{{{incluiNumeroOcorrencia2}}}'> | |
34 | + </p> | |
35 | + <p class='paragrafo'> | |
36 | + <input id='i3GEOlegendabotao15' type='button' value='{{{aplicaOpacidadeVariavel}}}' title='{{{aplicaOpacidade}}}'> | |
37 | + </p> | |
38 | + <p class='paragrafo'> | |
39 | + <input id='i3GEOlegendabotaoRamp' type='button' size='15' value='{{{escolhePaletaCores}}}' title='{{{variaCoresExtremos}}}'> | |
40 | + </p> | |
41 | + <div style='margin-left: 5px;'> | |
42 | + <p class='paragrafo'>{{{geraCores}}}</p> | |
43 | + <table summary='' class='lista6'> | |
44 | + <tr> | |
45 | + <td>{{{ate}}}:</td> | |
46 | + <td> | |
47 | + <div class='styled-select' style='width: 120px'> | |
48 | + <input type='text' id='i3GEOlegendaacori' value='0,0,0' /> | |
49 | + </div> | |
50 | + </td> | |
51 | + <td> | |
52 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.legenda.corj(\' i3GEOlegendaacori\')' /> | |
53 | + </td> | |
54 | + <td>{{{de}}}:</td> | |
55 | + <td> | |
56 | + <div class='styled-select' style='width: 120px'> | |
57 | + <input type='text' id='i3GEOlegendaacorf' value='255,255,255' /> | |
58 | + </div> | |
59 | + </td> | |
60 | + <td> | |
61 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.legenda.corj(\' i3GEOlegendaacorf\')' /> | |
62 | + </td> | |
63 | + <td> | |
64 | + <input id='i3GEOlegendabotao4' type='button' size='15' value='{{{aplica}}}' title='{{{aplicaVariaCores}}}'> | |
65 | + </td> | |
66 | + </tr> | |
67 | + </table> | |
68 | + </div> | |
69 | +</div> | |
70 | +<div id='i3GEOlegendaguia1obj' style='width: 99%; text-align: left;'> | |
71 | + <div style='margin-left: 5px;'> | |
72 | + <table summary='' class='lista5'> | |
73 | + <tr> | |
74 | + <td> | |
75 | + <input id='i3GEOlegendabotao1' size='22' type='button' value='{{{aplicaAlteracao}}}'> | |
76 | + </td> | |
77 | + <td> | |
78 | + <input id='i3GEOlegendabotao2' size='22' type='button' value='{{{adicionaClasse}}}' title='{{{adicionaNovaClasse}}}'> | |
79 | + </td> | |
80 | + </tr> | |
81 | + </table> | |
82 | + <br> | |
83 | + <p class='paragrafo'>{{{clicaSimbolo}}}</p> | |
84 | + <div id='i3GEOlegendaresultado' style='text-align: left; width: 100%; display: block; left: 0px'></div> | |
85 | + </div> | |
86 | +</div> | |
87 | +<div id='i3GEOlegendaguia2obj' style='width: 99%; text-align: left;'> | |
88 | + <div style='margin-left: 5px;'> | |
89 | + <div id='i3GEOFlegendaClassesOpcionais'> | |
90 | + <p class='paragrafo'> | |
91 | + | |
92 | + <input type='checkbox' onclick='' checked id='i3GEOFlegendaaplicaextent' style='cursor: pointer; border: 0px solid white;' /> | |
93 | + <span style='cursor: pointer; position: relative; top: -2px;'>{{{consideraElementosVisisveis}}}</span> | |
94 | + </p> | |
95 | + <p class='paragrafo'>{{{ignoraValores}}}: | |
96 | + <div class='styled-select'> | |
97 | + <input type='text' id='i3GEOlegendaignorar' value='' /> | |
98 | + </div> | |
99 | + <hr> | |
100 | + <p class='paragrafo'>{{{transformaGeom}}}</p> | |
101 | + <div class='styled-select'> | |
102 | + <select id='i3GEOlegentaTipoGeo'> | |
103 | + <option value=''>{{{semTransformacao}}}</option> | |
104 | + <option value='centroid'>{{{centroide}}}</option> | |
105 | + <option value='bbox'>box</option> | |
106 | + <option value='vertices'>{{{vertices}}}</option> | |
107 | + <option value='start'>{{{verticeInicial}}}</option> | |
108 | + <option value='end'>{{{verticeFinal}}}</option> | |
109 | + </select> | |
110 | + </div> | |
111 | + <br> | |
112 | + <p class='paragrafo'> | |
113 | + <input id='i3GEOlegendabotao17' size='35' type='button' value='{{{alteraGeom}}}'> | |
114 | + </p> | |
115 | + <hr> | |
116 | + <p class='paragrafo'>{{{alteraTipoGeom}}}</p> | |
117 | + <p class='paragrafo'> | |
118 | + <input id='i3GEOlegendabotao7' size='25' type='button' value='{{{alteraTipo}}}'> | |
119 | + </p> | |
120 | + </div> | |
121 | + <hr> | |
122 | + <p class='paragrafo'>{{{todosElementosUnicoSimbolo}}}</p> | |
123 | + <p class='paragrafo'> | |
124 | + <input id='i3GEOlegendabotao5' size='25' type='button' value='{{{simboloUnico}}}'> | |
125 | + </p> | |
126 | + <hr> | |
127 | + <p class='paragrafo'>{{{cadaOcorrenciaUnicoSimbolo}}}</p> | |
128 | + <div id='i3GEOlegendaitens' class='styled-select'></div> | |
129 | + <br> | |
130 | + <p class='paragrafo'> | |
131 | + <input id='i3GEOlegendabotao6' size='25' type='button' value='{{{valorUnico}}}'> | |
132 | + </p> | |
133 | + <hr> | |
134 | + <p class='paragrafo'>{{{criaClassesItemNumerico}}}</p> | |
135 | + <p class='paragrafo'>{{{numeroClasses}}}: | |
136 | + <div class='styled-select'> | |
137 | + <input type='text' id='i3GEOlegendanclasses' value='5' /> | |
138 | + </div> | |
139 | + <br> | |
140 | + <p class='paragrafo'> | |
141 | + <input id='i3GEOlegendabotao8' size='25' type='button' value='{{{intervalosIguais}}}'> | |
142 | + | |
143 | + <input id='i3GEOlegendabotaoQN' size='25' type='button' value='{{{quebrasNaturais}}}'> | |
144 | + | |
145 | + <input id='i3GEOlegendabotaoQuantil' size='25' type='button' value='Quantil'> | |
146 | + <hr> | |
147 | + <p class='paragrafo'>{{{criaQuartis}}}</p> | |
148 | + <p class='paragrafo'> | |
149 | + <input id='i3GEOlegendabotao9' size='25' type='button' value='Quartis'> | |
150 | + <p class='paragrafo'>{{{estiloNomeClasses}}}: | |
151 | + <div class='styled-select'> | |
152 | + <select id='estiloClassesQuartis'> | |
153 | + <option value='minimo' select>{{{soValores}}}</option> | |
154 | + <option value='simples' select>{{{quartilValores}}}</option> | |
155 | + <option value='completo' select>{{{expressaoCompleta}}}</option> | |
156 | + </select> | |
157 | + </div> | |
158 | + <br> | |
159 | + </div> | |
160 | +</div> | |
161 | +<div id='i3GEOlegendaguia3obj' style='width: 99%; text-align: left;'> | |
162 | + <fieldset style='padding: 5px; margin: 2px;'> | |
163 | + <legend>{{{etiquetasClasse}}}</legend> | |
164 | + <p class='paragrafo'>{{{itemComTexto}}}: | |
165 | + <div class='styled-select' id='i3GEOlegendaitensLabel'></div> | |
166 | + </p> | |
167 | + <br> | |
168 | + <p class='paragrafo' style='font-size: 10px;'> | |
169 | + <input id='i3GEOlegendabotaoExcluirLabel' size='10' type='buttom' value='{{{exclui}}}' /> | |
170 | + <input id='i3GEOlegendabotaoIncluirLabel' size='10' type='buttom' value='{{{adiciona}}}' /> | |
171 | + <input id='i3GEOlegendabotaoPropriedadeLabel' size='10' type='buttom' value='{{{propriedades2}}}' /> | |
172 | + </p> | |
173 | + </fieldset> | |
174 | + <br> | |
175 | + <fieldset style='padding: 5px; margin: 2px;'> | |
176 | + <legend>{{{estilos}}}</legend> | |
177 | + <p class='paragrafo' style='font-size: 10px;'>{{{ajudaEstilo}}} | |
178 | + <div id='i3GEOlegendacomboestilos'></div> | |
179 | + <br> | |
180 | + <input id='i3GEOlegendabotao11' class='executar' size='10' type='button' value='{{{exclui}}}' /> | |
181 | + | |
182 | + <input id='i3GEOlegendabotao12' class='executar' size='14' type='button' value='{{{adiciona}}}' /> | |
183 | + | |
184 | + <input id='i3GEOlegendabotao13' class='executar' size='8' type='button' value='{{{sobe}}}' /> | |
185 | + | |
186 | + <input id='i3GEOlegendabotao14' class='executar' size='8' type='button' value='{{{desce}}}' /> | |
187 | + <div id='i3GEOlegendaParametrosEstilos' style='position: relative; top: 10px; left: 0px; text-align: left'></div> | |
188 | + <br> | |
189 | + <br> | |
190 | + <p class='paragrafo' style='font-size: 10px'> | |
191 | + <input id='i3GEOlegendabotao10' size='35' type='button' value='{{{aplicaAlteracoes}}}'> | |
192 | + </p> | |
193 | + <div style='position: relative; top: 0px; left: 0px; text-align: left;' id='i3GEOlegendamostraEstilo'></div> | |
194 | + <div style='position: relative; top: 0px; left: 0px; text-align: left;' id='i3GEOlegendasimbolos'></div> | |
195 | + </fieldset> | |
196 | +</div> | |
197 | +<div id='i3GEOlegendaguia4obj' style='width: 99%; text-align: left;'></div> | |
198 | +<div id='i3GEOlegendaguia5obj' style='width: 99%; text-align: left;'> | |
199 | + <p class='paragrafo'> | |
200 | + {{{geraSLD}}} | |
201 | + <a href='http://mapserver.org/ogc/sld.html#sld' target='_blank'>Mapserver SLD</a> | |
202 | + {{{ajudaSLD}}} | |
203 | + <p class='paragrafo'> | |
204 | + <input id='i3GEOlegendabotaoSLDe' size='25' type='button' value='{{{exportaSLD}}}'> | |
205 | + </p> | |
206 | + <p class='paragrafo'>{{{msgAplicaSLD',i3GEOF.legenda.dicionario) | |
207 | + <p class='paragrafo'> | |
208 | + <input id='i3GEOlegendabotaoSLDi' size='25' type='button' value='{{{aplicaSLD}}}'> | |
209 | + </p> | |
210 | +</div> | |
211 | +<input type='hidden' value='' id='listaColourRamp' onchange='javascript:i3GEOF.legenda.aplicaColourRamp()' /> | |
0 | 212 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,17 @@ |
1 | +<div style='width: 90%; margin: auto;'> | |
2 | + <p class='paragrafo'> | |
3 | + '+$trad("x30")+': <b><i>'+u+"</i></b> | |
4 | + <p class='paragrafo'> | |
5 | + '+$trad("x27")+':<br> | |
6 | + <input id='i3geousuario' type='text' style='width: 200px;' value="'+usuario+'" /> | |
7 | + <p class='paragrafo'> | |
8 | + '+$trad("x28")+':<br> | |
9 | + <input id='i3geosenha' type='password' style='width: 200px;' value='' /> | |
10 | + <br> | |
11 | + <p class='paragrafo'> | |
12 | + <input id='i3GEOFloginusuario'size='20' type='button' value="'+$trad(" x29")+'" /> | |
13 | + | |
14 | + <input id='i3GEOFlogoutusuario' size='20' type='button' value='Logout' /> | |
15 | + <p class='paragrafo' onclick='i3GEOF.loginusuario.recuperarSenha()' style='cursor: pointer; color: blue;'>'+$trad("x32")+'</p> | |
16 | + <p class='paragrafo' onclick='i3GEOF.loginusuario.alterarSenha()' style='cursor: pointer; color: blue;'>'+$trad("x52")+'</p> | |
17 | +</div> | |
0 | 18 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOmarkerclusterresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOmarkerclusterfim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,67 @@ |
1 | +<div style='padding: 5px'> | |
2 | + <p class='paragrafo'>{{{ajuda}}}:</p> | |
3 | + <textarea id='i3GEOmostraExtenatual' rows='3' cols='50' onclick='javascript:this.select();'></textarea> | |
4 | + <p class='paragrafo'>{{{digitaCoord}}}:</p> | |
5 | + <table class='lista3' style='width: 350px;'> | |
6 | + <tr> | |
7 | + <td>{{{longW}}}:</td> | |
8 | + <td> | |
9 | + <div class='styled-select' style='width: 40px; float: left;'> | |
10 | + <input type='text' id='i3GEOmostraExtenxg' value='-00' /> | |
11 | + </div> | |
12 | + <div class='styled-select' style='width: 40px; float: left; margin-left: 5px; margin-right: 5px;'> | |
13 | + <input type='text' id='i3GEOmostraExtenxm' value='00' /> | |
14 | + </div> | |
15 | + <div class='styled-select' style='width: 50px; margin-left: 5px;'> | |
16 | + <input type='text' id='i3GEOmostraExtenxs' value='0.0' /> | |
17 | + </div> | |
18 | + </td> | |
19 | + </tr> | |
20 | + <tr> | |
21 | + <td>{{{latS}}}:</td> | |
22 | + <td> | |
23 | + <div class='styled-select' style='width: 40px; float: left;'> | |
24 | + <input type='text' id='i3GEOmostraExtenyg' value='-00' /> | |
25 | + </div> | |
26 | + <div class='styled-select' style='width: 40px; float: left; margin-left: 5px; margin-right: 5px;'> | |
27 | + <input type='text' id='i3GEOmostraExtenym' value='00' /> | |
28 | + </div> | |
29 | + <div class='styled-select' style='width: 50px; margin-left: 5px;'> | |
30 | + <input type='text' id='i3GEOmostraExtenys' value='0.0' /> | |
31 | + </div> | |
32 | + </td> | |
33 | + </tr> | |
34 | + <tr> | |
35 | + <td>{{{longE}}}:</td> | |
36 | + <td> | |
37 | + <div class='styled-select' style='width: 40px; float: left;'> | |
38 | + <input type='text' id='i3GEOmostraExtenxxg' value='-00' /> | |
39 | + </div> | |
40 | + <div class='styled-select' style='width: 40px; float: left; margin-left: 5px; margin-right: 5px;'> | |
41 | + <input type='text' id='i3GEOmostraExtenxxm' value='00' /> | |
42 | + </div> | |
43 | + <div class='styled-select' style='width: 50px; margin-left: 5px;'> | |
44 | + <input type='text' id='i3GEOmostraExtenxxs' value='0.0' /> | |
45 | + </div> | |
46 | + </td> | |
47 | + </tr> | |
48 | + <tr> | |
49 | + <td>{{{latN}}}:</td> | |
50 | + <td> | |
51 | + <div class='styled-select' style='width: 40px; float: left;'> | |
52 | + <input type='text' id='i3GEOmostraExtenyyg' value='-00' /> | |
53 | + </div> | |
54 | + <div class='styled-select' style='width: 40px; float: left; margin-left: 5px; margin-right: 5px;'> | |
55 | + <input type='text' id='i3GEOmostraExtenyym' value='00' /> | |
56 | + </div> | |
57 | + <div class='styled-select' style='width: 50px; margin-left: 5px;'> | |
58 | + <input type='text' id='i3GEOmostraExtenyys' value='0.0' /> | |
59 | + </div> | |
60 | + </td> | |
61 | + </tr> | |
62 | + </table> | |
63 | + <br> | |
64 | + <p class='paragrafo'> | |
65 | + <input id='i3GEOmostraExtenbotao1' type='button' size='14' value='{{{aplica}}}' /> | |
66 | + </p> | |
67 | +</div> | |
0 | 68 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,7 @@ |
1 | +<span class='paragrafo' style='width: 50px;'>{{{selecionaConexao}}}</span> | |
2 | +<div class='paragrafo' id='i3GEOFnavegapostgisConexao' style='display: block; margin: 5px; position: relative; left: 125px; top: -22px; width: 100px;'></div> | |
3 | +<div id='i3GEOFnavegapostgispar' style='padding: 2px; position: relative; top: -15px; display: none;'> | |
4 | + <div id='i3GEOFnavegapostgisArvore' style='width: 215px; overflow: auto; height: 210px; border: 1px solid lightgray; position: absolute; top: 0px;'></div> | |
5 | + <div id='i3GEOFnavegapostgisColunas' style='padding: 2px; width: 230px; overflow: auto; height: 184px; border: 1px solid lightgray; position: absolute; left: 223px; top: 0px;'></div> | |
6 | + <textarea id='i3GEOFnavegapostgisSql' style='width: 233px; overflow: auto; height: 84px; border: 1px solid lightgray; position: absolute; left: 223px; top: 190px;'> | |
7 | +</textarea> | |
0 | 8 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOnptpolresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red" id='i3GEOnptpolfim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,13 @@ |
1 | +<div id='i3GEOnuvemtagsguiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
3 | + <li><a> | |
4 | + <em><div id='i3GEOnuvemtagsguia1' style='text-align: center; left: 0px;'>{{{lista}}}</div></em> | |
5 | + </a></li> | |
6 | + <li><a> | |
7 | + <em><div id='i3GEOnuvemtagsguia2' style='text-align: center; left: 0px;'>{{{cruzamento}}}</div></em> | |
8 | + </a></li> | |
9 | + </ul> | |
10 | +</div> | |
11 | +<br> | |
12 | +<div class='guiaobj' id='i3GEOnuvemtagsguia1obj' style='left: 1px; display: none;'></div> | |
13 | +<div class='guiaobj' id='i3GEOnuvemtagsguia2obj' style='left: 1px; display: none; top: -5px'></div> | |
0 | 14 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<div style='padding-left: 5px;'> | |
2 | + <p class='paragrafo'>{{{ajuda}}}:</p> | |
3 | + <div class='styled-select'> | |
4 | + <input type='text' value='5' id='i3GEOopcoesTempoT' /> | |
5 | + </div> | |
6 | + <br> | |
7 | + <p class='paragrafo'> | |
8 | + <input id='i3GEOopcoesTempobotao1' size='16' type='button' value='{{{aplica}}}' /> | |
9 | + | |
10 | + <input id='i3GEOopcoesTempobotao2' size='16' type='button' value='{{{para}}}' /> | |
11 | +</div> | |
0 | 12 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,103 @@ |
1 | +<table summary='' class='lista'> | |
2 | + <tr> | |
3 | + <td>{{{incluiNoMapa}}}:</td> | |
4 | + <td> | |
5 | + <select id='i3GEOopcoesEscalastatus'> | |
6 | + <option value=3>'+$trad("x14")+'</option> | |
7 | + <option value=1>'+$trad("x15")+'</option> | |
8 | + <option value=0>---</option> | |
9 | + </select> | |
10 | + <td> | |
11 | + </tr> | |
12 | + <tr> | |
13 | + <td> </td> | |
14 | + <td></td> | |
15 | + </tr> | |
16 | + <tr> | |
17 | + <td>Largura:</td> | |
18 | + <td>$inputText('','','i3GEOopcoesEscalaw','',4,'')</td> | |
19 | + </tr> | |
20 | + <tr> | |
21 | + <td> </td> | |
22 | + <td></td> | |
23 | + </tr> | |
24 | + <tr> | |
25 | + <td>{{{altura}}}:</td> | |
26 | + <td>$inputText('','','i3GEOopcoesEscalah','',4,'')</td> | |
27 | + </tr> | |
28 | + <tr> | |
29 | + <td> </td> | |
30 | + <td></td> | |
31 | + </tr> | |
32 | + <tr> | |
33 | + <td>{{{unidade}}}:</td> | |
34 | + <td> | |
35 | + <select id='i3GEOopcoesEscalaunidade'> | |
36 | + <option value='3' selected>Metros</option> | |
37 | + <option value='4'>Km</option> | |
38 | + </select> | |
39 | + <td> | |
40 | + </tr> | |
41 | + <tr> | |
42 | + <td> </td> | |
43 | + <td></td> | |
44 | + </tr> | |
45 | + <tr> | |
46 | + <td>{{{estilo}}}:</td> | |
47 | + <td> | |
48 | + <select id='i3GEOopcoesEscalaestilo'> | |
49 | + <option value='0' selected>{{{bloco}}}</option> | |
50 | + <option value='1'>{{{linear}}}</option> | |
51 | + <option value='2'>{{{semBarra}}}</option> | |
52 | + </select> | |
53 | + </td> | |
54 | + </tr> | |
55 | + <tr> | |
56 | + <td> </td> | |
57 | + <td></td> | |
58 | + </tr> | |
59 | + <tr> | |
60 | + <td>{{{intervalos}}}:</td> | |
61 | + <td>$inputText('','','i3GEOopcoesEscalaintervalos','',4,'')</td> | |
62 | + </tr> | |
63 | + <tr> | |
64 | + <td> </td> | |
65 | + <td></td> | |
66 | + </tr> | |
67 | + <tr> | |
68 | + <td>{{{cor}}}:</td> | |
69 | + <td> | |
70 | + $inputText('','','i3GEOopcoesEscalacor','',12,'') | |
71 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalacor\')' /> | |
72 | + </td> | |
73 | + </tr> | |
74 | + <tr> | |
75 | + <td> </td> | |
76 | + <td></td> | |
77 | + </tr> | |
78 | + <tr> | |
79 | + <td>{{{fundo}}}:</td> | |
80 | + <td> | |
81 | + $inputText('','','i3GEOopcoesEscalabcor','',12,'') | |
82 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalabcor\')' /> | |
83 | + </td> | |
84 | + </tr> | |
85 | + <tr> | |
86 | + <td> </td> | |
87 | + <td></td> | |
88 | + </tr> | |
89 | + <tr> | |
90 | + <td>{{{contorno}}}:</td> | |
91 | + <td> | |
92 | + $inputText('','','i3GEOopcoesEscalaocor','',12,'') | |
93 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalaocor\')' /> | |
94 | + </td> | |
95 | + </tr> | |
96 | +</table> | |
97 | +<br> | |
98 | +<p class='paragrafo'> | |
99 | + <input id='i3GEOopcoesEscalabotao1' size='20' type='button' value='{{{aplica}}}' /> | |
100 | + <input id='i3GEOopcoesEscalabotao2' size='20' type='button' value='{{{testa}}}' /> | |
101 | +</p> | |
102 | +<br> | |
103 | +<img src='' id='i3GEOopcoesEscalateste' /> | |
0 | 104 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,103 @@ |
1 | +<table summary='' class='lista'> | |
2 | + <tr> | |
3 | + <td>{{{incluiNoMapa}}}:</td> | |
4 | + <td> | |
5 | + <select id='i3GEOopcoesEscalastatus'> | |
6 | + <option value=3>'+$trad("x14")+'</option> | |
7 | + <option value=1>'+$trad("x15")+'</option> | |
8 | + <option value=0>---</option> | |
9 | + </select> | |
10 | + <td> | |
11 | + </tr> | |
12 | + <tr> | |
13 | + <td> </td> | |
14 | + <td></td> | |
15 | + </tr> | |
16 | + <tr> | |
17 | + <td>Largura:</td> | |
18 | + <td>$inputText('','','i3GEOopcoesEscalaw','',4,'')</td> | |
19 | + </tr> | |
20 | + <tr> | |
21 | + <td> </td> | |
22 | + <td></td> | |
23 | + </tr> | |
24 | + <tr> | |
25 | + <td>{{{altura}}}:</td> | |
26 | + <td>$inputText('','','i3GEOopcoesEscalah','',4,'')</td> | |
27 | + </tr> | |
28 | + <tr> | |
29 | + <td> </td> | |
30 | + <td></td> | |
31 | + </tr> | |
32 | + <tr> | |
33 | + <td>{{{unidade}}}:</td> | |
34 | + <td> | |
35 | + <select id='i3GEOopcoesEscalaunidade'> | |
36 | + <option value='3' selected>Metros</option> | |
37 | + <option value='4'>Km</option> | |
38 | + </select> | |
39 | + <td> | |
40 | + </tr> | |
41 | + <tr> | |
42 | + <td> </td> | |
43 | + <td></td> | |
44 | + </tr> | |
45 | + <tr> | |
46 | + <td>{{{estilo}}}:</td> | |
47 | + <td> | |
48 | + <select id='i3GEOopcoesEscalaestilo'> | |
49 | + <option value='0' selected>{{{bloco}}}</option> | |
50 | + <option value='1'>{{{linear}}}</option> | |
51 | + <option value='2'>{{{semBarra}}}</option> | |
52 | + </select> | |
53 | + </td> | |
54 | + </tr> | |
55 | + <tr> | |
56 | + <td> </td> | |
57 | + <td></td> | |
58 | + </tr> | |
59 | + <tr> | |
60 | + <td>{{{intervalos}}}:</td> | |
61 | + <td>$inputText('','','i3GEOopcoesEscalaintervalos','',4,'')</td> | |
62 | + </tr> | |
63 | + <tr> | |
64 | + <td> </td> | |
65 | + <td></td> | |
66 | + </tr> | |
67 | + <tr> | |
68 | + <td>{{{cor}}}:</td> | |
69 | + <td> | |
70 | + $inputText('','','i3GEOopcoesEscalacor','',12,'') | |
71 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalacor\')' /> | |
72 | + </td> | |
73 | + </tr> | |
74 | + <tr> | |
75 | + <td> </td> | |
76 | + <td></td> | |
77 | + </tr> | |
78 | + <tr> | |
79 | + <td>{{{fundo}}}:</td> | |
80 | + <td> | |
81 | + $inputText('','','i3GEOopcoesEscalabcor','',12,'') | |
82 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalabcor\')' /> | |
83 | + </td> | |
84 | + </tr> | |
85 | + <tr> | |
86 | + <td> </td> | |
87 | + <td></td> | |
88 | + </tr> | |
89 | + <tr> | |
90 | + <td>{{{contorno}}}:</td> | |
91 | + <td> | |
92 | + $inputText('','','i3GEOopcoesEscalaocor','',12,'') | |
93 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}' onclick='i3GEOF.opcoesEscala.corj(\'i3GEOopcoesEscalaocor\')' /> | |
94 | + </td> | |
95 | + </tr> | |
96 | +</table> | |
97 | +<br> | |
98 | +<p class='paragrafo'> | |
99 | + <input id='i3GEOopcoesEscalabotao1' size='20' type='button' value='{{{aplica}}}' /> | |
100 | + <input id='i3GEOopcoesEscalabotao2' size='20' type='button' value='{{{testa}}}' /> | |
101 | +</p> | |
102 | +<br> | |
103 | +<img src='' id='i3GEOopcoesEscalateste' /> | |
0 | 104 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,110 @@ |
1 | +<table summary='' class='lista'> | |
2 | + <tr> | |
3 | + <td>{{{incluiNoMapa}}}:</td> | |
4 | + <td> | |
5 | + <select id='i3GEOopcoesLegendastatus'> | |
6 | + <option value='3'>'+$trad("x14")+'</option> | |
7 | + <option value='1'>'+$trad("x15")+'</option> | |
8 | + <option value='0'>---</option> | |
9 | + </select> | |
10 | + <td> | |
11 | + </tr> | |
12 | + <tr> | |
13 | + <td> </td> | |
14 | + <td></td> | |
15 | + </tr> | |
16 | + <tr> | |
17 | + <td>{{{corFundo}}}:</td> | |
18 | + <td> | |
19 | + $inputText('','','i3GEOopcoesLegendaimagecolor','',12,'') | |
20 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}/imagens/aquarela.gif' onclick='i3GEOF.opcoesLegenda.corj(\'i3GEOopcoesLegendaimagecolor\')' /> | |
21 | + </td> | |
22 | + </tr> | |
23 | + <tr> | |
24 | + <td> </td> | |
25 | + <td></td> | |
26 | + </tr> | |
27 | + <tr> | |
28 | + <td>{{{contornoSimbolos}}}:</td> | |
29 | + <td> | |
30 | + $inputText('','','i3GEOopcoesLegendaoutlinecolor','',12,'') | |
31 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}/imagens/aquarela.gif' onclick='i3GEOF.opcoesLegenda.corj(\'i3GEOopcoesLegendaoutlinecolor\')' /> | |
32 | + </td> | |
33 | + </tr> | |
34 | + <tr> | |
35 | + <td> </td> | |
36 | + <td></td> | |
37 | + </tr> | |
38 | + <tr> | |
39 | + <td>{{{posicao}}}:</td> | |
40 | + <td> | |
41 | + <select id='i3GEOopcoesLegendaposition'> | |
42 | + <option value='101'>{{{supEsquerdo}}}</option> | |
43 | + <option value='107'>{{{supCentro}}}</option> | |
44 | + <option value='103' selected>{{{supDireito}}}</option> | |
45 | + <option value='104'>{{{infEsquerdo}}}</option> | |
46 | + <option value='108'>{{{infCentro}}}</option> | |
47 | + <option value='102'>{{{infDireito}}}</option> | |
48 | + </select> | |
49 | + <td> | |
50 | + </tr> | |
51 | + <tr> | |
52 | + <td> </td> | |
53 | + <td></td> | |
54 | + </tr> | |
55 | + <tr> | |
56 | + <td>{{{espacamentoY}}}:</td> | |
57 | + <td>$inputText('','','i3GEOopcoesLegendakeyspacingy','',4,'') | |
58 | + <td> | |
59 | + </tr> | |
60 | + <tr> | |
61 | + <td> </td> | |
62 | + <td></td> | |
63 | + </tr> | |
64 | + <tr> | |
65 | + <td>{{{espacamentoX}}}:</td> | |
66 | + <td>$inputText('','','i3GEOopcoesLegendakeyspacingx','',4,'')</td> | |
67 | + </tr> | |
68 | + <tr> | |
69 | + <td> </td> | |
70 | + <td></td> | |
71 | + </tr> | |
72 | + <tr> | |
73 | + <td>{{{tamanhoSimboloY}}}:</td> | |
74 | + <td>$inputText('','','i3GEOopcoesLegendakeysizey','',4,'') | |
75 | + <td> | |
76 | + </tr> | |
77 | + <tr> | |
78 | + <td> </td> | |
79 | + <td></td> | |
80 | + </tr> | |
81 | + <tr> | |
82 | + <td>{{{tamanhoSimboloX}}}:</td> | |
83 | + <td>$inputText('','','i3GEOopcoesLegendakeysizex','',4,'') | |
84 | + <td> | |
85 | + </tr> | |
86 | + <tr> | |
87 | + <td> </td> | |
88 | + <td></td> | |
89 | + </tr> | |
90 | + <tr> | |
91 | + <td>{{{tamanhoTexto}}}:</td> | |
92 | + <td>$inputText('','','i3GEOopcoesLegendalabelsize','',4,'') | |
93 | + <td> | |
94 | + </tr> | |
95 | + <tr> | |
96 | + <td> </td> | |
97 | + <td></td> | |
98 | + </tr> | |
99 | + <tr> | |
100 | + <td>{{{fonte}}}</td> | |
101 | + <td id='i3GEOopcoesLegendafontef'>aguarde...</td> | |
102 | + </tr> | |
103 | +</table> | |
104 | +<br> | |
105 | +<p class='paragrafo'> | |
106 | + <input id='i3GEOopcoesLegendabotao1' size='20' type='button' value='{{{aplica}}}' /> | |
107 | + <input id='i3GEOopcoesLegendabotao2' size='20' type='button' value='{{{testa}}}' /> | |
108 | +</p> | |
109 | +<br> | |
110 | +<img alt='teste' src='' id='i3GEOopcoesLegendatesteLegenda' style='display: none' /> | |
0 | 111 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,5 @@ |
1 | +<img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}/imagens/aquarela.gif' onclick='i3GEOF.opcoesQuery.corj(\' i3GEOopcoesQuerycor\')' /> | |
2 | +<br> | |
3 | +<br> | |
4 | +<p class='paragrafo'> | |
5 | + <input size='20' id='i3GEOopcoesQuerybotao1' type='button' value='{{{aplica}}}' /> | |
0 | 6 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<table summary='' class='lista' width='100%'> | |
2 | + <table summary='' class='lista'> | |
3 | + <tr> | |
4 | + <td>{{{largura}}}:</td> | |
5 | + <td>$inputText('','','i3GEOopcoesTamanhol','',4,i3GEO.parametros.w)</td> | |
6 | + </tr> | |
7 | + <tr> | |
8 | + <td> </td> | |
9 | + <td></td> | |
10 | + </tr> | |
11 | + <tr> | |
12 | + <td>{{{altura}}}':</td> | |
13 | + <td>$inputText('','','i3GEOopcoesTamanhoa','',4,i3GEO.parametros.h)</td> | |
14 | + </tr> | |
15 | + <tr> | |
16 | + <td> </td> | |
17 | + <td></td> | |
18 | + </tr> | |
19 | + </table> | |
20 | + <p class='paragrafo'>{{{valor}}}</p> | |
21 | + <p class='paragrafo'> | |
22 | + <input id='i3GEOopcoesTamanhobotao2' size='16' type='button' value='{{{testa}}}' /> | |
23 | + <input id='i3GEOopcoesTamanhobotao1' size='16' type='button' value='{{{aplica}}}' /> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,16 @@ |
1 | +<p class='paragrafo'> | |
2 | + Escolha o tipo de imagem para a geração do mapa. Para mais detalhes veja <a href='http://mapserver.org/mapfile/outputformat.html' target='_blank'>outputformat</a> | |
3 | +</p> | |
4 | +<table class='lista4' width='250px'> | |
5 | + <tr> | |
6 | + <td><input onclick='i3GEOF.outputformat.aplicar(\' AGG_Q\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOoutputformattipo' value='nenhum'></td> | |
7 | + <td>png</td> | |
8 | + <td>Formato PNG com 256 cores gerado com a tecnologia AGG. Utilizado como default na versão 4.3 e posteriores do i3Geo</td> | |
9 | + </tr> | |
10 | + <tr> | |
11 | + <td><input onclick='i3GEOF.outputformat.aplicar(\' jpeg\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOoutputformattipo' value='nenhum'></td> | |
12 | + <td>jpeg</td> | |
13 | + <td>Formato JPEG com 256 cores gerado com o driver GD</td> | |
14 | + </tr> | |
15 | + | |
16 | +</table> | |
0 | 17 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,19 @@ |
1 | +<p class='paragrafo'>{{{fonteDadosZ}}} | |
2 | +<p class='paragrafo'> | |
3 | + <input onclick='if(this.checked == true){$i(\"i3GEOFperfilTemasSel\").value = \"\";$i(\"i3GEOFperfilDivComboItens\").innerHTML = \"\";}' style='cursor: pointer' checked type='radio' name='i3GEOFperfilFonte' id='i3GEOFperfilFonteGoogle' /> | |
4 | + Google <br> | |
5 | +<p class='paragrafo'>{{{ouTemaMapa}}}</p> | |
6 | +<div class='styled-select' id='i3GEOFperfilTemas'></div> | |
7 | +<br> | |
8 | +<div id='i3GEOFperfilDivComboItens'></div> | |
9 | +<br> | |
10 | +<br> | |
11 | +<p class='paragrafo'>{{{numeroPontosLinha}}}</p> | |
12 | +<div class='styled-select'> | |
13 | + <input type='text' id='i3GEOFperfilAmostragem' value='20' /> | |
14 | +</div> | |
15 | +<br> | |
16 | +<p class='paragrafo'> | |
17 | + <input id='i3GEOperfilbotao1' type='buttom' value='{{{criaGrafico}}}' /> | |
18 | + <br> <br> | |
19 | +<div style='text-align: left' id='i3GEOperfilfim'></div> | |
0 | 20 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,2 @@ |
1 | +<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;' id='i3GEOpontoEmPoligonoresultado'></div> | |
2 | +<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOpontoEmPoligonofim'></div> | |
0 | 3 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,65 @@ |
1 | +<div class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
3 | + <li><a> | |
4 | + <em><div id='i3GEOpontosDistriguia1' style='text-align: center; left: 0px;'>{{{calculo}}}</div></em> | |
5 | + </a></li> | |
6 | + <li><a> | |
7 | + <em><div id='i3GEOpontosDistriguia2' style='text-align: center; left: 0px;'>{{{propriedades}}}</div></em> | |
8 | + </a></li> | |
9 | + </ul> | |
10 | +</div> | |
11 | +<br> | |
12 | +<div class='guiaobj' id='i3GEOpontosDistriguia1obj' style='left: 1px; display: none;'> | |
13 | + <p class='paragrafo'>{{{selecionaTema}}}</p> | |
14 | + <div id='i3GEOpontosDistriTemas'></div> | |
15 | + <p class='paragrafo'>{{{restringeAnalise}}} i3GEO.util.comboSimNao('i3GEOpontosDistrilimitePontos','sim') | |
16 | + <p class='paragrafo'>{{{extendeAbrangencia}}} $inputText('','','i3GEOpontosDistriextendelimite','',3,'10')+' %' | |
17 | + <p class='paragrafo'> | |
18 | + <input id='i3GEOpontosDistribotao1' size='35' type='button' value='{{{densidadePontos}}}' /> | |
19 | + | |
20 | + <input id='i3GEOpontosDistribotao2' size='35' type='button' value='{{{distanciaPontos}}}' /> | |
21 | + </p> | |
22 | + <p class='paragrafo'> | |
23 | + <input id='i3GEOpontosDistribotaokernel' size='35' type='button' value='Kernel' /> | |
24 | + {{{desvioPadrao}}}: $inputText('','','i3GEOpontosDistrisigma','',3,'') | |
25 | + </p> | |
26 | + <p class='paragrafo'> | |
27 | + <input id='i3GEOpontosDistribotaodeldir' size='35' type='button' value='Delaunay/Voronoi' /> | |
28 | + </p> | |
29 | + <p class='paragrafo'> | |
30 | + <input id='i3GEOpontosDistribotao3' size='35' type='button' value='{{{relatorio}}}' /> | |
31 | + </p> | |
32 | + <div id='i3GEOpontosDistriresultado' style='display: none; position: relative; top: 10px; left: 0px;'></div> | |
33 | +</div> | |
34 | +<input type='hidden' id='i3GEOpontosDistrilistadeitens' value='' /> | |
35 | +<input type='hidden' id='i3GEOpontosDistritema' value='' /> | |
36 | +</div> | |
37 | +<div class='guiaobj' id='i3GEOpontosDistriguia2obj' style='left: 1px; display: none;'> | |
38 | + <p class='paragrafo'>{{{opcoesCoresClasses}}}</p> | |
39 | + <br> | |
40 | + <table summary='' class='lista2' style=> | |
41 | + <tr> | |
42 | + <td>{{{numeroClasses}}}</td> | |
43 | + <td>$inputText('','','i3GEOpontosDistrinumclasses','',4,'50') '</td> | |
44 | + </tr> | |
45 | + <tr> | |
46 | + <td>{{{corInicial}}}</td> | |
47 | + <td> | |
48 | + $inputText('','','i3GEOpontosDistricori','',12,'0,0,0') | |
49 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}/imagens/aquarela.gif' onclick='i3GEOF.pontosDistri.corj(\' i3GEOpontosDistricori\')' /> | |
50 | + </td> | |
51 | + </tr> | |
52 | + <tr> | |
53 | + <td>{{{corFinal}}}</td> | |
54 | + <td> | |
55 | + $inputText('','','i3GEOpontosDistricorf','',12,'255,255,255') | |
56 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}/imagens/aquarela.gif' onclick='i3GEOF.pontosDistri.corj(\' i3GEOpontosDistricorf\')' /> | |
57 | + </td> | |
58 | + </tr> | |
59 | + </table> | |
60 | + <br> | |
61 | + <p class='paragrafo'> | |
62 | + <input id='i3GEOpontosDistribotao4' size='15' type='button' value='{{{verCor}}}' /> | |
63 | + <div id='i3GEOpontosDistrimostracores' style='display: block;'></div> | |
64 | +</div> | |
65 | +<div class='guiaobj' id='i3GEOpontosDistriguia3obj' style='left: 1px; display: none;'></div> | |
0 | 66 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,65 @@ |
1 | +<div class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
3 | + <li><a> | |
4 | + <em><div id='i3GEOpontosDistriguia1' style='text-align: center; left: 0px;'>{{{calculo}}}</div></em> | |
5 | + </a></li> | |
6 | + <li><a> | |
7 | + <em><div id='i3GEOpontosDistriguia2' style='text-align: center; left: 0px;'>{{{propriedades}}}</div></em> | |
8 | + </a></li> | |
9 | + </ul> | |
10 | +</div> | |
11 | +<br> | |
12 | +<div class='guiaobj' id='i3GEOpontosDistriguia1obj' style='left: 1px; display: none;'> | |
13 | + <p class='paragrafo'>{{{selecionaTema}}}</p> | |
14 | + <div id='i3GEOpontosDistriTemas'></div> | |
15 | + <p class='paragrafo'>{{{restringeAnalise}}} i3GEO.util.comboSimNao('i3GEOpontosDistrilimitePontos','sim') | |
16 | + <p class='paragrafo'>{{{extendeAbrangencia}}} $inputText('','','i3GEOpontosDistriextendelimite','',3,'10')+' %' | |
17 | + <p class='paragrafo'> | |
18 | + <input id='i3GEOpontosDistribotao1' size='35' type='button' value='{{{densidadePontos}}}' /> | |
19 | + | |
20 | + <input id='i3GEOpontosDistribotao2' size='35' type='button' value='{{{distanciaPontos}}}' /> | |
21 | + </p> | |
22 | + <p class='paragrafo'> | |
23 | + <input id='i3GEOpontosDistribotaokernel' size='35' type='button' value='Kernel' /> | |
24 | + {{{desvioPadrao}}}: $inputText('','','i3GEOpontosDistrisigma','',3,'') | |
25 | + </p> | |
26 | + <p class='paragrafo'> | |
27 | + <input id='i3GEOpontosDistribotaodeldir' size='35' type='button' value='Delaunay/Voronoi' /> | |
28 | + </p> | |
29 | + <p class='paragrafo'> | |
30 | + <input id='i3GEOpontosDistribotao3' size='35' type='button' value='{{{relatorio}}}' /> | |
31 | + </p> | |
32 | + <div id='i3GEOpontosDistriresultado' style='display: none; position: relative; top: 10px; left: 0px;'></div> | |
33 | +</div> | |
34 | +<input type='hidden' id='i3GEOpontosDistrilistadeitens' value='' /> | |
35 | +<input type='hidden' id='i3GEOpontosDistritema' value='' /> | |
36 | +</div> | |
37 | +<div class='guiaobj' id='i3GEOpontosDistriguia2obj' style='left: 1px; display: none;'> | |
38 | + <p class='paragrafo'>{{{opcoesCoresClasses}}}</p> | |
39 | + <br> | |
40 | + <table summary='' class='lista2' style=> | |
41 | + <tr> | |
42 | + <td>{{{numeroClasses}}}</td> | |
43 | + <td>$inputText('','','i3GEOpontosDistrinumclasses','',4,'50') '</td> | |
44 | + </tr> | |
45 | + <tr> | |
46 | + <td>{{{corInicial}}}</td> | |
47 | + <td> | |
48 | + $inputText('','','i3GEOpontosDistricori','',12,'0,0,0') | |
49 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}/imagens/aquarela.gif' onclick='i3GEOF.pontosDistri.corj(\' i3GEOpontosDistricori\')' /> | |
50 | + </td> | |
51 | + </tr> | |
52 | + <tr> | |
53 | + <td>{{{corFinal}}}</td> | |
54 | + <td> | |
55 | + $inputText('','','i3GEOpontosDistricorf','',12,'255,255,255') | |
56 | + <img alt='aquarela.gif' style='cursor: pointer' src='{{{locaplic}}}/imagens/aquarela.gif' onclick='i3GEOF.pontosDistri.corj(\' i3GEOpontosDistricorf\')' /> | |
57 | + </td> | |
58 | + </tr> | |
59 | + </table> | |
60 | + <br> | |
61 | + <p class='paragrafo'> | |
62 | + <input id='i3GEOpontosDistribotao4' size='15' type='button' value='{{{verCor}}}' /> | |
63 | + <div id='i3GEOpontosDistrimostracores' style='display: block;'></div> | |
64 | +</div> | |
65 | +<div class='guiaobj' id='i3GEOpontosDistriguia3obj' style='left: 1px; display: none;'></div> | |
0 | 66 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,14 @@ |
1 | +<p class='paragrafo'>{{{ajuda}}}</p> | |
2 | +<p class='paragrafo'>{{{ajuda2}}}</p> | |
3 | +<div style='background-color: white; padding: 5px; margin: 5px'> | |
4 | + <p class='paragrafo'> | |
5 | + <b>1- </b>{{{ajuda3}}} {{{ajuda4}}} | |
6 | + <p class='paragrafo'>{{{salvaArquivo}}} | |
7 | + <div id='i3GEOFsalvaMapaLocal'></div> | |
8 | +</div> | |
9 | +<div style='background-color: white; padding: 5px; margin: 5px'> | |
10 | + <p class='paragrafo'> | |
11 | + <b>2- </b>{{{cadastraMapa}}} | |
12 | + <div id='i3GEOFsalvaMapaBanco'></div> | |
13 | +</div> | |
14 | +<br> | |
0 | 15 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,97 @@ |
1 | +<p class='paragrafo'>{{{selecionaFiltro}}}</p> | |
2 | +<input type='text' size='29' value='' id='i3GEOFtipoImagemListaDeFiltros' style='position: relative; top: -2px' /> | |
3 | +<input id='i3GEOFtipoImagemListaDeFiltrosOk' type='button' value='{{{aplica}}}' size='20' /> | |
4 | +<br> | |
5 | +<br> | |
6 | +<table class='lista6' width='200px'> | |
7 | + <tr> | |
8 | + <td> | |
9 | + <input onclick="javascript:$i(\'i3GEOFtipoImagemListaDeFiltros\').value = \'\'" style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='nenhum'> | |
10 | + </td> | |
11 | + <td>{{{nenhum}}}</td> | |
12 | + <td> | |
13 | + <img onclick="javascript:$i(\'i3GEOFtipoImagemListaDeFiltros\').value = \'\'" src='{{{locaplic}}}/imagens/filtro_nenhum.png' /> | |
14 | + </td> | |
15 | + </tr> | |
16 | + <tr> | |
17 | + <td> | |
18 | + <input onclick='i3GEOF.tipoimagem.adicionar(\'cinza\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='cinza'> | |
19 | + </td> | |
20 | + <td>{{{tonsCinza}}}</td> | |
21 | + <td> | |
22 | + <img onclick='i3GEOF.tipoimagem.adicionar(\'cinza\')' src='{{{locaplic}}}/imagens/filtro_cinza.png' /> | |
23 | + </td> | |
24 | + </tr> | |
25 | + <tr> | |
26 | + <td> | |
27 | + <input onclick='i3GEOF.tipoimagem.adicionar(\'sepiaclara\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='sepiaclara'> | |
28 | + </td> | |
29 | + <td>{{{sepiaClara}}}</td> | |
30 | + <td> | |
31 | + <img onclick='i3GEOF.tipoimagem.adicionar(\'sepiaclara\')' src='{{{locaplic}}}/filtro_sepiaclara.png' /> | |
32 | + </td> | |
33 | + </tr> | |
34 | + <tr> | |
35 | + <td> | |
36 | + <input onclick='i3GEOF.tipoimagem.adicionar(\'sepianormal\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='sepianormal'> | |
37 | + </td> | |
38 | + <td>{{{sepiaNormal}}}</td> | |
39 | + <td> | |
40 | + <img onclick='i3GEOF.tipoimagem.adicionar(\'sepianormal\')' src='{{{locaplic}}}/filtro_sepianormal.png' /> | |
41 | + </td> | |
42 | + </tr> | |
43 | + <tr> | |
44 | + <td> | |
45 | + <input onclick='i3GEOF.tipoimagem.adicionar(\'negativo\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='negativo'> | |
46 | + </td> | |
47 | + <td>{{{negativo}}}</td> | |
48 | + <td> | |
49 | + <img onclick='i3GEOF.tipoimagem.adicionar(\'negativo\')' src='{{{locaplic}}}/filtro_negativo.png' /> | |
50 | + </td> | |
51 | + </tr> | |
52 | + <tr> | |
53 | + <td> | |
54 | + <input onclick='i3GEOF.tipoimagem.adicionar(\'detectaBordas\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='detectaBordas'> | |
55 | + </td> | |
56 | + <td>{{{detectaBordas}}}</td> | |
57 | + <td> | |
58 | + <img onclick='i3GEOF.tipoimagem.adicionar(\'detectaBordas\')' src='{{{locaplic}}}/filtro_detectabordas.png' /> | |
59 | + </td> | |
60 | + </tr> | |
61 | + <tr> | |
62 | + <td> | |
63 | + <input onclick='i3GEOF.tipoimagem.adicionar(\'embassa\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='embassa'> | |
64 | + </td> | |
65 | + <td>emboss</td> | |
66 | + <td> | |
67 | + <img onclick='i3GEOF.tipoimagem.adicionar(\'embassa\')' src='{{{locaplic}}}/filtro_embassa.png' /> | |
68 | + </td> | |
69 | + </tr> | |
70 | + <tr> | |
71 | + <td> | |
72 | + <input onclick='i3GEOF.tipoimagem.adicionar(\'gaussian_blur\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='gaussian_blur'> | |
73 | + </td> | |
74 | + <td>gaussian blur</td> | |
75 | + <td> | |
76 | + <img onclick='i3GEOF.tipoimagem.adicionar(\'gaussian_blur\')' src='{{{locaplic}}}/filtro_gaussianblur.png' /> | |
77 | + </td> | |
78 | + </tr> | |
79 | + <tr> | |
80 | + <td> | |
81 | + <input onclick='i3GEOF.tipoimagem.adicionar(\'selective_blur\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='selective_blur'> | |
82 | + </td> | |
83 | + <td>selective blur</td> | |
84 | + <td> | |
85 | + <img onclick='i3GEOF.tipoimagem.adicionar(\'selective_blur\')' src='{{{locaplic}}}/filtro_selectiveblur.png' /> | |
86 | + </td> | |
87 | + </tr> | |
88 | + <tr> | |
89 | + <td> | |
90 | + <input onclick='i3GEOF.tipoimagem.adicionar(\'mean_removal\')' style='cursor: pointer; border: 0px solid white;' type='radio' name='i3GEOtipoimagemtipo' value='mean_removal'> | |
91 | + </td> | |
92 | + <td>mean removal</td> | |
93 | + <td> | |
94 | + <img onclick='i3GEOF.tipoimagem.adicionar(\'mean_removal\')' src='{{{locaplic}}}/filtro_meanremoval.png' /> | |
95 | + </td> | |
96 | + </tr> | |
97 | +</table> | |
0 | 98 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,30 @@ |
1 | +<div style='text-align: left; background: yellow;' id='i3GEOTMEresultado'></div> | |
2 | +<p class='paragrafo'>{{{tituloMapa}}} | |
3 | +<div class='styled-select'> | |
4 | + <input type='text' value='' id='i3GEOTMEtitulo' /> | |
5 | +</div> | |
6 | +<br> | |
7 | +<p class='paragrafo'>{{{descricaoMapa}}} | |
8 | +<div class='styled-select'> | |
9 | + <input type='text' value='' id='i3GEOTMEdesc' /> | |
10 | +</div> | |
11 | +<br> | |
12 | +<p class='paragrafo'>{{{alturaMaxBarras}}} | |
13 | +<div class='styled-select'> | |
14 | + <input type='text' value='5000' id='i3GEOTMEbarSize' /> | |
15 | +</div> | |
16 | +<br> | |
17 | +<p class='paragrafo'>{{{larguraMaxBarras}}} | |
18 | +<div class='styled-select'> | |
19 | + <input type='text' value='2000000' id='i3GEOTMEmaxHeight' /> | |
20 | +</div> | |
21 | +<br> | |
22 | +<p class='paragrafo'>{{{colunaRegioes}}} | |
23 | +<div id='i3GEOTMEregioeslista' class='styled-select'></div> | |
24 | +<p class='paragrafo'> | |
25 | + <br>{{{colunasDadosEstat}}} | |
26 | +<div id='i3GEOtmelistai' class='digitar' style='text-align: left; left: 0px; top: 0px; 330 px; height: 80px; overflow: auto; display: block;'></div> | |
27 | +<br> | |
28 | +<div id='i3GEOtmemen1' style='top: 15px; left: 0px;'> | |
29 | + <p class='paragrafo'>Será criado um arquivo KML que pode ser aberto com o Google Earth. A coluna com os nomes das regiões define o nome que será mostrado para cada elemento mapeado. Quando os nomes das colunas com os valores corresponderem a um determinado ano, será mostrado um botão do tipo slide no Google Earth, mas isso só ocorre se o nome da coluna for o mesmo nome do ano, exemplo, para o ano de 1980 o nome da coluna deverá ser 1980 | |
30 | +</div> | ... | ... |
... | ... | @@ -0,0 +1,185 @@ |
1 | +<div id='i3GEOtoponimiaguiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | |
2 | + <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | |
3 | + <li><a> | |
4 | + <em><div id='i3GEOtoponimiaguia1' style='text-align: center; left: 0px;'>{{{fonteDados}}}</div></em> | |
5 | + </a></li> | |
6 | + <li><a> | |
7 | + <em><div id='i3GEOtoponimiaguia2' style='text-align: center; left: 0px;'>{{{propriedades}}}</div></em> | |
8 | + </a></li> | |
9 | + <li><a> | |
10 | + <em><div id='i3GEOtoponimiaguia3' style='text-align: center; left: 0px;'>{{{testa}}}</div></em> | |
11 | + </a></li> | |
12 | + </ul> | |
13 | +</div> | |
14 | +<br> | |
15 | +<div class='guiaobj' id='i3GEOtoponimiaguia1obj' style='left: 1px; 90%; display: none;'> | |
16 | + <p class='paragrafo'> | |
17 | + {{{selecionaItem}}}+'<br> | |
18 | + <div id='i3GEOtoponimiaDivListaItens' class='styled-select'></div> | |
19 | + <br> | |
20 | + <p class='paragrafo'> | |
21 | + <input style='cursor: pointer' type='checkbox' id='i3GEOtoponimianovotema' /> | |
22 | + {{{adicionaToponimia}}} <br> | |
23 | + <p class='paragrafo'> | |
24 | + <input id='i3GEOtoponimiabotao1' size='35' type='button' value='{{{criaToponimia}}}' /> | |
25 | +</div> | |
26 | +<div class='guiaobj' id='i3GEOtoponimiaguia2obj' style='left: 1px; display: none;'> | |
27 | + | |
28 | + <p class='paragrafo'>{{{fonte}}}:</p> | |
29 | + <div class='styled-select' id='i3GEOtoponimiaDivListaFonte'>{{{aguarda}}}...</div> | |
30 | + | |
31 | + <br> | |
32 | + <p class='paragrafo'>{{{tamanho}}}:</p> | |
33 | + <div class='styled-select'> | |
34 | + <input type='text' value='8' id='i3GEOtoponimiatamanho_i' /> | |
35 | + </div> | |
36 | + | |
37 | + <br> | |
38 | + <p class='paragrafo'>{{{angulo}}}:</p> | |
39 | + <div class='styled-select'> | |
40 | + <input type='text' value='0' id='i3GEOtoponimiaangulo_i' /> | |
41 | + </div> | |
42 | + | |
43 | + <br> | |
44 | + <p class='paragrafo'>{{{deslocamentoTexto}}} X:</p> | |
45 | + <div class='styled-select'> | |
46 | + <input type='text' value='0' id='i3GEOtoponimiaoffsetx_i' /> | |
47 | + </div> | |
48 | + | |
49 | + <br> | |
50 | + <p class='paragrafo'>{{{deslocamentoTexto}}} Y:</p> | |
51 | + <div class='styled-select'> | |
52 | + <input type='text' value='0' id='i3GEOtoponimiaoffsety_i' /> | |
53 | + </div> | |
54 | + | |
55 | + <br> | |
56 | + <p class='paragrafo'>{{{corTexto}}}:</p> | |
57 | + <div class='styled-select' style='width: 100px; float: left;'> | |
58 | + <input type='text' value='0 0 0' id='i3GEOtoponimiafrente_i' /> | |
59 | + </div> | |
60 | + <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\')' /> | |
61 | + | |
62 | + <br> | |
63 | + <br> | |
64 | + <br> | |
65 | + <p class='paragrafo'>{{{corMascara}}}:</p> | |
66 | + <div class='styled-select' style='width: 100px; float: left;'> | |
67 | + <input type='text' value='' id='i3GEOtoponimiamascara_i' /> | |
68 | + </div> | |
69 | + <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\')' /> | |
70 | + | |
71 | + <br> | |
72 | + <br> | |
73 | + <br> | |
74 | + <p class='paragrafo'>{{{posicionamento}}}:</p> | |
75 | + <div class='styled-select' style='width: 100px;'> | |
76 | + <select id='i3GEOtoponimiaposition_i'> | |
77 | + <option value='MS_AUTO'>auto</option> | |
78 | + <option value='MS_UL'>UL</option> | |
79 | + <option value='MS_UC'>UC</option> | |
80 | + <option value='MS_UR'>UR</option> | |
81 | + <option value='MS_CL'>CL</option> | |
82 | + <option value='MS_CC'>CC</option> | |
83 | + <option value='MS_CR'>CR</option> | |
84 | + <option value='MS_LL'>LL</option> | |
85 | + <option value='MS_LC'>LC</option> | |
86 | + <option value='MS_LR'>LR</option> | |
87 | + </select> | |
88 | + </div> | |
89 | + | |
90 | + <br> | |
91 | + <p class='paragrafo'> | |
92 | + {{{corFundo}}}: | |
93 | + </td> | |
94 | + <td> | |
95 | + <div class='styled-select' style='width: 100px; float: left;'> | |
96 | + <input type='text' value='' id='i3GEOtoponimiafundoc_i' /> | |
97 | + </div> | |
98 | + <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\')' /> | |
99 | + | |
100 | + <br> | |
101 | + <br> | |
102 | + <br> | |
103 | + <p class='paragrafo'>{{{corSombraFundo}}}: | |
104 | + </td> | |
105 | + <td> | |
106 | + <div class='styled-select' style='width: 100px; float: left;'> | |
107 | + <input type='text' value='' id='i3GEOtoponimiasombra_i' /> | |
108 | + </div> | |
109 | + <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\')' /> | |
110 | + | |
111 | + <br> | |
112 | + <br> | |
113 | + <br> | |
114 | + <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> | |
115 | + <div class='styled-select'> | |
116 | + <input type='text' value='1' id='i3GEOtoponimiasombrax_i' /> | |
117 | + </div> | |
118 | + <br> | |
119 | + <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> | |
120 | + <div class='styled-select'> | |
121 | + <input type='text' value='1' id='i3GEOtoponimiasombray_i' /> | |
122 | + </div> | |
123 | + | |
124 | + <br> | |
125 | + <p class='paragrafo'>{{{corSombra}}}:</p> | |
126 | + <div class='styled-select' style='width: 100px; float: left;'> | |
127 | + <input type='text' value='' id='i3GEOtoponimiafrentes_i' /> | |
128 | + </div> | |
129 | + <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\')' /> | |
130 | + | |
131 | + <br> | |
132 | + <br> | |
133 | + <br> | |
134 | + <p class='paragrafo'>{{{deslocamentoSombraFundo}}} X:</p> | |
135 | + <div class='styled-select'> | |
136 | + <input type='text' value='1' id='i3GEOtoponimiafrentex_i' /> | |
137 | + </div> | |
138 | + <br> | |
139 | + <p class='paragrafo'>{{{deslocamentoSombraFundo}}} Y:</p> | |
140 | + <div class='styled-select'> | |
141 | + <input type='text' value='1' id='i3GEOtoponimiafrentey_i' /> | |
142 | + </div> | |
143 | + | |
144 | + <br> | |
145 | + <p class='paragrafo'>{{{forcaColisaoTextos}}}:</p> | |
146 | + <div class='styled-select'> | |
147 | + <select id='i3GEOtoponimiaforce_i'> | |
148 | + <option value='0'>'+$trad("x15")</option> | |
149 | + <option value='1'>'+$trad("x14")</option> | |
150 | + </select> | |
151 | + </div> | |
152 | + | |
153 | + <br> | |
154 | + <p class='paragrafo'>{{{distanciaMinTextos}}}:</p> | |
155 | + <div class='styled-select'> | |
156 | + <input type='text' value='auto' id='i3GEOtoponimiamindistance_i' /> | |
157 | + </div> | |
158 | + | |
159 | + <br> | |
160 | + <p class='paragrafo'>{{{tamanhoMinElementoCarto}}}:</p> | |
161 | + <div class='styled-select'> | |
162 | + <input type='text' value='auto' id='i3GEOtoponimiaminfeaturesize_i' /> | |
163 | + </div> | |
164 | + | |
165 | + <br> | |
166 | + <p class='paragrafo'>{{{textoUltrapassaMapa}}}:</p> | |
167 | + <div class='styled-select'> | |
168 | + <select id='i3GEOtoponimiapartials_i'> | |
169 | + <option value='1'>'+$trad("x14")</option> | |
170 | + <option value='0'>'+$trad("x15")</option> | |
171 | + </select> | |
172 | + </div> | |
173 | + | |
174 | + <br> | |
175 | + <p class='paragrafo'>{{{caracterQuebraTexto}}}:</p> | |
176 | + <div class='styled-select'> | |
177 | + <input type='text' value='' id='i3GEOtoponimiawrap_i' /> | |
178 | + </div> | |
179 | + <br> | |
180 | + <br>'; | |
181 | +</div> | |
182 | +<div class='guiaobj' id='i3GEOtoponimiaguia3obj' style='left: 1px; 90%; display: none;'> | |
183 | + <div id='i3GEOtoponimiaTeste' style='width: 98%; top: 15px; left: 0px;'></div> | |
184 | +</div> | |
185 | +</div> | |
0 | 186 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,23 @@ |
1 | +<fieldset class='subbloco'> | |
2 | + <p class='paragrafo'>{{{tipoGeom}}}:</p> | |
3 | + <div class='styled-select'> | |
4 | + <select id='tipo' name='tipo'> | |
5 | + <option value=''>{{{naoConhecido}}}</option> | |
6 | + <option value='1'>{{{pontual}}}</option> | |
7 | + <option value='5'>{{{poligonal}}}</option> | |
8 | + <option value='3'>{{{linear}}}</option> | |
9 | + </select> | |
10 | + </div> | |
11 | + <br> | |
12 | + <p class='paragrafo'>{{{projecao}}}:</p> | |
13 | + <div id='i3GEOuploadListaepsg' width='98%' style='text-align: left; border: 1px solid gray; left: 0px; overflow: auto; height: 60px'></div> | |
14 | +</fieldset> | |
15 | +<fieldset class='subbloco'> | |
16 | + <p class='paragrafo'> | |
17 | + <input id='i3GEOuploadbotao1' type='button' value='{{{envia}}}' size='12' name='submit'> | |
18 | + <input type='hidden' name='g_sid' value="'+i3GEO.configura.sid+'"> | |
19 | + <input type='hidden' name='MAX_FILE_SIZE' value='1000000'> | |
20 | + </form> | |
21 | + <p class='paragrafo' style='color: red'>{{{ajudaCaracter}}}</p> | |
22 | + <iframe name='i3GEOuploadiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
23 | +</fieldset> | |
0 | 24 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,40 @@ |
1 | +<form id='i3GEOuploaddbff' target='i3GEOuploaddbfiframe' action='{{{locaplic}}}/ferramentas/uploaddbf/upload.php' method='post' ENCTYPE='multipart/form-data'> | |
2 | + <fieldset class='subbloco'> | |
3 | + <p class='paragrafo'>{{{tipoArquivo}}}:</p> | |
4 | + <div class='styled-select'> | |
5 | + <select name='i3GEOuploaddbftipoarquivo'> | |
6 | + <option value='dbf' select>dbf</option> | |
7 | + <option value='csvpv'>csv ";"</option> | |
8 | + <option value='csvv'>csv ","</option> | |
9 | + </select> | |
10 | + </div> | |
11 | + </fieldset> | |
12 | + <fieldset class='subbloco'> | |
13 | + <p class='paragrafo'>{{{colunaX}}}:</p> | |
14 | + <div class='styled-select'> | |
15 | + <input type='text' name='i3GEOuploaddbfnomex'> | |
16 | + </div> | |
17 | + <br> | |
18 | + <p class='paragrafo'>{{{colunaY}}}:</p> | |
19 | + <div class='styled-select'> | |
20 | + <input type='text' name='i3GEOuploaddbfnomey'> | |
21 | + </div> | |
22 | + <br> | |
23 | + <p class='paragrafo'> | |
24 | + {{{arquivo}}}: | |
25 | + <input type='file' size='10' name='i3GEOuploaddbffile' style='width: 270px; top: 0px; left: 0px; cursor: pointer;'> | |
26 | + </p> | |
27 | + </fieldset> | |
28 | + <fieldset class='subbloco'> | |
29 | + <p class='paragrafo'>{{{projecao}}}:</p> | |
30 | + <div id='i3GEOuploaddbfListaepsg' width='98%' style='text-align: left; border: 1px solid gray; left: 0px; overflow: auto; height: 60px'></div> | |
31 | + </fieldset> | |
32 | + <fieldset class='subbloco'> | |
33 | + <p class='paragrafo'> | |
34 | + <input id='i3GEOuploaddbfbotao1' type='button' value='{{{criaCamada}}}' size='12' name='submit'> | |
35 | + <input type='hidden' name='g_sid' value="'+i3GEO.configura.sid+'"> | |
36 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
37 | +</form> | |
38 | +<br> | |
39 | +<iframe name='i3GEOuploaddbfiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
40 | +</fieldset> | |
0 | 41 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,20 @@ |
1 | +<form id='i3GEOuploadgpxf' target='i3GEOuploadgpxiframe' action='{{{locaplic}}}/ferramentas/uploadgpx/upload.php' method='post' ENCTYPE='multipart/form-data'> | |
2 | + <fieldset class='subbloco'> | |
3 | + <p class='paragrafo'> | |
4 | + {{{arquivoGpx}}} <br> <br> | |
5 | + <input type='file' size='18' name='i3GEOuploadgpx' style='top: 0px; left: 0px; cursor: pointer;'> | |
6 | + </p> | |
7 | + </fieldset> | |
8 | + <fieldset class='subbloco'> | |
9 | + <p class='paragrafo'>{{{projecao}}}:</p> | |
10 | + <div id='i3GEOuploadgpxListaepsg width='98%' style='text-align: left; border: 1px solid gray; left: 0px; overflow: auto; height: 60px'></div> | |
11 | + </fieldset> | |
12 | + <fieldset class='subbloco'> | |
13 | + <p class='paragrafo'> | |
14 | + <input id='i3GEOuploadgpxbotao1' type='button' value='{{{criaCamada}}}' size='12' name='submit'> | |
15 | + <input type='hidden' name='g_sid' value="'+i3GEO.configura.sid+'"> | |
16 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
17 | +</form> | |
18 | +<br> | |
19 | +<iframe name='i3GEOuploadgpxiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
20 | +</fieldset> | |
0 | 21 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,29 @@ |
1 | +<form id='i3GEOuploadkmlf' target='i3GEOuploadkmliframe' action='{{{locaplic}}}/ferramentas/uploadkml/upload.php' method='post' ENCTYPE='multipart/form-data'> | |
2 | + <fieldset class='subbloco'> | |
3 | + <p class='paragrafo' style='color: red'>{{{ajuda}}}</p> | |
4 | + <p class='paragrafo'> | |
5 | + {{{arquivoKml}}} <br> | |
6 | + <input type='file' size='22' name='i3GEOuploadkml' style='top: 0px; left: 0px; cursor: pointer;'> | |
7 | + </p> | |
8 | + </fieldset> | |
9 | + <fieldset class='subbloco'> | |
10 | + <p class='paragrafo'>{{{nomeLayerKml}}}</p> | |
11 | + <div class='styled-select'> | |
12 | + <input type='text' size='42' name='layerkml' value='' /> | |
13 | + </div> | |
14 | + </fieldset> | |
15 | + <fieldset class='subbloco'> | |
16 | + <p class='paragrafo'>{{{projecao}}}</p> | |
17 | + <div id='i3GEOuploadkmlListaepsg' width='98%' style='text-align: left; border: 1px solid gray; left: 0px; overflow: auto; height: 60px'></div> | |
18 | + </fieldset> | |
19 | + <fieldset class='subbloco'> | |
20 | + <p class='paragrafo'> | |
21 | + <input id='i3GEOuploadkmlbotao1' type='button' value='{{{criaCamada}}}' size='12' name='submit'> | |
22 | + <br> | |
23 | + <p class='paragrafo'>{{{ajuda2}}}</p> | |
24 | + <input type='hidden' name='g_sid' value="'+i3GEO.configura.sid+'"> | |
25 | + <input type='hidden' name='MAX_FILE_SIZE' value='100000'> | |
26 | +</form> | |
27 | +<br> | |
28 | +<iframe name='i3GEOuploadkmliframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
29 | +</fieldset> | |
0 | 30 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,8 @@ |
1 | +<br> | |
2 | +<p class='paragrafo'> | |
3 | + <input id='i3GEOuploadsimbolobotao1' type='button' value='{{{envia}}}' size='12' name='submit'> | |
4 | + <input type='hidden' name='g_sid' value="'+i3GEO.configura.sid+'"> | |
5 | + <input type='hidden' name='MAX_FILE_SIZE' value='1000000'> | |
6 | +</form> | |
7 | +<p class='paragrafo' style='color: red'>{{{ajudaCaracter}}}</p> | |
8 | +<iframe name='i3GEOuploadsimboloiframe' style='text-align: left; border: 1px solid gray;' width='98%' height='60px'></iframe> | |
0 | 9 | \ No newline at end of file | ... | ... |