Commit 7bfb8f260bed797527852ac94d150d112ef9e9b6
1 parent
9cdaf010
Exists in
master
and in
7 other branches
Inclusão de classe nos elementos inseridos no rodapé das janelas flutuantes
Showing
21 changed files
with
27 additions
and
18 deletions
Show diff stats
css/i3geo6.css
css/i3geo6.css.php
css/janelaflutuante.css
ferramentas/agrupaelementos/index.js
... | ... | @@ -121,7 +121,7 @@ i3GEOF.agrupaElementos = { |
121 | 121 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
122 | 122 | ); |
123 | 123 | divid = janela[2].id; |
124 | - janela[0].setFooter("<div id=i3GEOF.agrupaElementos_rodape style=background-color:#F2F2F2; ></div>"); | |
124 | + janela[0].setFooter("<div id=i3GEOF.agrupaElementos_rodape class='i3GeoRodapeJanela' ></div>"); | |
125 | 125 | i3GEOF.agrupaElementos.aguarde = $i("i3GEOF.agrupaElementos_imagemCabecalho").style; |
126 | 126 | i3GEOF.agrupaElementos.inicia(divid); |
127 | 127 | temp = function(){ | ... | ... |
ferramentas/buffer/index.js
... | ... | @@ -123,7 +123,7 @@ i3GEOF.buffer = { |
123 | 123 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
124 | 124 | ); |
125 | 125 | divid = janela[2].id; |
126 | - janela[0].setFooter("<div id=i3GEOF.buffer_rodape style=background-color:#F2F2F2; ></div>"); | |
126 | + janela[0].setFooter("<div id=i3GEOF.buffer_rodape class='i3GeoRodapeJanela' ></div>"); | |
127 | 127 | i3GEOF.buffer.aguarde = $i("i3GEOF.buffer_imagemCabecalho").style; |
128 | 128 | i3GEOF.buffer.inicia(divid); |
129 | 129 | temp = function(){ | ... | ... |
ferramentas/centroide/index.js
... | ... | @@ -120,7 +120,7 @@ i3GEOF.centroide = { |
120 | 120 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
121 | 121 | ); |
122 | 122 | divid = janela[2].id; |
123 | - janela[0].setFooter("<div id=i3GEOF.centroide_rodape style=background-color:#F2F2F2; ></div>"); | |
123 | + janela[0].setFooter("<div id=i3GEOF.centroide_rodape class='i3GeoRodapeJanela' ></div>"); | |
124 | 124 | i3GEOF.centroide.aguarde = $i("i3GEOF.centroide_imagemCabecalho").style; |
125 | 125 | i3GEOF.centroide.inicia(divid); |
126 | 126 | temp = function(){ | ... | ... |
ferramentas/centromassa/index.js
... | ... | @@ -120,7 +120,7 @@ i3GEOF.centromassa = { |
120 | 120 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
121 | 121 | ); |
122 | 122 | divid = janela[2].id; |
123 | - janela[0].setFooter("<div id=i3GEOF.centromassa_rodape style=background-color:#F2F2F2; ></div>"); | |
123 | + janela[0].setFooter("<div id=i3GEOF.centromassa_rodape class='i3GeoRodapeJanela' ></div>"); | |
124 | 124 | i3GEOF.centromassa.aguarde = $i("i3GEOF.centromassa_imagemCabecalho").style; |
125 | 125 | i3GEOF.centromassa.inicia(divid); |
126 | 126 | temp = function(){ | ... | ... |
ferramentas/dissolve/index.js
... | ... | @@ -121,7 +121,7 @@ i3GEOF.dissolve = { |
121 | 121 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
122 | 122 | ); |
123 | 123 | divid = janela[2].id; |
124 | - janela[0].setFooter("<div id=i3GEOF.dissolve_rodape style=background-color:#F2F2F2; ></div>"); | |
124 | + janela[0].setFooter("<div id=i3GEOF.dissolve_rodape class='i3GeoRodapeJanela' ></div>"); | |
125 | 125 | i3GEOF.dissolve.aguarde = $i("i3GEOF.dissolve_imagemCabecalho").style; |
126 | 126 | i3GEOF.dissolve.inicia(divid); |
127 | 127 | temp = function(){ | ... | ... |
ferramentas/distanciaptpt/index.js
... | ... | @@ -122,7 +122,7 @@ i3GEOF.distanciaptpt = { |
122 | 122 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
123 | 123 | ); |
124 | 124 | divid = janela[2].id; |
125 | - janela[0].setFooter("<div id=i3GEOF.distanciaptpt_rodape style=background-color:#F2F2F2; ></div>"); | |
125 | + janela[0].setFooter("<div id=i3GEOF.distanciaptpt_rodape class='i3GeoRodapeJanela' ></div>"); | |
126 | 126 | i3GEOF.distanciaptpt.aguarde = $i("i3GEOF.distanciaptpt_imagemCabecalho").style; |
127 | 127 | i3GEOF.distanciaptpt.inicia(divid); |
128 | 128 | temp = function(){ | ... | ... |
ferramentas/gradehex/index.js
... | ... | @@ -142,7 +142,7 @@ i3GEOF.gradeDeHex = { |
142 | 142 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
143 | 143 | ); |
144 | 144 | divid = janela[2].id; |
145 | - janela[0].setFooter("<div id=i3GEOF.gradeDeHex_rodape style=background-color:#F2F2F2; ></div>"); | |
145 | + janela[0].setFooter("<div id=i3GEOF.gradeDeHex_rodape class='i3GeoRodapeJanela' ></div>"); | |
146 | 146 | i3GEOF.gradeDeHex.aguarde = $i("i3GEOF.gradeDeHex_imagemCabecalho").style; |
147 | 147 | i3GEOF.gradeDeHex.inicia(divid); |
148 | 148 | i3GEO.eventos.cliquePerm.desativa(); | ... | ... |
ferramentas/gradepol/index.js
... | ... | @@ -142,7 +142,7 @@ i3GEOF.gradeDePoligonos = { |
142 | 142 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
143 | 143 | ); |
144 | 144 | divid = janela[2].id; |
145 | - janela[0].setFooter("<div id=i3GEOF.gradeDePoligonos_rodape style=background-color:#F2F2F2; ></div>"); | |
145 | + janela[0].setFooter("<div id=i3GEOF.gradeDePoligonos_rodape class='i3GeoRodapeJanela' ></div>"); | |
146 | 146 | i3GEOF.gradeDePoligonos.aguarde = $i("i3GEOF.gradeDePoligonos_imagemCabecalho").style; |
147 | 147 | i3GEOF.gradeDePoligonos.inicia(divid); |
148 | 148 | temp = function(){ | ... | ... |
ferramentas/gradepontos/index.js
... | ... | @@ -142,7 +142,7 @@ i3GEOF.gradeDePontos = { |
142 | 142 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
143 | 143 | ); |
144 | 144 | divid = janela[2].id; |
145 | - janela[0].setFooter("<div id=i3GEOF.gradeDePontos_rodape style=background-color:#F2F2F2; ></div>"); | |
145 | + janela[0].setFooter("<div id=i3GEOF.gradeDePontos_rodape class='i3GeoRodapeJanela' ></div>"); | |
146 | 146 | i3GEOF.gradeDePontos.aguarde = $i("i3GEOF.gradeDePontos_imagemCabecalho").style; |
147 | 147 | i3GEOF.gradeDePontos.inicia(divid); |
148 | 148 | temp = function(){ | ... | ... |
ferramentas/graficointerativo1/index.js
... | ... | @@ -619,7 +619,7 @@ i3GEOF.graficointerativo1 = |
619 | 619 | // indica se a janela sera atualizada na navegacao |
620 | 620 | temp = 'i3GEOF.graficointerativo1.propJanelas["' + idjanela + '"].atualiza = this.checked'; |
621 | 621 | janela[0] |
622 | - .setFooter("<div id='i3GEOFgraficoRodape" + idjanela + "' style=background-color:#F2F2F2; ><input class='inputsb' checked style='cursor:pointer;position:relative;top:2px;' onclick='" | |
622 | + .setFooter("<div id='i3GEOFgraficoRodape" + idjanela + "' class='i3GeoRodapeJanela' ><input class='inputsb' checked style='cursor:pointer;position:relative;top:2px;' onclick='" | |
623 | 623 | + temp + "' type=checkbox /> " + $trad("atualizaNavegacao", i3GEOF.graficointerativo1.dicionario) + " (" + idjanela + ")</div>"); |
624 | 624 | |
625 | 625 | temp = function() { | ... | ... |
ferramentas/heatmap/index.js
... | ... | @@ -129,7 +129,7 @@ i3GEOF.heatmap = |
129 | 129 | i3GEO.janela.minimiza("i3GEOF.heatmap"); |
130 | 130 | }, "", false, i3GEO.configura.locaplic + "/imagens/oxygen/16x16/accessories-calculator.png"); |
131 | 131 | divid = janela[2].id; |
132 | - janela[0].setFooter("<div id=i3GEOF.heatmap_rodape style=background-color:#F2F2F2; ></div>"); | |
132 | + janela[0].setFooter("<div id=i3GEOF.heatmap_rodape class='i3GeoRodapeJanela' ></div>"); | |
133 | 133 | i3GEOF.heatmap.aguarde = $i("i3GEOF.heatmap_imagemCabecalho").style; |
134 | 134 | i3GEOF.heatmap.inicia(divid); |
135 | 135 | temp = function() { | ... | ... |
ferramentas/identifica/index.js
... | ... | @@ -516,7 +516,7 @@ i3GEOF.identifica = |
516 | 516 | temp = 'i3GEOF.identifica.propJanelas["' |
517 | 517 | + id |
518 | 518 | + '"].atualiza = this.checked'; |
519 | - janela[0].setFooter("<div style=background-color:#F2F2F2; ><input class='inputsb' style='cursor:pointer;position:relative;top:2px;' checked onclick='" | |
519 | + janela[0].setFooter("<div class='i3GeoRodapeJanela' ><input class='inputsb' style='cursor:pointer;position:relative;top:2px;' checked onclick='" | |
520 | 520 | + temp |
521 | 521 | + "' type=checkbox /> " |
522 | 522 | + $trad( | ... | ... |
ferramentas/markercluster/index.js
... | ... | @@ -130,7 +130,7 @@ i3GEOF.markercluster = { |
130 | 130 | i3GEO.configura.locaplic |
131 | 131 | + "/imagens/oxygen/16x16/accessories-calculator.png"); |
132 | 132 | divid = janela[2].id; |
133 | - janela[0].setFooter("<div id=i3GEOF.markercluster_rodape style=background-color:#F2F2F2; ></div>"); | |
133 | + janela[0].setFooter("<div id=i3GEOF.markercluster_rodape class='i3GeoRodapeJanela' ></div>"); | |
134 | 134 | i3GEOF.markercluster.aguarde = $i("i3GEOF.markercluster_imagemCabecalho").style; |
135 | 135 | i3GEOF.markercluster.inicia(divid); |
136 | 136 | temp = function() { | ... | ... |
ferramentas/melhorcaminho/index.js
... | ... | @@ -143,7 +143,7 @@ i3GEOF.melhorcaminho = { |
143 | 143 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
144 | 144 | ); |
145 | 145 | divid = janela[2].id; |
146 | - janela[0].setFooter("<div id=i3GEOF.melhorcaminho_rodape style=background-color:#F2F2F2; ></div>"); | |
146 | + janela[0].setFooter("<div id=i3GEOF.melhorcaminho_rodape class='i3GeoRodapeJanela' ></div>"); | |
147 | 147 | i3GEOF.melhorcaminho.aguarde = $i("i3GEOF.melhorcaminho_imagemCabecalho").style; |
148 | 148 | i3GEOF.melhorcaminho.inicia(divid); |
149 | 149 | temp = function(){ | ... | ... |
ferramentas/nptpol/index.js
... | ... | @@ -120,7 +120,7 @@ i3GEOF.nptpol = { |
120 | 120 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
121 | 121 | ); |
122 | 122 | divid = janela[2].id; |
123 | - janela[0].setFooter("<div id=i3GEOF.nptpol_rodape style=background-color:#F2F2F2; ></div>"); | |
123 | + janela[0].setFooter("<div id=i3GEOF.nptpol_rodape class='i3GeoRodapeJanela' ></div>"); | |
124 | 124 | i3GEOF.nptpol.aguarde = $i("i3GEOF.nptpol_imagemCabecalho").style; |
125 | 125 | i3GEOF.nptpol.inicia(divid); |
126 | 126 | temp = function(){ | ... | ... |
ferramentas/pontoempoligono/index.js
... | ... | @@ -121,7 +121,7 @@ i3GEOF.pontoEmPoligono = { |
121 | 121 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
122 | 122 | ); |
123 | 123 | divid = janela[2].id; |
124 | - janela[0].setFooter("<div id=i3GEOF.pontoEmPoligono_rodape style=background-color:#F2F2F2; ></div>"); | |
124 | + janela[0].setFooter("<div id=i3GEOF.pontoEmPoligono_rodape class='i3GeoRodapeJanela' ></div>"); | |
125 | 125 | i3GEOF.pontoEmPoligono.aguarde = $i("i3GEOF.pontoEmPoligono_imagemCabecalho").style; |
126 | 126 | i3GEOF.pontoEmPoligono.inicia(divid); |
127 | 127 | temp = function(){ | ... | ... |
ferramentas/preferencias/index.js
... | ... | @@ -683,7 +683,7 @@ i3GEOF.preferencias = { |
683 | 683 | '<input id=i3GEOpreferenciasbotao2 size=20 type=button value="'+$trad('aplica',i3GEOF.preferencias.dicionario)+'" /> ' + |
684 | 684 | '<input id=i3GEOpreferenciasbotao3 size=20 type=button value="'+$trad('codigo',i3GEOF.preferencias.dicionario)+'" />' ; |
685 | 685 | |
686 | - janela[0].setFooter("<div style=background-color:#F2F2F2; >"+rodape+"</div>"); | |
686 | + janela[0].setFooter("<div class='i3GeoRodapeJanela' >"+rodape+"</div>"); | |
687 | 687 | |
688 | 688 | $i("i3GEOF.preferencias_corpo").style.backgroundColor = "white"; |
689 | 689 | $i("i3GEOF.preferencias_corpo").style.textAlign = "left"; | ... | ... |
ferramentas/tabela/index.js
... | ... | @@ -364,7 +364,7 @@ i3GEOF.tabela = |
364 | 364 | temp = 'i3GEOF.tabela.propJanelas["' + id + '"].atualiza = this.checked'; |
365 | 365 | janela[0] |
366 | 366 | .setFooter("<div id='i3GEOFtabelaRodape" + id |
367 | - + "' style=background-color:#F2F2F2; ><input class='inputsb' checked style='cursor:pointer;position:relative;top:2px;' onclick='" | |
367 | + + "' class='i3GeoRodapeJanela' ><input class='inputsb' checked style='cursor:pointer;position:relative;top:2px;' onclick='" | |
368 | 368 | + temp |
369 | 369 | + "' type=checkbox /> " |
370 | 370 | + $trad('atualizaAoNavegar', i3GEOF.tabela.dicionario) | ... | ... |