Commit ac8e74466311a01b80674bad70a13905b40ef840

Authored by Edmar Moretti
1 parent e4ce2db9

--no commit message

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
zerocal/geral.htm
... ... @@ -50,7 +50,7 @@ arquivos não compactados, bastando substituir por i3geonaocompacto -->
50 50 <table width="100%" cellspacing=0 cellpadding=0 >
51 51 <tr>
52 52 <td>
53   - <div id="guiasAtlas" class=verdeescuro style="top:0px;cursor:pointer;overflow:auto;" >
  53 + <div id="guiasAtlas" class=verdeescuro style="height:35px;top:0px;cursor:pointer;overflow:auto;" >
54 54 </div>
55 55 </td>
56 56 </tr>
... ...
zerocal/index.htm
... ... @@ -2,7 +2,7 @@
2 2 <html>
3 3 <head>
4 4 <title>i3Geo - Atlas</title>
5   -
  5 +<script type="text/javascript" src="../classesjs/i3geo_tudo_compacto.js.php"></script>
6 6 <script type="text/javascript" src="../classesjs/atlas.js"></script>
7 7 <script type="text/javascript" src="../pacotes/cpaint/cpaint2.inc.compressed.js"></script>
8 8 </head>
... ... @@ -56,6 +56,6 @@ File: atlas/index.htm
56 56  
57 57 É utilizada para identificar o local correto onde estão os programas em php que são utilizados.
58 58 */
59   -g_locaplic = "http://"+window.location.host+"/i3geo";
  59 +i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo";
60 60 iniciaListaAtlas();
61 61 </script>
62 62 \ No newline at end of file
... ...