Commit 8c00f8fed9aa5687700055df6fb5b48674619d3b
1 parent
291a14f7
Exists in
master
and in
7 other branches
Ajustes na página inicial
Showing
3 changed files
with
11 additions
and
11 deletions
Show diff stats
admin/index.html
... | ... | @@ -118,6 +118,10 @@ |
118 | 118 | <td>Testar a instalação do i3geo |
119 | 119 | (testainstal.php)</td> |
120 | 120 | </tr> |
121 | + <tr onclick="abre('../init/remover.php')"> | |
122 | + <td><div class=aplicar></div></td> | |
123 | + <td>Remover a tela inicial de apresentação do i3Geo</td> | |
124 | + </tr> | |
121 | 125 | </table> |
122 | 126 | </div> |
123 | 127 | </fieldset> | ... | ... |
init/index.php
... | ... | @@ -14,7 +14,6 @@ header("Cache-Control: max-age=".$cache_expire); |
14 | 14 | header('Expires: ' . gmdate('D, d M Y H:i:s', time()+$cache_expire) . ' GMT'); |
15 | 15 | include("../ms_configura.php"); |
16 | 16 | ?> |
17 | - | |
18 | 17 | <script type="text/javascript" src="../classesjs/i3geo.js"></script> |
19 | 18 | <script type="text/javascript" src="dicionario.js"></script> |
20 | 19 | <style> |
... | ... | @@ -70,21 +69,14 @@ a { |
70 | 69 | </style> |
71 | 70 | </head> |
72 | 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 | 74 | <?php |
76 | 75 | if($i3geomaster[0]["usuario"] == "admin" && $i3geomaster[0]["senha"] == "admin" ){ |
77 | 76 | echo "<p style='font-size:14px;color:red'><script>document.write($"."trad(19,g_traducao_init));</script>"; |
78 | 77 | } |
79 | 78 | ?> |
80 | 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 | 80 | <a target=_blank href="../testainstal.php" class="r"><table > |
89 | 81 | <tr> |
90 | 82 | <td><img src="../imagens/oxygen/22x22/application-vnd.scribus.png" /><br> |
... | ... | @@ -188,6 +180,8 @@ a { |
188 | 180 | </td> |
189 | 181 | </tr> |
190 | 182 | </table> </a> |
183 | + </div> | |
184 | + <div style="float:left" > | |
191 | 185 | <a href="#" class="r" style="width: 230px; height: 380px"><table> |
192 | 186 | <tr> |
193 | 187 | <td> |
... | ... | @@ -206,6 +200,7 @@ a { |
206 | 200 | </tr> |
207 | 201 | </table> </a> |
208 | 202 | </div> |
203 | + </div> | |
209 | 204 | </body> |
210 | 205 | <script> |
211 | 206 | i3GEO.configura.locaplic = ".."; | ... | ... |
init/remover.php
... | ... | @@ -6,9 +6,10 @@ |
6 | 6 | </head> |
7 | 7 | |
8 | 8 | <body class="yui-skin-sam fundoPonto" > |
9 | - | |
10 | 9 | <div class="bordaSuperior" > </div> |
11 | 10 | <div class="mascaraPrincipal" id="divGeral" style=text-align:left > |
11 | +Remove a tela inicial de apresentação do i3Geo substituindo-a pela iniciallização direta do mapa. | |
12 | +Após remover, a tela inicial pode ser vista utilizando-se o endereço i3geo/init. | |
12 | 13 | <?php |
13 | 14 | $locaplic = __DIR__."/.."; |
14 | 15 | include_once("../admin/php/admin.php"); | ... | ... |