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,7 +50,7 @@ arquivos não compactados, bastando substituir por i3geonaocompacto -->
50 <table width="100%" cellspacing=0 cellpadding=0 > 50 <table width="100%" cellspacing=0 cellpadding=0 >
51 <tr> 51 <tr>
52 <td> 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 </div> 54 </div>
55 </td> 55 </td>
56 </tr> 56 </tr>
zerocal/index.htm
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>i3Geo - Atlas</title> 4 <title>i3Geo - Atlas</title>
5 - 5 +<script type="text/javascript" src="../classesjs/i3geo_tudo_compacto.js.php"></script>
6 <script type="text/javascript" src="../classesjs/atlas.js"></script> 6 <script type="text/javascript" src="../classesjs/atlas.js"></script>
7 <script type="text/javascript" src="../pacotes/cpaint/cpaint2.inc.compressed.js"></script> 7 <script type="text/javascript" src="../pacotes/cpaint/cpaint2.inc.compressed.js"></script>
8 </head> 8 </head>
@@ -56,6 +56,6 @@ File: atlas/index.htm @@ -56,6 +56,6 @@ File: atlas/index.htm
56 56
57 É utilizada para identificar o local correto onde estão os programas em php que são utilizados. 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 iniciaListaAtlas(); 60 iniciaListaAtlas();
61 </script> 61 </script>
62 \ No newline at end of file 62 \ No newline at end of file