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
| @@ -3089,6 +3089,9 @@ top: 5px; | @@ -3089,6 +3089,9 @@ top: 5px; | ||
| 3089 | right: 0px; | 3089 | right: 0px; |
| 3090 | text-align:left; | 3090 | text-align:left; |
| 3091 | } | 3091 | } |
| 3092 | +.i3GeoRodapeJanela { | ||
| 3093 | +background-color:#F2F2F2; | ||
| 3094 | +} | ||
| 3092 | .cabecalhoTemas { | 3095 | .cabecalhoTemas { |
| 3093 | display: inline-block; | 3096 | display: inline-block; |
| 3094 | overflow: hidden; | 3097 | overflow: hidden; |
css/i3geo6.css.php
| @@ -3089,6 +3089,9 @@ top: 5px; | @@ -3089,6 +3089,9 @@ top: 5px; | ||
| 3089 | right: 0px; | 3089 | right: 0px; |
| 3090 | text-align:left; | 3090 | text-align:left; |
| 3091 | } | 3091 | } |
| 3092 | +.i3GeoRodapeJanela { | ||
| 3093 | +background-color:#F2F2F2; | ||
| 3094 | +} | ||
| 3092 | .cabecalhoTemas { | 3095 | .cabecalhoTemas { |
| 3093 | display: inline-block; | 3096 | display: inline-block; |
| 3094 | overflow: hidden; | 3097 | overflow: hidden; |
css/janelaflutuante.css
ferramentas/agrupaelementos/index.js
| @@ -121,7 +121,7 @@ i3GEOF.agrupaElementos = { | @@ -121,7 +121,7 @@ i3GEOF.agrupaElementos = { | ||
| 121 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 121 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 122 | ); | 122 | ); |
| 123 | divid = janela[2].id; | 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 | i3GEOF.agrupaElementos.aguarde = $i("i3GEOF.agrupaElementos_imagemCabecalho").style; | 125 | i3GEOF.agrupaElementos.aguarde = $i("i3GEOF.agrupaElementos_imagemCabecalho").style; |
| 126 | i3GEOF.agrupaElementos.inicia(divid); | 126 | i3GEOF.agrupaElementos.inicia(divid); |
| 127 | temp = function(){ | 127 | temp = function(){ |
ferramentas/buffer/index.js
| @@ -123,7 +123,7 @@ i3GEOF.buffer = { | @@ -123,7 +123,7 @@ i3GEOF.buffer = { | ||
| 123 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 123 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 124 | ); | 124 | ); |
| 125 | divid = janela[2].id; | 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 | i3GEOF.buffer.aguarde = $i("i3GEOF.buffer_imagemCabecalho").style; | 127 | i3GEOF.buffer.aguarde = $i("i3GEOF.buffer_imagemCabecalho").style; |
| 128 | i3GEOF.buffer.inicia(divid); | 128 | i3GEOF.buffer.inicia(divid); |
| 129 | temp = function(){ | 129 | temp = function(){ |
ferramentas/centroide/index.js
| @@ -120,7 +120,7 @@ i3GEOF.centroide = { | @@ -120,7 +120,7 @@ i3GEOF.centroide = { | ||
| 120 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 120 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 121 | ); | 121 | ); |
| 122 | divid = janela[2].id; | 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 | i3GEOF.centroide.aguarde = $i("i3GEOF.centroide_imagemCabecalho").style; | 124 | i3GEOF.centroide.aguarde = $i("i3GEOF.centroide_imagemCabecalho").style; |
| 125 | i3GEOF.centroide.inicia(divid); | 125 | i3GEOF.centroide.inicia(divid); |
| 126 | temp = function(){ | 126 | temp = function(){ |
ferramentas/centromassa/index.js
| @@ -120,7 +120,7 @@ i3GEOF.centromassa = { | @@ -120,7 +120,7 @@ i3GEOF.centromassa = { | ||
| 120 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 120 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 121 | ); | 121 | ); |
| 122 | divid = janela[2].id; | 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 | i3GEOF.centromassa.aguarde = $i("i3GEOF.centromassa_imagemCabecalho").style; | 124 | i3GEOF.centromassa.aguarde = $i("i3GEOF.centromassa_imagemCabecalho").style; |
| 125 | i3GEOF.centromassa.inicia(divid); | 125 | i3GEOF.centromassa.inicia(divid); |
| 126 | temp = function(){ | 126 | temp = function(){ |
ferramentas/dissolve/index.js
| @@ -121,7 +121,7 @@ i3GEOF.dissolve = { | @@ -121,7 +121,7 @@ i3GEOF.dissolve = { | ||
| 121 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 121 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 122 | ); | 122 | ); |
| 123 | divid = janela[2].id; | 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 | i3GEOF.dissolve.aguarde = $i("i3GEOF.dissolve_imagemCabecalho").style; | 125 | i3GEOF.dissolve.aguarde = $i("i3GEOF.dissolve_imagemCabecalho").style; |
| 126 | i3GEOF.dissolve.inicia(divid); | 126 | i3GEOF.dissolve.inicia(divid); |
| 127 | temp = function(){ | 127 | temp = function(){ |
ferramentas/distanciaptpt/index.js
| @@ -122,7 +122,7 @@ i3GEOF.distanciaptpt = { | @@ -122,7 +122,7 @@ i3GEOF.distanciaptpt = { | ||
| 122 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 122 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 123 | ); | 123 | ); |
| 124 | divid = janela[2].id; | 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 | i3GEOF.distanciaptpt.aguarde = $i("i3GEOF.distanciaptpt_imagemCabecalho").style; | 126 | i3GEOF.distanciaptpt.aguarde = $i("i3GEOF.distanciaptpt_imagemCabecalho").style; |
| 127 | i3GEOF.distanciaptpt.inicia(divid); | 127 | i3GEOF.distanciaptpt.inicia(divid); |
| 128 | temp = function(){ | 128 | temp = function(){ |
ferramentas/gradehex/index.js
| @@ -142,7 +142,7 @@ i3GEOF.gradeDeHex = { | @@ -142,7 +142,7 @@ i3GEOF.gradeDeHex = { | ||
| 142 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 142 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 143 | ); | 143 | ); |
| 144 | divid = janela[2].id; | 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 | i3GEOF.gradeDeHex.aguarde = $i("i3GEOF.gradeDeHex_imagemCabecalho").style; | 146 | i3GEOF.gradeDeHex.aguarde = $i("i3GEOF.gradeDeHex_imagemCabecalho").style; |
| 147 | i3GEOF.gradeDeHex.inicia(divid); | 147 | i3GEOF.gradeDeHex.inicia(divid); |
| 148 | i3GEO.eventos.cliquePerm.desativa(); | 148 | i3GEO.eventos.cliquePerm.desativa(); |
ferramentas/gradepol/index.js
| @@ -142,7 +142,7 @@ i3GEOF.gradeDePoligonos = { | @@ -142,7 +142,7 @@ i3GEOF.gradeDePoligonos = { | ||
| 142 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 142 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 143 | ); | 143 | ); |
| 144 | divid = janela[2].id; | 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 | i3GEOF.gradeDePoligonos.aguarde = $i("i3GEOF.gradeDePoligonos_imagemCabecalho").style; | 146 | i3GEOF.gradeDePoligonos.aguarde = $i("i3GEOF.gradeDePoligonos_imagemCabecalho").style; |
| 147 | i3GEOF.gradeDePoligonos.inicia(divid); | 147 | i3GEOF.gradeDePoligonos.inicia(divid); |
| 148 | temp = function(){ | 148 | temp = function(){ |
ferramentas/gradepontos/index.js
| @@ -142,7 +142,7 @@ i3GEOF.gradeDePontos = { | @@ -142,7 +142,7 @@ i3GEOF.gradeDePontos = { | ||
| 142 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 142 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 143 | ); | 143 | ); |
| 144 | divid = janela[2].id; | 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 | i3GEOF.gradeDePontos.aguarde = $i("i3GEOF.gradeDePontos_imagemCabecalho").style; | 146 | i3GEOF.gradeDePontos.aguarde = $i("i3GEOF.gradeDePontos_imagemCabecalho").style; |
| 147 | i3GEOF.gradeDePontos.inicia(divid); | 147 | i3GEOF.gradeDePontos.inicia(divid); |
| 148 | temp = function(){ | 148 | temp = function(){ |
ferramentas/graficointerativo1/index.js
| @@ -619,7 +619,7 @@ i3GEOF.graficointerativo1 = | @@ -619,7 +619,7 @@ i3GEOF.graficointerativo1 = | ||
| 619 | // indica se a janela sera atualizada na navegacao | 619 | // indica se a janela sera atualizada na navegacao |
| 620 | temp = 'i3GEOF.graficointerativo1.propJanelas["' + idjanela + '"].atualiza = this.checked'; | 620 | temp = 'i3GEOF.graficointerativo1.propJanelas["' + idjanela + '"].atualiza = this.checked'; |
| 621 | janela[0] | 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 | + temp + "' type=checkbox /> " + $trad("atualizaNavegacao", i3GEOF.graficointerativo1.dicionario) + " (" + idjanela + ")</div>"); | 623 | + temp + "' type=checkbox /> " + $trad("atualizaNavegacao", i3GEOF.graficointerativo1.dicionario) + " (" + idjanela + ")</div>"); |
| 624 | 624 | ||
| 625 | temp = function() { | 625 | temp = function() { |
ferramentas/heatmap/index.js
| @@ -129,7 +129,7 @@ i3GEOF.heatmap = | @@ -129,7 +129,7 @@ i3GEOF.heatmap = | ||
| 129 | i3GEO.janela.minimiza("i3GEOF.heatmap"); | 129 | i3GEO.janela.minimiza("i3GEOF.heatmap"); |
| 130 | }, "", false, i3GEO.configura.locaplic + "/imagens/oxygen/16x16/accessories-calculator.png"); | 130 | }, "", false, i3GEO.configura.locaplic + "/imagens/oxygen/16x16/accessories-calculator.png"); |
| 131 | divid = janela[2].id; | 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 | i3GEOF.heatmap.aguarde = $i("i3GEOF.heatmap_imagemCabecalho").style; | 133 | i3GEOF.heatmap.aguarde = $i("i3GEOF.heatmap_imagemCabecalho").style; |
| 134 | i3GEOF.heatmap.inicia(divid); | 134 | i3GEOF.heatmap.inicia(divid); |
| 135 | temp = function() { | 135 | temp = function() { |
ferramentas/identifica/index.js
| @@ -516,7 +516,7 @@ i3GEOF.identifica = | @@ -516,7 +516,7 @@ i3GEOF.identifica = | ||
| 516 | temp = 'i3GEOF.identifica.propJanelas["' | 516 | temp = 'i3GEOF.identifica.propJanelas["' |
| 517 | + id | 517 | + id |
| 518 | + '"].atualiza = this.checked'; | 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 | + temp | 520 | + temp |
| 521 | + "' type=checkbox /> " | 521 | + "' type=checkbox /> " |
| 522 | + $trad( | 522 | + $trad( |
ferramentas/markercluster/index.js
| @@ -130,7 +130,7 @@ i3GEOF.markercluster = { | @@ -130,7 +130,7 @@ i3GEOF.markercluster = { | ||
| 130 | i3GEO.configura.locaplic | 130 | i3GEO.configura.locaplic |
| 131 | + "/imagens/oxygen/16x16/accessories-calculator.png"); | 131 | + "/imagens/oxygen/16x16/accessories-calculator.png"); |
| 132 | divid = janela[2].id; | 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 | i3GEOF.markercluster.aguarde = $i("i3GEOF.markercluster_imagemCabecalho").style; | 134 | i3GEOF.markercluster.aguarde = $i("i3GEOF.markercluster_imagemCabecalho").style; |
| 135 | i3GEOF.markercluster.inicia(divid); | 135 | i3GEOF.markercluster.inicia(divid); |
| 136 | temp = function() { | 136 | temp = function() { |
ferramentas/melhorcaminho/index.js
| @@ -143,7 +143,7 @@ i3GEOF.melhorcaminho = { | @@ -143,7 +143,7 @@ i3GEOF.melhorcaminho = { | ||
| 143 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 143 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 144 | ); | 144 | ); |
| 145 | divid = janela[2].id; | 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 | i3GEOF.melhorcaminho.aguarde = $i("i3GEOF.melhorcaminho_imagemCabecalho").style; | 147 | i3GEOF.melhorcaminho.aguarde = $i("i3GEOF.melhorcaminho_imagemCabecalho").style; |
| 148 | i3GEOF.melhorcaminho.inicia(divid); | 148 | i3GEOF.melhorcaminho.inicia(divid); |
| 149 | temp = function(){ | 149 | temp = function(){ |
ferramentas/nptpol/index.js
| @@ -120,7 +120,7 @@ i3GEOF.nptpol = { | @@ -120,7 +120,7 @@ i3GEOF.nptpol = { | ||
| 120 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 120 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 121 | ); | 121 | ); |
| 122 | divid = janela[2].id; | 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 | i3GEOF.nptpol.aguarde = $i("i3GEOF.nptpol_imagemCabecalho").style; | 124 | i3GEOF.nptpol.aguarde = $i("i3GEOF.nptpol_imagemCabecalho").style; |
| 125 | i3GEOF.nptpol.inicia(divid); | 125 | i3GEOF.nptpol.inicia(divid); |
| 126 | temp = function(){ | 126 | temp = function(){ |
ferramentas/pontoempoligono/index.js
| @@ -121,7 +121,7 @@ i3GEOF.pontoEmPoligono = { | @@ -121,7 +121,7 @@ i3GEOF.pontoEmPoligono = { | ||
| 121 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" | 121 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/accessories-calculator.png" |
| 122 | ); | 122 | ); |
| 123 | divid = janela[2].id; | 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 | i3GEOF.pontoEmPoligono.aguarde = $i("i3GEOF.pontoEmPoligono_imagemCabecalho").style; | 125 | i3GEOF.pontoEmPoligono.aguarde = $i("i3GEOF.pontoEmPoligono_imagemCabecalho").style; |
| 126 | i3GEOF.pontoEmPoligono.inicia(divid); | 126 | i3GEOF.pontoEmPoligono.inicia(divid); |
| 127 | temp = function(){ | 127 | temp = function(){ |
ferramentas/preferencias/index.js
| @@ -683,7 +683,7 @@ i3GEOF.preferencias = { | @@ -683,7 +683,7 @@ i3GEOF.preferencias = { | ||
| 683 | '<input id=i3GEOpreferenciasbotao2 size=20 type=button value="'+$trad('aplica',i3GEOF.preferencias.dicionario)+'" /> ' + | 683 | '<input id=i3GEOpreferenciasbotao2 size=20 type=button value="'+$trad('aplica',i3GEOF.preferencias.dicionario)+'" /> ' + |
| 684 | '<input id=i3GEOpreferenciasbotao3 size=20 type=button value="'+$trad('codigo',i3GEOF.preferencias.dicionario)+'" />' ; | 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 | $i("i3GEOF.preferencias_corpo").style.backgroundColor = "white"; | 688 | $i("i3GEOF.preferencias_corpo").style.backgroundColor = "white"; |
| 689 | $i("i3GEOF.preferencias_corpo").style.textAlign = "left"; | 689 | $i("i3GEOF.preferencias_corpo").style.textAlign = "left"; |
ferramentas/tabela/index.js
| @@ -364,7 +364,7 @@ i3GEOF.tabela = | @@ -364,7 +364,7 @@ i3GEOF.tabela = | ||
| 364 | temp = 'i3GEOF.tabela.propJanelas["' + id + '"].atualiza = this.checked'; | 364 | temp = 'i3GEOF.tabela.propJanelas["' + id + '"].atualiza = this.checked'; |
| 365 | janela[0] | 365 | janela[0] |
| 366 | .setFooter("<div id='i3GEOFtabelaRodape" + id | 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 | + temp | 368 | + temp |
| 369 | + "' type=checkbox /> " | 369 | + "' type=checkbox /> " |
| 370 | + $trad('atualizaAoNavegar', i3GEOF.tabela.dicionario) | 370 | + $trad('atualizaAoNavegar', i3GEOF.tabela.dicionario) |