Commit 621914ec24be3afe87973b27bf703faa67559e8f
1 parent
2de66c6c
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
165 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,165 @@ |
| 1 | +<?php | |
| 2 | +include_once("../ms_configura.php"); | |
| 3 | +?> | |
| 4 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| 5 | +<html> | |
| 6 | +<head> | |
| 7 | +<meta http-equiv="Category" content="i3Geo Mapa interativo MMA geoprocessamento sig mobile"> | |
| 8 | +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | |
| 9 | +<meta name="viewport" content="width=device-width, initial-scale=1"> | |
| 10 | +<title>i3GEO - Google Maps</title> | |
| 11 | + <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&libraries=drawing,geometry"></script> | |
| 12 | + <script src="../js/i3geonaocompacto.js"></script> | |
| 13 | + <link rel="stylesheet" type="text/css" href="../css/black.css"> | |
| 14 | +</head> | |
| 15 | +<body id="i3geo" style='margin-left: 7px; background: white;'> | |
| 16 | + <!-- inclui o nome do usuario logado --> | |
| 17 | + <div id="i3GEONomeLogin" style="position: absolute; left: 10px; top: 12px; font-size: 11px; z-index: 50000"></div> | |
| 18 | + <table id='mst' summary="" style='display: none;' width=100% cellspacing='0'> | |
| 19 | + <tr> | |
| 20 | + <td id="contemMenu" style="background: black; height: 30px; text-align: right; border-width: 0pt 0pt 1px; border-color: rgb(240, 240, 240)"> | |
| 21 | + <!--menu suspenso--> | |
| 22 | + <div id="menus" style="height: 30px;"></div> | |
| 23 | + </td> | |
| 24 | + </tr> | |
| 25 | + <tr> | |
| 26 | + <td style="vertical-align: top; border-width: 0px;"> | |
| 27 | + <table width="100%" style="vertical-align: top; border-width: 0px"> | |
| 28 | + <tr> | |
| 29 | + <td class=verdeclaro id=contemImg> | |
| 30 | + <div id=googlemapsdiv style="position: relative; background-image: url('../imagens/i3geo1bw.jpg');"></div> | |
| 31 | + </td> | |
| 32 | + </tr> | |
| 33 | + </table> | |
| 34 | + </td> | |
| 35 | + </tr> | |
| 36 | + <tr> | |
| 37 | + <td> | |
| 38 | + <table style="width: 100%; height: 28px"> | |
| 39 | + <tr> | |
| 40 | + <td class=fundoRodape style="width: 25%"> | |
| 41 | + <!-- aqui será incluída a escala numérica --> | |
| 42 | + <div id=escala style="margin: auto; text-align: right; left: 15px;"></div> | |
| 43 | + </td> | |
| 44 | + <td class=fundoRodape style="width: 5%"></td> | |
| 45 | + <td class=fundoRodape style="width: 40%"> | |
| 46 | + <!-- aqui será incluído o gadget que mostra a coordenada geográfica da posição do mouse --> | |
| 47 | + <div id=localizarxy style="margin: auto; text-align: left; font-size: 10px; display: inline-table"></div> | |
| 48 | + </td> | |
| 49 | + <td class=fundoRodape style="width: 20%"> | |
| 50 | + <!-- botão de compartilhamento em redes sociais--> | |
| 51 | + <!--<div id=i3GEOcompartilhar style="width: 170px; margin: auto; text-align: left; padding-top: 1px"></div> --> | |
| 52 | + <!-- aqui será incluído o contador de tempo quando o temporizador de redesenho do mapa estiver ativo --> | |
| 53 | + <div id=tempoRedesenho style="z-index: 100; position: absolute; top: 0px; color: green; background-color: black; width: 50px; display: none"></div> | |
| 54 | + </td> | |
| 55 | + <!-- aqui serão incluídas as bandeiras que permitem a troca de idioma --> | |
| 56 | + <td class=fundoRodape style="width: 10%;"> | |
| 57 | + <div id=seletorIdiomas style="right: 15px;"></div> | |
| 58 | + </td> | |
| 59 | + </tr> | |
| 60 | + </table> | |
| 61 | + </td> | |
| 62 | + </tr> | |
| 63 | + </table> | |
| 64 | + <table id="i3GEOlogoMarca" style='margin: 0px auto; box-shadow: 0 1px 13px gray; border-radius: 5px;'> | |
| 65 | + <tr> | |
| 66 | + <td><div id=versaoi3geo></div> | |
| 67 | + <h2 style="font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;">i3Geo - Software livre para criação de mapas interativos e geoprocessamento</h2> | |
| 68 | + <h3 style="font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;">Baseado no Mapserver, é licenciado sob GPL e integra o Portal do Software Público Brasileiro</h3></td> | |
| 69 | + </tr> | |
| 70 | + <tr> | |
| 71 | + <td style="padding: 10px;"><img style="width: 560px; height: 81px" alt="" src='../imagens/logo_inicio.png'></td> | |
| 72 | + </tr> | |
| 73 | + <tr> | |
| 74 | + <td> | |
| 75 | + <!-- | |
| 76 | + <script id="ohloh" type="text/javascript" src="http://www.ohloh.net/p/150688/widgets/project_users.js?style=red"></script> | |
| 77 | + --> | |
| 78 | + </td> | |
| 79 | + </tr> | |
| 80 | + </table> | |
| 81 | + | |
| 82 | +<div id="i3GEOguiaMovel" style="visibility:hidden;position:absolute;display:block;border:0px solid white;text-align:left;z-index:2000;background-color:none"> | |
| 83 | + <div style="cursor:pointer;position:absolute;top:50%;margin-top: -65px;width:30px;z-index:5000; left:18px;"> | |
| 84 | + <div id="iconeGuia_temas" ></div> | |
| 85 | + <div id="iconeGuia_adiciona" style="margin-top:3px;" ></div> | |
| 86 | + <div id="iconeGuia_legenda" style="margin-top:3px;"></div> | |
| 87 | + <div id="iconeGuia_dobraPagina" style="margin-top: 3px;"></div> | |
| 88 | + </div> | |
| 89 | + <div id="i3GEOguiaMovelMolde" style="top:0px;box-shadow:0 2px 10px 0 #888888;border-radius:5px 0px 0px 5px;position:absolute;display:none;border:0px solid white;text-align:left;z-index:1000;background-color:gray"> | |
| 90 | + <div id="i3GEOguiaMovelConteudo" style='top:10px;overflow:auto;display:none;position:absolute;border-color:gray;border-width:0px 0 0px 0px;left:0px;height:0px;background-color:white'> | |
| 91 | + <div id='guia1obj' style='display:none;' > | |
| 92 | + <!-- Esta div acrescenta a opção de busca rápida, caso vc queira colocá-la em um lugar específico --> | |
| 93 | + <div style='left:5px;top:10px;width:150px;' id=buscaRapida ></div> | |
| 94 | + <!-- Esta div acrescenta a lista de propriedades do mapa --> | |
| 95 | + <!--<div id=listaPropriedades style='top:15px;' ></div>--> | |
| 96 | + <!-- Esta div acrescenta a lista de de camadas do tipo 'baselayers' específicas da interface Openlayers. Veja também a opção i3GEO.Interface.openlayers.GADGETS.LayerSwitcher --> | |
| 97 | + <div id=listaLayersBase style='top:15px;'></div> | |
| 98 | + <!-- Esta div acrescenta a lista de de camadas disponíveis no mapa atual --> | |
| 99 | + <div id=listaTemas style='top:15px;'></div> | |
| 100 | + </div> | |
| 101 | + <div id='guia2obj' style='display:none;'>Aguarde...<img alt="" src="../imagens/branco.gif" width=248 /></div> | |
| 102 | + <div id='guia4obj' style='display:none;text-align:left'><div id='legenda' style='text-align:left'></div> | |
| 103 | + <!-- | |
| 104 | + <div id='guia5obj' style='display:none;text-align:left'><div id='banners' style='overflow:auto;text-align:left'>Aguarde...</div></div> | |
| 105 | + --> | |
| 106 | + </div> | |
| 107 | + </div> | |
| 108 | +</div> | |
| 109 | +</div> | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + <script type="text/javascript"> | |
| 114 | +i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; | |
| 115 | +i3GEO.Interface.ATUAL = "googlemaps"; | |
| 116 | +i3GEO.Interface.IDCORPO = "contemImg"; | |
| 117 | +i3GEO.configura.diminuixN = 0; | |
| 118 | + | |
| 119 | +i3GEO.configura.autotamanho = false; | |
| 120 | +i3GEO.Interface.openlayers.TILES = true; | |
| 121 | +i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.finaliza = 'if($i("omenudataInterface1")){i3GEOoMenuBar.getMenuItem("omenudataInterface1").cfg.setProperty("text", " ");}'; | |
| 122 | +i3GEO.cria(); | |
| 123 | +i3GEO.configura.mapaRefDisplay = "none"; | |
| 124 | +i3GEO.barraDeBotoes.TIPO = "olhodepeixe"; | |
| 125 | +//ajusta o deslocamento da barra de botoes | |
| 126 | +i3GEO.barraDeBotoes.OFFSET = 11; | |
| 127 | +//ajusta a posicao da barra de botoes no IE | |
| 128 | +if(navm){ | |
| 129 | + i3GEO.barraDeBotoes.OFFSET = 5; | |
| 130 | +} | |
| 131 | +if(chro){ | |
| 132 | + i3GEO.barraDeBotoes.OFFSET = 15; | |
| 133 | +} | |
| 134 | + | |
| 135 | +i3GEO.configura.oMenuData["submenus"]["janelas"] = []; | |
| 136 | +i3GEO.ajuda.ATIVAJANELA = false; | |
| 137 | +i3GEO.idioma.IDSELETOR = "seletorIdiomas"; | |
| 138 | + | |
| 139 | +//i3GEO.arvoreDeTemas.TIPOBOTAO = "radio"; | |
| 140 | +i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true; | |
| 141 | +i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true; | |
| 142 | +i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false; | |
| 143 | +i3GEO.arvoreDeCamadas.MOSTRATITULO = false; | |
| 144 | +i3GEO.mapa.AUTORESIZE = true; | |
| 145 | +i3GEO.guias.TIPO = "movel"; | |
| 146 | +i3GEO.guias.guiaMovel.config.topGuiaMovel = 36; | |
| 147 | +i3GEO.janela.ativaAlerta(); | |
| 148 | + | |
| 149 | +//i3GEO.Interface.googlemaps.TIPOMAPA = "satellite"; | |
| 150 | + | |
| 151 | +i3GEO.arvoreDeTemas.OPCOESADICIONAIS.navegacaoDir = true; | |
| 152 | +i3GEO.janela.TRANSICAOSUAVE = true; | |
| 153 | + | |
| 154 | +i3GEO.finaliza = function(){ | |
| 155 | + if($i("i3GEOlogoMarca")){ | |
| 156 | + $i("i3GEOlogoMarca").style.display = "none"; | |
| 157 | + } | |
| 158 | + //i3GEO.mapa.insereDobraPagina("openlayers","../imagens/dobraopenlayers.png"); | |
| 159 | +}; | |
| 160 | +i3GEO.finalizaAPI = function(){ | |
| 161 | +}; | |
| 162 | +i3GEO.inicia(); | |
| 163 | +</script> | |
| 164 | +</body> | |
| 165 | +</html> | ... | ... |