Commit 49c04c5d32de98ca67df076a52f8fd198d185e49
1 parent
adba4725
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
11 additions
and
8 deletions
Show diff stats
zerocal/geral.htm
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | <!-- Leitura dos programas javaScript e estilos individualmente. Pode-se ler os |
9 | 9 | arquivos não compactados, bastando substituir por i3geonaocompacto --> |
10 | 10 | <script type="text/javascript" src="../classesjs/atlas.js"></script> |
11 | -<script type="text/javascript" src="../classesjs/i3geonaocompacto.js"></script> | |
11 | +<script type="text/javascript" src="../classesjs/i3geo.js"></script> | |
12 | 12 | |
13 | 13 | <!-- |
14 | 14 | <style> |
... | ... | @@ -19,10 +19,10 @@ arquivos não compactados, bastando substituir por i3geonaocompacto --> |
19 | 19 | |
20 | 20 | </head> |
21 | 21 | <body id=i3geo style="background-image:url('../imagens/atlas.jpg');" > |
22 | -<center> | |
22 | + | |
23 | 23 | <table width=100% cellspacing='0'> |
24 | 24 | <tr style="border:0px"> |
25 | -<td style="height:45px;background-image:url('../imagens/atlas.jpg');"><div style="left:25px;font-weight: bold;font-size:16px;text-align:left;color:white" id="tituloAtlas" >Aguarde...Inicializando o Atlas</div></td> | |
25 | +<td style="height:45px;width:100%;background-image:url('../imagens/atlas.jpg');"><div style="left:25px;font-weight: bold;font-size:16px;text-align:left;color:white;width:400px" id="tituloAtlas" >Aguarde...Inicializando o Atlas</div></td> | |
26 | 26 | </tr> |
27 | 27 | </table> |
28 | 28 | |
... | ... | @@ -98,7 +98,7 @@ arquivos não compactados, bastando substituir por i3geonaocompacto --> |
98 | 98 | <td class=tdbranca ></td> |
99 | 99 | <td class=tdbranca ><div id=localizarxy >Aguarde...</div></td> |
100 | 100 | <td class=tdbranca ><div id=escala ></div></td> |
101 | - <td class=tdbranca ><div id=ondeestou ></div></td> | |
101 | + <td class=tdbranca ><div id=bandeiras ></div></td> | |
102 | 102 | </tr></table> |
103 | 103 | </td> |
104 | 104 | </tr> |
... | ... | @@ -106,10 +106,10 @@ arquivos não compactados, bastando substituir por i3geonaocompacto --> |
106 | 106 | </table> |
107 | 107 | |
108 | 108 | </td></tr></table> |
109 | -</center> | |
110 | -<div style='text-align:left;color:white;left:30px'> | |
109 | +<div style='text-align:left;color:white;left:30px;width:200px'> | |
111 | 110 | <a href="mailto:edmar.moretti@mma.gov.br">Críticas e sugestões</a> |
112 | 111 | </div> |
112 | + | |
113 | 113 | <div id=barraDeBotoes1 style='display:none'> |
114 | 114 | <table title="zoom" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/></td></tr></table> |
115 | 115 | <table title="desloca" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/></td></tr></table> |
... | ... | @@ -142,11 +142,14 @@ g_conectargeorss = "nao"; |
142 | 142 | g_uploadlocal = "nao"; |
143 | 143 | g_conectarwms = "nao"; |
144 | 144 | g_janelaMen = "nao"; |
145 | -g_diminuiyN = 130; | |
146 | -g_diminuixN = 50; | |
145 | +g_diminuiyN = 120; | |
146 | +g_diminuixN = 13; | |
147 | 147 | g_diminuiyM = 130; |
148 | 148 | g_diminuixM = 50; |
149 | + | |
150 | +i3GEO.idioma.IDSELETOR = "bandeiras" | |
149 | 151 | objmapa = new Mapa(); |
152 | + | |
150 | 153 | g_visual = "default"; |
151 | 154 | g_autoRedesenho = 0; |
152 | 155 | objmapa.guiaTemas = "guia1" | ... | ... |