Commit 51f8fa35662daf90a84ba093ca6963b8874b471d

Authored by Edmar Moretti
1 parent 2daa9e26

Correção nos estilos das tags input nas legendas (no ie apareciam as bordas)

aplicmap/geral.htm
@@ -161,7 +161,7 @@ vc pode optar por colocar mensagens de ajuda em algum lugar @@ -161,7 +161,7 @@ vc pode optar por colocar mensagens de ajuda em algum lugar
161 <tr style="border:0px"><td colspan=3 style=background-color:black;color:white >geoprocessamento@mma.gov.br</td></tr> 161 <tr style="border:0px"><td colspan=3 style=background-color:black;color:white >geoprocessamento@mma.gov.br</td></tr>
162 162
163 </table> 163 </table>
164 -</center> 164 +
165 <!-- 165 <!--
166 Barra de botoes que serão incluídos na janela móvel de navegação 166 Barra de botoes que serão incluídos na janela móvel de navegação
167 Para excluir um botão é só apagar a linha. 167 Para excluir um botão é só apagar a linha.
@@ -327,6 +327,7 @@ i3GEO.inicia(); @@ -327,6 +327,7 @@ i3GEO.inicia();
327 //esconde a opção de inclusão da escala quando a resolução da tela for muito pequena 327 //esconde a opção de inclusão da escala quando a resolução da tela for muito pequena
328 if($i("escala") && i3GEO.parametros.w < 500) 328 if($i("escala") && i3GEO.parametros.w < 500)
329 {$i("escala").style.display="none";} 329 {$i("escala").style.display="none";}
  330 +
330 </script> 331 </script>
331 332
332 </body> 333 </body>
aplicmap/legenda.htm
1 -[leg_layer_html opt_flag=1]<table class=legendatemas cellspacing=0 width=248 >[if name=TEMA oper=neq value=NAO]<table><tr><td style=text-align:left ><b><span class=legendaTema ><input value="[leg_layer_name]" name="layer" onclick="i3GEO.mapa.legendaHTML.ativaDesativaTema(this)" type=checkbox checked style=cursor:pointer >&nbsp;[metadata name=TEMA]</span></b><br> </td></tr>[if name=legendawms oper=isset ]<tr><td style=text-align:left ><img src='[metadata name=legendawms]' /></td></tr>[/if]</table>[/if][/leg_layer_html][leg_class_html][if name=CLASSE oper=neq value=NAO]<table ><tr><td colspan=2 width=22 >&nbsp;<img src=[leg_icon] /></td><td width=210 style=text-align:left; ><span style=font-size:9px >[leg_class_name]</span></td></tr></table>[/if]</table>[/leg_class_html]  
2 \ No newline at end of file 1 \ No newline at end of file
  2 +[leg_layer_html opt_flag=1]<table class=legendatemas cellspacing=0 width=248 >[if name=TEMA oper=neq value=NAO]<table><tr><td style=text-align:left ><b><span class=legendaTema ><input value="[leg_layer_name]" name="layer" onclick="i3GEO.mapa.legendaHTML.ativaDesativaTema(this)" type=checkbox checked class=inputsb style=cursor:pointer >&nbsp;[metadata name=TEMA]</span></b><br> </td></tr>[if name=legendawms oper=isset ]<tr><td style=text-align:left ><img src='[metadata name=legendawms]' /></td></tr>[/if]</table>[/if][/leg_layer_html][leg_class_html][if name=CLASSE oper=neq value=NAO]<table ><tr><td colspan=2 width=22 >&nbsp;<img src=[leg_icon] /></td><td width=210 style=text-align:left; ><span style=font-size:9px >[leg_class_name]</span></td></tr></table>[/if]</table>[/leg_class_html]
3 \ No newline at end of file 3 \ No newline at end of file
aplicmap/legenda2.htm
1 -[leg_layer_html opt_flag=1][if name=TEMA oper=neq value=NAO][/if][/leg_layer_html][leg_class_html][if name=CLASSE oper=neq value=NAO]<table><tr><td style=text-align:left colspan=2 width=42><input type=checkbox checked title=liga/desliga style='border: 0px solid red;cursor:pointer' value=[leg_class_index] name=[leg_layer_name] onclick='i3GEO.arvoreDeCamadas.inverteStatusClasse(this)' />&nbsp;<img src=[leg_icon] /></td><td style=text-align:left; ><span style=font-size:9px >[leg_class_name]</span></td></tr></table>[/if][/leg_class_html]  
2 \ No newline at end of file 1 \ No newline at end of file
  2 +[leg_layer_html opt_flag=1][if name=TEMA oper=neq value=NAO][/if][/leg_layer_html][leg_class_html][if name=CLASSE oper=neq value=NAO]<table><tr><td style=text-align:left colspan=2 width=42><input type=checkbox checked title=liga/desliga class=inputsb style='border: 0px solid red;cursor:pointer' value=[leg_class_index] name=[leg_layer_name] onclick='i3GEO.arvoreDeCamadas.inverteStatusClasse(this)' />&nbsp;<img src=[leg_icon] /></td><td style=text-align:left; ><span style=font-size:9px >[leg_class_name]</span></td></tr></table>[/if][/leg_class_html]
3 \ No newline at end of file 3 \ No newline at end of file