Commit 8c00f8fed9aa5687700055df6fb5b48674619d3b

Authored by Edmar Moretti
1 parent 291a14f7

Ajustes na página inicial

admin/index.html
@@ -118,6 +118,10 @@ @@ -118,6 +118,10 @@
118 <td>Testar a instala&ccedil;&atilde;o do i3geo 118 <td>Testar a instala&ccedil;&atilde;o do i3geo
119 (testainstal.php)</td> 119 (testainstal.php)</td>
120 </tr> 120 </tr>
  121 + <tr onclick="abre('../init/remover.php')">
  122 + <td><div class=aplicar></div></td>
  123 + <td>Remover a tela inicial de apresenta&ccedil;&atilde;o do i3Geo</td>
  124 + </tr>
121 </table> 125 </table>
122 </div> 126 </div>
123 </fieldset> 127 </fieldset>
init/index.php
@@ -14,7 +14,6 @@ header(&quot;Cache-Control: max-age=&quot;.$cache_expire); @@ -14,7 +14,6 @@ header(&quot;Cache-Control: max-age=&quot;.$cache_expire);
14 header('Expires: ' . gmdate('D, d M Y H:i:s', time()+$cache_expire) . ' GMT'); 14 header('Expires: ' . gmdate('D, d M Y H:i:s', time()+$cache_expire) . ' GMT');
15 include("../ms_configura.php"); 15 include("../ms_configura.php");
16 ?> 16 ?>
17 -  
18 <script type="text/javascript" src="../classesjs/i3geo.js"></script> 17 <script type="text/javascript" src="../classesjs/i3geo.js"></script>
19 <script type="text/javascript" src="dicionario.js"></script> 18 <script type="text/javascript" src="dicionario.js"></script>
20 <style> 19 <style>
@@ -70,21 +69,14 @@ a { @@ -70,21 +69,14 @@ a {
70 </style> 69 </style>
71 </head> 70 </head>
72 <body style="background-color: white;"> 71 <body style="background-color: white;">
73 - <div id="conteudo"  
74 - style="background-color: white; background-image: url(../imagens/i3geo1bw.jpg);"> 72 + <div id="conteudo" style="background-color: white; background-image: url(../imagens/i3geo1bw.jpg);">
  73 + <div>
75 <?php 74 <?php
76 if($i3geomaster[0]["usuario"] == "admin" && $i3geomaster[0]["senha"] == "admin" ){ 75 if($i3geomaster[0]["usuario"] == "admin" && $i3geomaster[0]["senha"] == "admin" ){
77 echo "<p style='font-size:14px;color:red'><script>document.write($"."trad(19,g_traducao_init));</script>"; 76 echo "<p style='font-size:14px;color:red'><script>document.write($"."trad(19,g_traducao_init));</script>";
78 } 77 }
79 ?> 78 ?>
80 <div id="bandeiras"></div> 79 <div id="bandeiras"></div>
81 -  
82 - <a target=_blank href="remover.php" class="r"><table >  
83 - <tr>  
84 - <td><img src="../imagens/oxygen/22x22/dialog-close.png" /><br> <script>document.write($trad(1,g_traducao_init));</script></a>  
85 - </td>  
86 - </tr>  
87 - </table> </a>  
88 <a target=_blank href="../testainstal.php" class="r"><table > 80 <a target=_blank href="../testainstal.php" class="r"><table >
89 <tr> 81 <tr>
90 <td><img src="../imagens/oxygen/22x22/application-vnd.scribus.png" /><br> 82 <td><img src="../imagens/oxygen/22x22/application-vnd.scribus.png" /><br>
@@ -188,6 +180,8 @@ a { @@ -188,6 +180,8 @@ a {
188 </td> 180 </td>
189 </tr> 181 </tr>
190 </table> </a> 182 </table> </a>
  183 + </div>
  184 + <div style="float:left" >
191 <a href="#" class="r" style="width: 230px; height: 380px"><table> 185 <a href="#" class="r" style="width: 230px; height: 380px"><table>
192 <tr> 186 <tr>
193 <td> 187 <td>
@@ -206,6 +200,7 @@ a { @@ -206,6 +200,7 @@ a {
206 </tr> 200 </tr>
207 </table> </a> 201 </table> </a>
208 </div> 202 </div>
  203 + </div>
209 </body> 204 </body>
210 <script> 205 <script>
211 i3GEO.configura.locaplic = ".."; 206 i3GEO.configura.locaplic = "..";
init/remover.php
@@ -6,9 +6,10 @@ @@ -6,9 +6,10 @@
6 </head> 6 </head>
7 7
8 <body class="yui-skin-sam fundoPonto" > 8 <body class="yui-skin-sam fundoPonto" >
9 -  
10 <div class="bordaSuperior" >&nbsp;</div> 9 <div class="bordaSuperior" >&nbsp;</div>
11 <div class="mascaraPrincipal" id="divGeral" style=text-align:left > 10 <div class="mascaraPrincipal" id="divGeral" style=text-align:left >
  11 +Remove a tela inicial de apresenta&ccedil;&atilde;o do i3Geo substituindo-a pela inicialliza&ccedil;&atilde;o direta do mapa.
  12 +Ap&oacute;s remover, a tela inicial pode ser vista utilizando-se o endere&ccedil;o i3geo/init.
12 <?php 13 <?php
13 $locaplic = __DIR__."/.."; 14 $locaplic = __DIR__."/..";
14 include_once("../admin/php/admin.php"); 15 include_once("../admin/php/admin.php");