Commit 645c8d0a4ee8668822b3ef593b1315cfbe8837b4
1 parent
fcae3948
Exists in
master
and in
7 other branches
Ajustes na barra de rolagem das ferramentas que usam ajudantes (buffer por exemplo
Showing
76 changed files
with
335 additions
and
299 deletions
Show diff stats
admin/admin.db
No preview for this file type
ferramentas/agrupaelementos/index.js
ferramentas/agrupaelementos/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEOagrupaelementosresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/agrupaelementos/exemplo.png' /> | |
4 | - <h5>{{{descricao}}}</h5> | |
5 | - <h5>{{{descricao2}}}</h5> | |
6 | - <h5>{{{descricao3}}}</h5> | |
7 | - </div> | |
8 | - <div id='i3GEOF.agrupaElementos.t1'> | |
9 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
10 | - <label class="control-label" for="">{{{selecionaTema}}}</label> | |
11 | - <div style="width: 100%;" class="input-group"> | |
12 | - <div id='i3GEOagrupaelementosSelTemas'></div> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEOagrupaelementosresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/agrupaelementos/exemplo.png' /> | |
5 | + <h5>{{{descricao}}}</h5> | |
6 | + <h5>{{{descricao2}}}</h5> | |
7 | + <h5>{{{descricao3}}}</h5> | |
8 | + </div> | |
9 | + <div id='i3GEOF.agrupaElementos.t1'> | |
10 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
11 | + <label class="control-label" for="">{{{selecionaTema}}}</label> | |
12 | + <div style="width: 100%;" class="input-group"> | |
13 | + <div id='i3GEOagrupaelementosSelTemas'></div> | |
14 | + </div> | |
13 | 15 | </div> |
14 | 16 | </div> |
15 | - </div> | |
16 | - <div id='i3GEOF.agrupaElementos.t2'> | |
17 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
18 | - <label class="control-label" for="">{{{selecionaAtributo}}}</label> | |
19 | - <div style="width: 100%;" class="input-group"> | |
20 | - <div id='i3GEOagrupaelementosSelItens'></div> | |
17 | + <div id='i3GEOF.agrupaElementos.t2'> | |
18 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
19 | + <label class="control-label" for="">{{{selecionaAtributo}}}</label> | |
20 | + <div style="width: 100%;" class="input-group"> | |
21 | + <div id='i3GEOagrupaelementosSelItens'></div> | |
22 | + </div> | |
21 | 23 | </div> |
22 | 24 | </div> |
25 | + <div id='i3GEOF.agrupaElementos.t3'> | |
26 | + <h5>{{{adicionaAgrupamento}}}</h5> | |
27 | + <button onclick="i3GEOF.agrupaElementos.criaAgrupamento()" class='btn btn-primary btn-sm btn-raised'>{{{criaAgrupamento}}}</button> | |
28 | + <h5 id='i3GEOagrupaelementosfim'></h5> | |
29 | + </div> | |
23 | 30 | </div> |
24 | - <div id='i3GEOF.agrupaElementos.t3'> | |
25 | - <h5>{{{adicionaAgrupamento}}}</h5> | |
26 | - <button onclick="i3GEOF.agrupaElementos.criaAgrupamento()" class='btn btn-primary btn-sm btn-raised'>{{{criaAgrupamento}}}</button> | |
27 | - <h5 id='i3GEOagrupaelementosfim'></h5> | |
28 | - </div> | |
29 | -</div> | |
31 | +</div> | |
30 | 32 | \ No newline at end of file | ... | ... |
ferramentas/animacao/template_mst.html
1 | -<div class='container-fluid customScrollBar' style="height: 100%; overflow: auto; padding-right: 1px;"> | |
1 | +<div class='container-fluid customScrollBar' > | |
2 | 2 | <h5 class="alert alert-info">{{{ajuda}}}</h5> |
3 | 3 | <div class="form-group condensed"> |
4 | 4 | <button onclick='i3GEOF.animacao.dispara()' title='{{{inicia}}}' class="btn btn-xs" style="margin:2px;padding:2px;"> | ... | ... |
ferramentas/atalhoscamada/template_mst.html
1 | -<div class='container-fluid customScrollBar' style="height: 100%; overflow: auto; padding-right: 1px;"> | |
1 | +<div class='container-fluid customScrollBar' > | |
2 | 2 | <div class="form-group label-static" > |
3 | 3 | <label class="control-label">{{{opacidade}}}</label> |
4 | 4 | <form onsubmit='i3GEOF.atalhoscamada.mudaOpacidade(this,{{{idjanelaA}}});return false;'> | ... | ... |
ferramentas/buffer/index.js
... | ... | @@ -75,11 +75,12 @@ i3GEOF.buffer = { |
75 | 75 | if(i3GEOF.buffer.MUSTACHE == ""){ |
76 | 76 | $.get(i3GEO.configura.locaplic + "/ferramentas/buffer/template_mst.html", function(template) { |
77 | 77 | i3GEOF.buffer.MUSTACHE = template; |
78 | - $i(iddiv).innerHTML = i3GEOF.buffer.html(); | |
79 | - i3GEOF.buffer.t0(); | |
78 | + i3GEOF.buffer.inicia(iddiv); | |
80 | 79 | }); |
81 | 80 | return; |
82 | 81 | } |
82 | + $i(iddiv).innerHTML = i3GEOF.buffer.html(); | |
83 | + i3GEOF.buffer.t0(); | |
83 | 84 | }, |
84 | 85 | /* |
85 | 86 | Function: html | ... | ... |
ferramentas/buffer/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEObufferresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/buffer/exemplo.png' /> | |
4 | - <h5>{{{descricao}}}</h5> | |
5 | - <h5>{{{descricao2}}}</h5> | |
6 | - </div> | |
7 | - <div id='i3GEOF.buffer.t1'> | |
8 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
9 | - <label class="control-label" for="">{{{selecionaTema}}}</label> | |
10 | - <div style="width: 100%;" class="input-group"> | |
11 | - <div id='i3GEObufferSelTemas'></div> | |
12 | - </div> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEObufferresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/buffer/exemplo.png' /> | |
5 | + <h5>{{{descricao}}}</h5> | |
6 | + <h5>{{{descricao2}}}</h5> | |
13 | 7 | </div> |
14 | - </div> | |
15 | - <div id='i3GEOF.buffer.t2'> | |
16 | - <div class='form-group label-fixed condensed'> | |
17 | - <label class="control-label" for="i3GEObufferd">{{{entorno}}}</label> | |
18 | - <input class="form-control input-lg" type='text' id='i3GEObufferd' value='0' /> | |
19 | - </div> | |
20 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
21 | - <label class="control-label" for="">{{{entornoAtributo}}}</label> | |
22 | - <div style="width: 100%;" class="input-group"> | |
23 | - <div id='i3GEObufferondeItens'></div> | |
8 | + <div id='i3GEOF.buffer.t1'> | |
9 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
10 | + <label class="control-label" for="">{{{selecionaTema}}}</label> | |
11 | + <div style="width: 100%;" class="input-group"> | |
12 | + <div id='i3GEObufferSelTemas'></div> | |
13 | + </div> | |
24 | 14 | </div> |
25 | 15 | </div> |
26 | - <div class='form-group label-fixed condensed'> | |
27 | - <label class="control-label" for="i3GEObufferdfator">{{{multiplica}}}</label> | |
28 | - <input class="form-control input-lg" type='text' id='i3GEObufferdfator' value='1' /> | |
29 | - </div> | |
30 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
31 | - <label class="control-label" for="">{{{agregaElementos}}}</label> | |
32 | - <div style="width: 100%;" class="input-group"> | |
33 | - <select class="form-control" id="i3GEObufferunir"> | |
34 | - <option value=nao selected>{{{nao}}}</option> | |
35 | - <option value=sim>{{{sim}}}</option> | |
36 | - </select><b class="caret careti"></b> | |
16 | + <div id='i3GEOF.buffer.t2'> | |
17 | + <div class='form-group label-fixed condensed'> | |
18 | + <label class="control-label" for="i3GEObufferd">{{{entorno}}}</label> | |
19 | + <input class="form-control input-lg" type='text' id='i3GEObufferd' value='0' /> | |
20 | + </div> | |
21 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
22 | + <label class="control-label" for="">{{{entornoAtributo}}}</label> | |
23 | + <div style="width: 100%;" class="input-group"> | |
24 | + <div id='i3GEObufferondeItens'></div> | |
25 | + </div> | |
26 | + </div> | |
27 | + <div class='form-group label-fixed condensed'> | |
28 | + <label class="control-label" for="i3GEObufferdfator">{{{multiplica}}}</label> | |
29 | + <input class="form-control input-lg" type='text' id='i3GEObufferdfator' value='1' /> | |
30 | + </div> | |
31 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
32 | + <label class="control-label" for="">{{{agregaElementos}}}</label> | |
33 | + <div style="width: 100%;" class="input-group"> | |
34 | + <select class="form-control" id="i3GEObufferunir"> | |
35 | + <option value=nao selected>{{{nao}}}</option> | |
36 | + <option value=sim>{{{sim}}}</option> | |
37 | + </select> | |
38 | + <b class="caret careti"></b> | |
39 | + </div> | |
37 | 40 | </div> |
38 | 41 | </div> |
42 | + <div id='i3GEOF.buffer.t3'> | |
43 | + <h5>{{{adicionaTemaEntorno}}}</h5> | |
44 | + <button onclick="i3GEOF.buffer.criaBuffer()" class='btn btn-primary btn-sm btn-raised'>{{{criaEntorno}}}</button> | |
45 | + <h5 id='i3GEObufferfim'></h5> | |
46 | + </div> | |
39 | 47 | </div> |
40 | - <div id='i3GEOF.buffer.t3'> | |
41 | - <h5>{{{adicionaTemaEntorno}}}</h5> | |
42 | - <button onclick="i3GEOF.buffer.criaBuffer()" class='btn btn-primary btn-sm btn-raised'>{{{criaEntorno}}}</button> | |
43 | - <h5 id='i3GEObufferfim'></h5> | |
44 | - </div> | |
45 | -</div> | |
48 | +</div> | |
46 | 49 | \ No newline at end of file | ... | ... |
ferramentas/buscafotos/dicionario.js
... | ... | @@ -119,5 +119,10 @@ i3GEOF.buscaFotos.dicionario = { |
119 | 119 | pt : "Parâmetros que afetam o serviço do Flicker", |
120 | 120 | en : "", |
121 | 121 | es : "" |
122 | + } ], | |
123 | + 'msgZoom' : [ { | |
124 | + pt : "Você precisa alterar o zoom para aproximar mais o mapa (no mínimo 1:3.000.000)", | |
125 | + en : "", | |
126 | + es : "" | |
122 | 127 | } ] |
123 | 128 | }; | ... | ... |
ferramentas/buscafotos/index.js
... | ... | @@ -197,6 +197,10 @@ i3GEOF.buscaFotos = { |
197 | 197 | |
198 | 198 | */ |
199 | 199 | busca: function(pagina){ |
200 | + if(i3GEO.parametros.mapscale > 3000000){ | |
201 | + i3GEO.janela.tempoMsg($trad('msgZoom',i3GEOF.buscaFotos.dicionario)); | |
202 | + return; | |
203 | + } | |
200 | 204 | i3GEOF.buscaFotos.aguarde.visibility = "visible"; |
201 | 205 | $i("i3GEObuscafotosresultadofotos").innerHTML = $trad('msgAguarde',i3GEOF.buscaFotos.dicionario); |
202 | 206 | $i("i3GEObuscafotospaginas").innerHTML = ""; |
... | ... | @@ -254,6 +258,10 @@ i3GEOF.buscaFotos = { |
254 | 258 | Monta a apresentação das fotos obtidas do servidor Panoramio |
255 | 259 | */ |
256 | 260 | listafotospanoramio: function(retorno){ |
261 | + if(i3GEO.parametros.mapscale > 3000000){ | |
262 | + i3GEO.janela.tempoMsg($trad('msgZoom',i3GEOF.buscaFotos.dicionario)); | |
263 | + return; | |
264 | + } | |
257 | 265 | i3GEOF.buscaFotos.aguarde.visibility = "hidden"; |
258 | 266 | if (retorno.data===undefined ){ |
259 | 267 | i3GEO.janela.tempoMsg($trad('erroTempo',i3GEOF.buscaFotos.dicionario)); |
... | ... | @@ -297,6 +305,10 @@ i3GEOF.buscaFotos = { |
297 | 305 | Monta a apresentação das fotos obtidas do servidor Flickr |
298 | 306 | */ |
299 | 307 | listafotosflickr: function(retorno){ |
308 | + if(i3GEO.parametros.mapscale > 3000000){ | |
309 | + i3GEO.janela.tempoMsg($trad('msgZoom',i3GEOF.buscaFotos.dicionario)); | |
310 | + return; | |
311 | + } | |
300 | 312 | i3GEOF.buscaFotos.aguarde.visibility = "hidden"; |
301 | 313 | var data, |
302 | 314 | res, | ... | ... |
ferramentas/centroide/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEOcentroideresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/centroide/exemplo.png' /> | |
4 | - <h5>{{{ajuda}}}</h5> | |
5 | - </div> | |
6 | - <div id='i3GEOF.centroide.t1'> | |
7 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
8 | - <label class="control-label" for="">{{{selecionaTema}}}</label> | |
9 | - <div style="width: 100%;" class="input-group"> | |
10 | - <div id='i3GEOcentroideSelTemas'></div> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEOcentroideresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/centroide/exemplo.png' /> | |
5 | + <h5>{{{ajuda}}}</h5> | |
6 | + </div> | |
7 | + <div id='i3GEOF.centroide.t1'> | |
8 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
9 | + <label class="control-label" for="">{{{selecionaTema}}}</label> | |
10 | + <div style="width: 100%;" class="input-group"> | |
11 | + <div id='i3GEOcentroideSelTemas'></div> | |
12 | + </div> | |
11 | 13 | </div> |
12 | 14 | </div> |
15 | + <div id='i3GEOF.centroide.t3'> | |
16 | + <h5>{{{ajuda2}}}</h5> | |
17 | + <button onclick="i3GEOF.centroide.criacentroide()" class='btn btn-primary btn-sm btn-raised'>{{{criaCentroide}}}</button> | |
18 | + </div> | |
13 | 19 | </div> |
14 | - <div id='i3GEOF.centroide.t3'> | |
15 | - <h5>{{{ajuda2}}}</h5> | |
16 | - <button onclick="i3GEOF.centroide.criacentroide()" class='btn btn-primary btn-sm btn-raised'>{{{criaCentroide}}}</button> | |
17 | - </div> | |
18 | -</div> | |
20 | +</div> | |
19 | 21 | \ No newline at end of file | ... | ... |
ferramentas/centromassa/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEOcentromassaresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/centromassa/exemplo.png' /> | |
4 | - <h5>{{{ajuda}}}</h5> | |
5 | - <h5>{{{ajuda2}}}</h5> | |
6 | - </div> | |
7 | - <div id='i3GEOF.centromassa.t1'> | |
8 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
9 | - <label class="control-label" for="">{{{selecionaTema}}}</label> | |
10 | - <div style="width: 100%;" class="input-group"> | |
11 | - <div id='i3GEOcentromassaDivPontos'></div> | |
12 | - </div> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEOcentromassaresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/centromassa/exemplo.png' /> | |
5 | + <h5>{{{ajuda}}}</h5> | |
6 | + <h5>{{{ajuda2}}}</h5> | |
13 | 7 | </div> |
14 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
15 | - <label class="control-label" for="">{{{selecionaItem}}}</label> | |
16 | - <div style="width: 100%;" class="input-group"> | |
17 | - <div id='i3GEOondeItens'></div> | |
8 | + <div id='i3GEOF.centromassa.t1'> | |
9 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
10 | + <label class="control-label" for="">{{{selecionaTema}}}</label> | |
11 | + <div style="width: 100%;" class="input-group"> | |
12 | + <div id='i3GEOcentromassaDivPontos'></div> | |
13 | + </div> | |
14 | + </div> | |
15 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
16 | + <label class="control-label" for="">{{{selecionaItem}}}</label> | |
17 | + <div style="width: 100%;" class="input-group"> | |
18 | + <div id='i3GEOondeItens'></div> | |
19 | + </div> | |
18 | 20 | </div> |
19 | 21 | </div> |
20 | - </div> | |
21 | - <div id='i3GEOF.centromassa.t2'> | |
22 | - <h5>{{{ajuda3}}}</h5> | |
23 | - <button onclick=" i3GEOF.centromassa.calcula()" class='btn btn-primary btn-sm btn-raised'>{{{calcula}}}</button> | |
24 | - <h5 id='i3GEOcentromassafim'></h5> | |
22 | + <div id='i3GEOF.centromassa.t2'> | |
23 | + <h5>{{{ajuda3}}}</h5> | |
24 | + <button onclick=" i3GEOF.centromassa.calcula()" class='btn btn-primary btn-sm btn-raised'>{{{calcula}}}</button> | |
25 | + <h5 id='i3GEOcentromassafim'></h5> | |
26 | + </div> | |
25 | 27 | </div> |
26 | 28 | </div> |
27 | 29 | \ No newline at end of file | ... | ... |
ferramentas/conectarservicos/template_mst.html
1 | -<div class='container-fluid customScrollBar' style="height: 100%; overflow: auto; padding-right: 1px;"> | |
1 | +<div class='container-fluid customScrollBar' > | |
2 | 2 | <a href='javascript:void(0)' onclick="i3GEOF.conectarservicos.kml()" class='btn btn-primary btn-lg btn-block btn-raised'>KML</a> |
3 | 3 | <a href='javascript:void(0)' onclick="i3GEOF.conectarservicos.wms()" class='btn btn-primary btn-lg btn-block btn-raised'>WMS</a> |
4 | 4 | <a href='javascript:void(0)' onclick="i3GEOF.conectarservicos.wmst()" class='btn btn-primary btn-lg btn-block btn-raised'>WMS-T</a> | ... | ... |
ferramentas/confluence/index.js
... | ... | @@ -177,8 +177,6 @@ i3GEOF.confluence = { |
177 | 177 | Indica a confluência no mapa |
178 | 178 | */ |
179 | 179 | mostraxy: function(xy){ |
180 | - if(i3GEO.Interface.ATUAL === "googleearth") | |
181 | - {return;} | |
182 | 180 | xy = xy.split(","); |
183 | 181 | if(i3GEOF.confluence.MARCA === false){ |
184 | 182 | i3GEOF.confluence.MARCA = i3GEO.desenho.addPin(xy[1]*1,xy[0]*1,"","",i3GEO.configura.locaplic+'/imagens/google/confluence.png',"confluence"); | ... | ... |
ferramentas/dissolve/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEOdissolveresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/dissolve/exemplo.png' /> | |
4 | - <h5>{{{descricao}}}</h5> | |
5 | - </div> | |
6 | - <div id='i3GEOF.dissolve.t1'> | |
7 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
8 | - <label class="control-label" for="">{{{selecionaTema}}}</label> | |
9 | - <div style="width: 100%;" class="input-group"> | |
10 | - <div id='i3GEOdissolveSelTemas'></div> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEOdissolveresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/dissolve/exemplo.png' /> | |
5 | + <h5>{{{descricao}}}</h5> | |
6 | + </div> | |
7 | + <div id='i3GEOF.dissolve.t1'> | |
8 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
9 | + <label class="control-label" for="">{{{selecionaTema}}}</label> | |
10 | + <div style="width: 100%;" class="input-group"> | |
11 | + <div id='i3GEOdissolveSelTemas'></div> | |
12 | + </div> | |
11 | 13 | </div> |
12 | 14 | </div> |
13 | - </div> | |
14 | - <div id='i3GEOF.dissolve.t2'> | |
15 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
16 | - <label class="control-label" for="">{{{selecionaItem}}}</label> | |
17 | - <div style="width: 100%;" class="input-group"> | |
18 | - <div id='i3GEOdissolveDivItem'></div> | |
15 | + <div id='i3GEOF.dissolve.t2'> | |
16 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
17 | + <label class="control-label" for="">{{{selecionaItem}}}</label> | |
18 | + <div style="width: 100%;" class="input-group"> | |
19 | + <div id='i3GEOdissolveDivItem'></div> | |
20 | + </div> | |
19 | 21 | </div> |
20 | 22 | </div> |
21 | - </div> | |
22 | - <div id='i3GEOF.dissolve.t3'> | |
23 | - <h5>{{{adicionaTema}}}</h5> | |
24 | - <button onclick="i3GEOF.dissolve.criadissolve()" class='btn btn-primary btn-sm btn-raised'>{{{dissolve}}}</button> | |
25 | - <h5 id='i3GEOdissolvefim'></h5> | |
23 | + <div id='i3GEOF.dissolve.t3'> | |
24 | + <h5>{{{adicionaTema}}}</h5> | |
25 | + <button onclick="i3GEOF.dissolve.criadissolve()" class='btn btn-primary btn-sm btn-raised'>{{{dissolve}}}</button> | |
26 | + <h5 id='i3GEOdissolvefim'></h5> | |
26 | 27 | |
28 | + </div> | |
27 | 29 | </div> |
28 | 30 | </div> |
29 | 31 | \ No newline at end of file | ... | ... |
ferramentas/distanciaptpt/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEOdistanciaptptresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/distanciaptpt/exemplo.png' /> | |
4 | - <h5>{{{ajuda}}}</h5> | |
5 | - <h5>{{{ajuda2}}}</h5> | |
6 | - <h5>{{{ajuda3}}}</h5> | |
7 | - </div> | |
8 | - <div id='i3GEOF.distanciaptpt.t1'> | |
9 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
10 | - <label class="control-label" for="">{{{temaOrigem}}}</label> | |
11 | - <div style="width: 100%;" class="input-group"> | |
12 | - <div id='i3GEOdistanciaptptSelTemasOrigem'></div> | |
13 | - </div> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEOdistanciaptptresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/distanciaptpt/exemplo.png' /> | |
5 | + <h5>{{{ajuda}}}</h5> | |
6 | + <h5>{{{ajuda2}}}</h5> | |
7 | + <h5>{{{ajuda3}}}</h5> | |
14 | 8 | </div> |
15 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
16 | - <label class="control-label" for="">{{{temaDestino}}}</label> | |
17 | - <div style="width: 100%;" class="input-group"> | |
18 | - <div id='i3GEOdistanciaptptSelTemasDestino'></div> | |
9 | + <div id='i3GEOF.distanciaptpt.t1'> | |
10 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
11 | + <label class="control-label" for="">{{{temaOrigem}}}</label> | |
12 | + <div style="width: 100%;" class="input-group"> | |
13 | + <div id='i3GEOdistanciaptptSelTemasOrigem'></div> | |
14 | + </div> | |
19 | 15 | </div> |
20 | - </div> | |
21 | - <div class='form-group label-fixed condensed' > | |
22 | - <label class="control-label" for="">{{{distMax}}}</label> | |
23 | - <input class="form-control input-lg" type='text' id='i3GEOFdistanciaptptdistancia' value='100000' /> | |
24 | - </div> | |
25 | - </div> | |
26 | - <div id='i3GEOF.distanciaptpt.t2'> | |
27 | - <h5>{{{selecionaAtributos}}}</h5> | |
28 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
29 | - <label class="control-label" for="">{{{atributoOrigem}}}</label> | |
30 | - <div style="width: 100%;" class="input-group"> | |
31 | - <div id='i3GEOondeItensTemaOrigem'></div> | |
16 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
17 | + <label class="control-label" for="">{{{temaDestino}}}</label> | |
18 | + <div style="width: 100%;" class="input-group"> | |
19 | + <div id='i3GEOdistanciaptptSelTemasDestino'></div> | |
20 | + </div> | |
32 | 21 | </div> |
33 | - </div> | |
34 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
35 | - <label class="control-label" for="">{{{atributoDestino}}}</label> | |
36 | - <div style="width: 100%;" class="input-group"> | |
37 | - <div id='i3GEOondeItensTemaDestino'></div> | |
22 | + <div class='form-group label-fixed condensed'> | |
23 | + <label class="control-label" for="">{{{distMax}}}</label> | |
24 | + <input class="form-control input-lg" type='text' id='i3GEOFdistanciaptptdistancia' value='100000' /> | |
38 | 25 | </div> |
39 | 26 | </div> |
27 | + <div id='i3GEOF.distanciaptpt.t2'> | |
28 | + <h5>{{{selecionaAtributos}}}</h5> | |
29 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
30 | + <label class="control-label" for="">{{{atributoOrigem}}}</label> | |
31 | + <div style="width: 100%;" class="input-group"> | |
32 | + <div id='i3GEOondeItensTemaOrigem'></div> | |
33 | + </div> | |
34 | + </div> | |
35 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
36 | + <label class="control-label" for="">{{{atributoDestino}}}</label> | |
37 | + <div style="width: 100%;" class="input-group"> | |
38 | + <div id='i3GEOondeItensTemaDestino'></div> | |
39 | + </div> | |
40 | + </div> | |
40 | 41 | |
42 | + </div> | |
43 | + <div id='i3GEOF.distanciaptpt.t3'> | |
44 | + <button onclick="i3GEOF.distanciaptpt.calcula()" class='btn btn-primary btn-sm btn-raised'>{{{calcula}}}</button> | |
45 | + <h5 id='i3GEOdistanciaptptfim'></h5> | |
46 | + </div> | |
41 | 47 | </div> |
42 | - <div id='i3GEOF.distanciaptpt.t3'> | |
43 | - <button onclick="i3GEOF.distanciaptpt.calcula()" class='btn btn-primary btn-sm btn-raised'>{{{calcula}}}</button> | |
44 | - <h5 id='i3GEOdistanciaptptfim'></h5> | |
45 | - </div> | |
46 | -</div> | |
48 | +</div> | |
47 | 49 | \ No newline at end of file | ... | ... |
ferramentas/heatmap/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEOheatmapresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/heatmap/exemplo.png' /> | |
4 | - <h5>{{{ajuda}}}</h5> | |
5 | - <h5>{{{ajuda2}}}</h5> | |
6 | - </div> | |
7 | - <div id='i3GEOF.heatmap.t1'> | |
8 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
9 | - <label class="control-label" for="">{{{selecionaTema}}}</label> | |
10 | - <div style="width: 100%;" class="input-group"> | |
11 | - <div id='i3GEOheatmapSelTemas'></div> | |
12 | - </div> | |
13 | - </div> | |
14 | - </div> | |
15 | - <div id='i3GEOF.heatmap.t2'> | |
16 | - <div class='form-group label-fixed condensed'> | |
17 | - <label class="control-label" for="i3GEOheatmapd">{{{valorPonto}}}</label> | |
18 | - <input class="form-control input-lg" type='text' id='i3GEOheatmapd' value='1' /> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEOheatmapresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/heatmap/exemplo.png' /> | |
5 | + <h5>{{{ajuda}}}</h5> | |
6 | + <h5>{{{ajuda2}}}</h5> | |
19 | 7 | </div> |
20 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
21 | - <label class="control-label" for="">{{{selecionaAtributo}}}</label> | |
22 | - <div style="width: 100%;" class="input-group"> | |
23 | - <div id='i3GEOheatmapondeItens'></div> | |
8 | + <div id='i3GEOF.heatmap.t1'> | |
9 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
10 | + <label class="control-label" for="">{{{selecionaTema}}}</label> | |
11 | + <div style="width: 100%;" class="input-group"> | |
12 | + <div id='i3GEOheatmapSelTemas'></div> | |
13 | + </div> | |
24 | 14 | </div> |
25 | 15 | </div> |
26 | - </div> | |
27 | - <div id='i3GEOF.heatmap.t3'> | |
28 | - <div class='form-group label-fixed condensed'> | |
29 | - <label class="control-label" for="i3GEOheatmapTitulo">{{{tituloNovaCamada}}}</label> | |
30 | - <input class="form-control input-lg" type='text' id='i3GEOheatmapTitulo' value='Mapa de calor' /> | |
16 | + <div id='i3GEOF.heatmap.t2'> | |
17 | + <div class='form-group label-fixed condensed'> | |
18 | + <label class="control-label" for="i3GEOheatmapd">{{{valorPonto}}}</label> | |
19 | + <input class="form-control input-lg" type='text' id='i3GEOheatmapd' value='1' /> | |
20 | + </div> | |
21 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
22 | + <label class="control-label" for="">{{{selecionaAtributo}}}</label> | |
23 | + <div style="width: 100%;" class="input-group"> | |
24 | + <div id='i3GEOheatmapondeItens'></div> | |
25 | + </div> | |
26 | + </div> | |
31 | 27 | </div> |
32 | - <div class='form-group label-fixed condensed'> | |
33 | - <label class="control-label" for="i3GEOheatmapRaio">{{{valorRaio}}}</label> | |
34 | - <input class="form-control input-lg" type='text' id='i3GEOheatmapRaio' value='15' /> | |
28 | + <div id='i3GEOF.heatmap.t3'> | |
29 | + <div class='form-group label-fixed condensed'> | |
30 | + <label class="control-label" for="i3GEOheatmapTitulo">{{{tituloNovaCamada}}}</label> | |
31 | + <input class="form-control input-lg" type='text' id='i3GEOheatmapTitulo' value='Mapa de calor' /> | |
32 | + </div> | |
33 | + <div class='form-group label-fixed condensed'> | |
34 | + <label class="control-label" for="i3GEOheatmapRaio">{{{valorRaio}}}</label> | |
35 | + <input class="form-control input-lg" type='text' id='i3GEOheatmapRaio' value='15' /> | |
36 | + </div> | |
37 | + <div class='form-group label-fixed condensed'> | |
38 | + <label class="control-label" for="i3GEOheatmapOpacidade">{{{opacidade}}}</label> | |
39 | + <input class="form-control input-lg" type='text' id='i3GEOheatmapOpacidade' value='50' /> | |
40 | + </div> | |
35 | 41 | </div> |
36 | - <div class='form-group label-fixed condensed'> | |
37 | - <label class="control-label" for="i3GEOheatmapOpacidade">{{{opacidade}}}</label> | |
38 | - <input class="form-control input-lg" type='text' id='i3GEOheatmapOpacidade' value='50' /> | |
42 | + <div id='i3GEOF.heatmap.t4'> | |
43 | + <h5>{{{adicionaTema}}}</h5> | |
44 | + <button onclick="i3GEOF.heatmap.criaheatmap()" class='btn btn-primary btn-sm btn-raised'>{{{criaCamada}}}</button> | |
45 | + <h5 id='i3GEOheatmapfim'></h5> | |
39 | 46 | </div> |
40 | 47 | </div> |
41 | - <div id='i3GEOF.heatmap.t4'> | |
42 | - <h5>{{{adicionaTema}}}</h5> | |
43 | - <button onclick="i3GEOF.heatmap.criaheatmap()" class='btn btn-primary btn-sm btn-raised'>{{{criaCamada}}}</button> | |
44 | - <h5 id='i3GEOheatmapfim'></h5> | |
45 | - </div> | |
46 | 48 | </div> |
47 | 49 | \ No newline at end of file | ... | ... |
ferramentas/imprimir/template_mst.html
1 | -<div class='container-fluid customScrollBar' style="height: 100%; overflow: auto; padding-right: 1px;"> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | 2 | <h5>{{{escolha}}}</h5> |
3 | 3 | <a href='javascript:void(0)' onclick="i3GEOF.imprimir.abreI('{{{locaplic}}}/ferramentas/imprimir/a4lpaisagempdf.htm');" class='btn btn-primary btn-lg btn-block btn-raised'>A4 pdf</a> |
4 | 4 | <a href='javascript:void(0)' onclick="i3GEOF.imprimir.abreI('{{{locaplic}}}/ferramentas/imprimir/geotif.php','interna');" class='btn btn-primary btn-lg btn-block btn-raised'>Geo Tiff</a> | ... | ... |
ferramentas/markercluster/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEOmarkerclusterresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/markercluster/exemplo.png' /> | |
4 | - <h5>{{{ajuda}}}</h5> | |
5 | - <h5>{{{ajuda2}}}</h5> | |
6 | - </div> | |
7 | - <div id='i3GEOF.markercluster.t1'> | |
8 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
9 | - <label class="control-label" for="">{{{selecionaTema}}}</label> | |
10 | - <div style="width: 100%;" class="input-group"> | |
11 | - <div id='i3GEOmarkerclusterSelTemas'></div> | |
12 | - </div> | |
13 | - </div> | |
14 | - </div> | |
15 | - <div id='i3GEOF.markercluster.t2'> | |
16 | - <div class='form-group label-fixed condensed'> | |
17 | - <label class="control-label" for="i3GEOmarkerclusterTitulo">{{{tituloNovaCamada}}}</label> | |
18 | - <input class="form-control input-lg" type='text' id='i3GEOmarkerclusterTitulo' value='Mapa de agrupamento' /> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEOmarkerclusterresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/markercluster/exemplo.png' /> | |
5 | + <h5>{{{ajuda}}}</h5> | |
6 | + <h5>{{{ajuda2}}}</h5> | |
19 | 7 | </div> |
20 | - <div class='form-group label-fixed condensed'> | |
21 | - <label class="control-label" for="i3GEOmarkerclusterRaio">{{{raio}}}</label> | |
22 | - <input class="form-control input-lg" type='text' id='i3GEOmarkerclusterRaio' value='50' /> | |
23 | - </div> | |
24 | - <div class='form-group label-fixed condensed'> | |
25 | - <label class="control-label" for="i3GEOmarkerclusterOpacidade">{{{opacidade}}}</label> | |
26 | - <input class="form-control input-lg" type='text' id='i3GEOmarkerclusterOpacidade' value='50' /> | |
27 | - </div> | |
28 | - <div class='form-group label-fixed condensed'> | |
29 | - <label class="control-label" for="i3GEOmarkerclusterColor">{{{color}}}</label> | |
30 | - <input class="form-control input-lg i3geoFormIconeAquarela" type='text' id='i3GEOmarkerclusterColor' value='255,255,255' /> | |
31 | - </div> | |
32 | - <div class='form-group label-fixed condensed'> | |
33 | - <label class="control-label" for="i3GEOmarkerclusterStrokecolor">{{{strokecolor}}}</label> | |
34 | - <input class="form-control input-lg i3geoFormIconeAquarela" type='text' id='i3GEOmarkerclusterStrokecolor' value='255,255,255' /> | |
8 | + <div id='i3GEOF.markercluster.t1'> | |
9 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
10 | + <label class="control-label" for="">{{{selecionaTema}}}</label> | |
11 | + <div style="width: 100%;" class="input-group"> | |
12 | + <div id='i3GEOmarkerclusterSelTemas'></div> | |
13 | + </div> | |
14 | + </div> | |
35 | 15 | </div> |
36 | - <div class='form-group label-fixed condensed'> | |
37 | - <label class="control-label" for="i3GEOmarkerclusterTextcolor">{{{textcolor}}}</label> | |
38 | - <input class="form-control input-lg i3geoFormIconeAquarela" type='text' id='i3GEOmarkerclusterTextcolor' value='0,0,0' /> | |
16 | + <div id='i3GEOF.markercluster.t2'> | |
17 | + <div class='form-group label-fixed condensed'> | |
18 | + <label class="control-label" for="i3GEOmarkerclusterTitulo">{{{tituloNovaCamada}}}</label> | |
19 | + <input class="form-control input-lg" type='text' id='i3GEOmarkerclusterTitulo' value='Mapa de agrupamento' /> | |
20 | + </div> | |
21 | + <div class='form-group label-fixed condensed'> | |
22 | + <label class="control-label" for="i3GEOmarkerclusterRaio">{{{raio}}}</label> | |
23 | + <input class="form-control input-lg" type='text' id='i3GEOmarkerclusterRaio' value='50' /> | |
24 | + </div> | |
25 | + <div class='form-group label-fixed condensed'> | |
26 | + <label class="control-label" for="i3GEOmarkerclusterOpacidade">{{{opacidade}}}</label> | |
27 | + <input class="form-control input-lg" type='text' id='i3GEOmarkerclusterOpacidade' value='50' /> | |
28 | + </div> | |
29 | + <div class='form-group label-fixed condensed'> | |
30 | + <label class="control-label" for="i3GEOmarkerclusterColor">{{{color}}}</label> | |
31 | + <input class="form-control input-lg i3geoFormIconeAquarela" type='text' id='i3GEOmarkerclusterColor' value='255,255,255' /> | |
32 | + </div> | |
33 | + <div class='form-group label-fixed condensed'> | |
34 | + <label class="control-label" for="i3GEOmarkerclusterStrokecolor">{{{strokecolor}}}</label> | |
35 | + <input class="form-control input-lg i3geoFormIconeAquarela" type='text' id='i3GEOmarkerclusterStrokecolor' value='255,255,255' /> | |
36 | + </div> | |
37 | + <div class='form-group label-fixed condensed'> | |
38 | + <label class="control-label" for="i3GEOmarkerclusterTextcolor">{{{textcolor}}}</label> | |
39 | + <input class="form-control input-lg i3geoFormIconeAquarela" type='text' id='i3GEOmarkerclusterTextcolor' value='0,0,0' /> | |
40 | + </div> | |
39 | 41 | </div> |
40 | - </div> | |
41 | - <div id='i3GEOF.markercluster.t3'> | |
42 | - <h5>{{{adicionaTema}}}</h5> | |
43 | - <button onclick="i3GEOF.markercluster.criamarkercluster()" class='btn btn-primary btn-sm btn-raised'>{{{criaCamada}}}</button> | |
42 | + <div id='i3GEOF.markercluster.t3'> | |
43 | + <h5>{{{adicionaTema}}}</h5> | |
44 | + <button onclick="i3GEOF.markercluster.criamarkercluster()" class='btn btn-primary btn-sm btn-raised'>{{{criaCamada}}}</button> | |
44 | 45 | |
45 | - <h5 id='i3GEOmarkerclusterfim'></h5> | |
46 | + <h5 id='i3GEOmarkerclusterfim'></h5> | |
47 | + </div> | |
46 | 48 | </div> |
47 | 49 | -</div> |
50 | +</div> | |
48 | 51 | \ No newline at end of file | ... | ... |
ferramentas/nptpol/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEOnptpolresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/nptpol/exemplo.png' /> | |
4 | - <h5>{{{ajuda}}}</h5> | |
5 | - <h5>{{{ajuda2}}}</h5> | |
6 | - <h5>{{{ajuda3}}}</h5> | |
7 | - </div> | |
8 | - <div id='i3GEOF.nptpol.t1'> | |
9 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
10 | - <label class="control-label" for="">{{{selecionaTemaPonto}}}</label> | |
11 | - <div style="width: 100%;" class="input-group"> | |
12 | - <div id='i3GEOnptpolDivPontos'></div> | |
13 | - </div> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEOnptpolresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/nptpol/exemplo.png' /> | |
5 | + <h5>{{{ajuda}}}</h5> | |
6 | + <h5>{{{ajuda2}}}</h5> | |
7 | + <h5>{{{ajuda3}}}</h5> | |
14 | 8 | </div> |
15 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
16 | - <label class="control-label" for="">{{{selecionaItemSoma}}}</label> | |
17 | - <div style="width: 100%;" class="input-group"> | |
18 | - <div id='i3GEOnptpolondeItens'></div> | |
9 | + <div id='i3GEOF.nptpol.t1'> | |
10 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
11 | + <label class="control-label" for="">{{{selecionaTemaPonto}}}</label> | |
12 | + <div style="width: 100%;" class="input-group"> | |
13 | + <div id='i3GEOnptpolDivPontos'></div> | |
14 | + </div> | |
19 | 15 | </div> |
20 | - </div> | |
21 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
22 | - <label class="control-label" for="">{{{selecionaTemaPoligono}}}</label> | |
23 | - <div style="width: 100%;" class="input-group"> | |
24 | - <div id='i3GEOnptpolDivPoligonos'></div> | |
16 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
17 | + <label class="control-label" for="">{{{selecionaItemSoma}}}</label> | |
18 | + <div style="width: 100%;" class="input-group"> | |
19 | + <div id='i3GEOnptpolondeItens'></div> | |
20 | + </div> | |
21 | + </div> | |
22 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
23 | + <label class="control-label" for="">{{{selecionaTemaPoligono}}}</label> | |
24 | + <div style="width: 100%;" class="input-group"> | |
25 | + <div id='i3GEOnptpolDivPoligonos'></div> | |
26 | + </div> | |
25 | 27 | </div> |
26 | 28 | </div> |
27 | - </div> | |
28 | - <div id='i3GEOF.nptpol.t2'> | |
29 | - <h5>{{{adicionaTema}}}</h5> | |
30 | - <button onclick="i3GEOF.nptpol.calcula()" class='btn btn-primary btn-sm btn-raised'>{{{calcula}}}</button> | |
31 | - <h5 id='i3GEOnptpolfim'></h5> | |
29 | + <div id='i3GEOF.nptpol.t2'> | |
30 | + <h5>{{{adicionaTema}}}</h5> | |
31 | + <button onclick="i3GEOF.nptpol.calcula()" class='btn btn-primary btn-sm btn-raised'>{{{calcula}}}</button> | |
32 | + <h5 id='i3GEOnptpolfim'></h5> | |
33 | + </div> | |
32 | 34 | </div> |
33 | 35 | </div> |
34 | 36 | \ No newline at end of file | ... | ... |
ferramentas/pontoempoligono/template_mst.html
1 | -<div class='container-fluid customScrollBar' id='i3GEOpontoEmPoligonoresultado'> | |
2 | - <div id='i3GEOFgradeDePontost0'> | |
3 | - <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/pontoempoligono/exemplo.png' /> | |
4 | - <h5>{{{ajuda}}}</h5> | |
5 | - <h5>{{{ajuda2}}}</h5> | |
6 | - <h5>{{{ajuda3}}}</h5> | |
7 | - </div> | |
8 | - <div id='i3GEOF.pontoEmPoligono.t1'> | |
9 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
10 | - <label class="control-label" for="">{{{selecionaTemaPontos}}}</label> | |
11 | - <div style="width: 100%;" class="input-group"> | |
12 | - <div id='i3GEOpontoEmPoligonoSelTemasPt'></div> | |
1 | +<div class='container-fluid customScrollBar'> | |
2 | + <div id='i3GEOpontoEmPoligonoresultado'> | |
3 | + <div id='i3GEOFgradeDePontost0'> | |
4 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/pontoempoligono/exemplo.png' /> | |
5 | + <h5>{{{ajuda}}}</h5> | |
6 | + <h5>{{{ajuda2}}}</h5> | |
7 | + <h5>{{{ajuda3}}}</h5> | |
8 | + </div> | |
9 | + <div id='i3GEOF.pontoEmPoligono.t1'> | |
10 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
11 | + <label class="control-label" for="">{{{selecionaTemaPontos}}}</label> | |
12 | + <div style="width: 100%;" class="input-group"> | |
13 | + <div id='i3GEOpontoEmPoligonoSelTemasPt'></div> | |
14 | + </div> | |
13 | 15 | </div> |
14 | 16 | </div> |
15 | - </div> | |
16 | - <div id='i3GEOF.pontoEmPoligono.t2'> | |
17 | - <div style="width: 100%;" class='form-group label-fixed condensed'> | |
18 | - <label class="control-label" for="">{{{SelecionaTemaCruzamento}}}</label> | |
19 | - <div style="width: 100%;" class="input-group"> | |
20 | - <div id='i3GEOpontoEmPoligonoSelTemasPo'></div> | |
17 | + <div id='i3GEOF.pontoEmPoligono.t2'> | |
18 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
19 | + <label class="control-label" for="">{{{SelecionaTemaCruzamento}}}</label> | |
20 | + <div style="width: 100%;" class="input-group"> | |
21 | + <div id='i3GEOpontoEmPoligonoSelTemasPo'></div> | |
22 | + </div> | |
21 | 23 | </div> |
22 | 24 | </div> |
23 | - </div> | |
24 | - <div id='i3GEOF.pontoEmPoligono.t3'> | |
25 | - <h5>{{{adicionaTema}}}</h5> | |
26 | - <button onclick="i3GEOF.pontoEmPoligono.executa()" class='btn btn-primary btn-sm btn-raised'>Cruzar</button> | |
27 | - <h5 id='i3GEOpontoEmPoligonofim'></h5> | |
25 | + <div id='i3GEOF.pontoEmPoligono.t3'> | |
26 | + <h5>{{{adicionaTema}}}</h5> | |
27 | + <button onclick="i3GEOF.pontoEmPoligono.executa()" class='btn btn-primary btn-sm btn-raised'>Cruzar</button> | |
28 | + <h5 id='i3GEOpontoEmPoligonofim'></h5> | |
29 | + </div> | |
28 | 30 | </div> |
29 | 31 | </div> |
30 | 32 | \ No newline at end of file | ... | ... |
js/mapa.js
... | ... | @@ -1116,7 +1116,7 @@ i3GEO.mapa = |
1116 | 1116 | var link = ds[s][tips[r]].link; |
1117 | 1117 | var img = ds[s][tips[r]].img; |
1118 | 1118 | if (valor !== "" && link === "") { |
1119 | - temp += "<span>" + alias + " :" + valor + "</span><br>"; | |
1119 | + temp += "<span>" + alias + ": " + valor + "</span><br>"; | |
1120 | 1120 | } |
1121 | 1121 | if (valor !== "" && link !== "") { |
1122 | 1122 | temp += | ... | ... |
pacotes/yui290/build/container/container_compacto.js
100644 → 100755
pacotes/yui290/build/container/container_core_compacto.js
100644 → 100755
pacotes/yui290/build/utilities/utilities_compacto.js
100644 → 100755