Commit 2d8e7439ec6eb4095dc3fcf6b67de59b4e718d41
1 parent
4fe76425
Exists in
master
and in
7 other branches
--no commit message
Showing
4 changed files
with
0 additions
and
265 deletions
Show diff stats
zerocal/geral.htm
... | ... | @@ -1,170 +0,0 @@ |
1 | -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 | -<html> | |
3 | -<head> | |
4 | -<meta http-equiv="Category" content="I3Geo Mapa interativo MMA geoprocessamento sig mobile"> | |
5 | -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | |
6 | -<title>i3Geo - Mapa interativo</title> | |
7 | - | |
8 | -<!-- Leitura dos programas javaScript e estilos individualmente. Pode-se ler os | |
9 | -arquivos não compactados, bastando substituir por i3geonaocompacto --> | |
10 | -<script type="text/javascript" src="../classesjs/atlas.js"></script> | |
11 | -<script type="text/javascript" src="../classesjs/i3geo.js"></script> | |
12 | - | |
13 | -<!-- | |
14 | -<style> | |
15 | -#box1 | |
16 | -{font-size:0px;cursor:crosshair;opacity:.25;background-color: gray;position: absolute;visibility: hidden;width: 0px;height: 0px;border: 2px solid green;} | |
17 | -</style> | |
18 | ---> | |
19 | - | |
20 | -</head> | |
21 | -<body id=i3geo style="background-image:url('../imagens/atlas.jpg');" > | |
22 | - | |
23 | -<table width=100% cellspacing='0'> | |
24 | -<tr style="border:0px"> | |
25 | -<td style="height:45px;width:100%;background-image:url('../imagens/atlas.jpg');"> | |
26 | -<div style="left:25px;font-weight: bold;font-size:16px;text-align:left;color:white;width:400px" id="tituloAtlas" >Aguarde...Inicializando o Atlas</div></td> | |
27 | -</tr> | |
28 | -</table> | |
29 | - | |
30 | -<table style="border:solid 2px black;" width=90% cellspacing='0'> | |
31 | -<tr><td> | |
32 | -<table id='mst' style="display:none;" width=100% cellspacing='0'> | |
33 | -<tr style="border:0px"> | |
34 | -<td colspan=2 style="background-image:url('../imagens/visual/default/cabeca.png');height:10px"></td> | |
35 | -</tr> | |
36 | -<tr> | |
37 | -<td> | |
38 | - <table width=100% cellspacing=0 cellpadding=0 > | |
39 | - <tr > | |
40 | - <td> | |
41 | - <!-- Guias principais, não mude o ID, apenas o nome se for desejado --> | |
42 | - <div class=verdeescuro style="top:0px;cursor:pointer;"> | |
43 | - <div id=guia1 class=guia >Temas</div> | |
44 | - <div id=guia2 class=guia >Adiciona</div> | |
45 | - <div id=guia4 class=guia >Legenda</div> | |
46 | - </div> | |
47 | - </td> | |
48 | - </tr> | |
49 | - </table> | |
50 | -</td> | |
51 | -<td style="text-align:right;height:0px;border-width:0pt 0pt 1px;border-color:rgb(240,240,240)"> | |
52 | -<!-- guias do atlas--> | |
53 | - <table width="100%" cellspacing=0 cellpadding=0 > | |
54 | - <tr> | |
55 | - <td> | |
56 | - <div id="guiasAtlas" class=verdeescuro style="height:35px;top:0px;cursor:pointer;overflow:auto;" > | |
57 | - </div> | |
58 | - </td> | |
59 | - </tr> | |
60 | - </table> | |
61 | - | |
62 | -</td> | |
63 | -</tr> | |
64 | -<tr> | |
65 | - <td class=tdbranca id=contemFerramentas style="vertical-align:top;width:268px;text-align:left;"> | |
66 | - <div id='guia1obj' style="text-align:left;" > | |
67 | - <div style="text-align:left;padding:10px;width:90%;background-color:rgb(250,250,250)">Você pode mostrar ou | |
68 | - não informações no mapa clicando no box existente ao lado de cada tema<br></div> | |
69 | - <div style='left:5px;top:10px;' id=buscaRapida ></div> | |
70 | - <div id=listaTemas style='top:15px;'></div> | |
71 | - <div style="text-align:left;padding:10px;width:90%;"> | |
72 | - <br><br>Experimente também:<br><br> | |
73 | - <table class=lista > | |
74 | - <tr><td><input style="cursor:pointer" name="e" type=radio onclick="atlas2i3geo()"></td><td style="text-align:left;font-size:10px"> Abrir esse mapa no i3Geo</td></tr> | |
75 | - <tr><td> </td><td></td></tr> | |
76 | - <tr><td><input style="cursor:pointer" name="e" type=radio onclick="downloadbase()"></td><td style="text-align:left;font-size:10px"> Pesquisar dados para download</tr> | |
77 | - <tr><td> </td><td></td></tr> | |
78 | - <tr><td><input style="cursor:pointer" name="e" type=radio onclick="convertews()"></td><td style="text-align:left;font-size:10px"> Transformar esse mapa em um WMS</tr> | |
79 | - </table> | |
80 | - </div> | |
81 | - </div> | |
82 | - <div id='guia2obj' style='display:none;'>Aguarde...<img alt="" src="../imagens/branco.gif" width=248 /></div> | |
83 | - <div id='guia4obj' style='display:none;text-align:left'><div id='legenda' style='text-align:left'></div></div> | |
84 | - </td> | |
85 | - | |
86 | - <td style="vertical-align:top;border-width:0px;top:0px;"> | |
87 | - <table width="100%" style="vertical-align:top;border-width:0px;top:0px;"> | |
88 | - <tr> | |
89 | - <td class=verdeclaro id=contemImg > | |
90 | - <div id=corpoMapa style="background-image:url('../imagens/i3geo1bw.jpg');"></div> | |
91 | - </td> | |
92 | - </tr> | |
93 | - </table> | |
94 | - </td> | |
95 | - </tr> | |
96 | -<tr> | |
97 | - <td class=tdbranca > | |
98 | - </td> | |
99 | - <td class=tdbranca > | |
100 | - <table width=100% ><tr> | |
101 | - <td class=tdbranca ></td> | |
102 | - <td class=tdbranca ><div id=localizarxy >Aguarde...</div></td> | |
103 | - <td class=tdbranca ><div id=escala ></div></td> | |
104 | - <td class=tdbranca ><div id=bandeiras ></div></td> | |
105 | - </tr></table> | |
106 | - </td> | |
107 | -</tr> | |
108 | -<tr style="border:0px"><td colspan=2 style="background-image:url('../imagens/visual/default/rodape.png');height:10px"></td></tr> | |
109 | -</table> | |
110 | - | |
111 | -</td></tr></table> | |
112 | -<div style='text-align:left;color:white;left:30px;width:200px'> | |
113 | -<a href="mailto:edmar.moretti@mma.gov.br">Críticas e sugestões</a> | |
114 | -</div> | |
115 | - | |
116 | -<div id=barraDeBotoes1 style='display:none'> | |
117 | - <table title="zoom" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/></td></tr></table> | |
118 | - <table title="desloca" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/></td></tr></table> | |
119 | - <table title="info" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="info" alt="" src="../imagens/branco.gif" id='identifica'/></td></tr></table> | |
120 | - <table title="mede" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="mede" alt="" src="../imagens/branco.gif" id='mede'/></td></tr></table> | |
121 | - <table title="area" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="area" alt="" src="../imagens/branco.gif" id='area'/></td></tr></table> | |
122 | - <table title="imprimir" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="imprimir" alt="" src="../imagens/branco.gif" id='imprimir'/></td></tr></table> | |
123 | - <table title="busca na wikipedia" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/></td></tr></table> | |
124 | - <table title="google" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="google" alt="" src="../imagens/branco.gif" id='google'/></td></tr></table> | |
125 | -</div> | |
126 | - | |
127 | - | |
128 | -<!-- Variáveis globais e inicialização do mapa--> | |
129 | -<script type="text/javascript"> | |
130 | -/* | |
131 | -Title: geral.htm | |
132 | - | |
133 | -Interface normal de abertura da interface Atlas | |
134 | - | |
135 | -File: i3geo/atlas/geral.htm | |
136 | - | |
137 | -*/ | |
138 | -g_locaplic = "http://"+window.location.host+"/i3geo"; | |
139 | -g_barraFerramentas1 = "sim" | |
140 | -g_barraFerramentas2 = "nao" | |
141 | -g_mapaRefDisplay = "block" | |
142 | -g_downloadbase = "nao"; | |
143 | -g_conectargeorss = "nao"; | |
144 | -g_uploadlocal = "nao"; | |
145 | -g_conectarwms = "nao"; | |
146 | -g_janelaMen = "nao"; | |
147 | -g_diminuiyN = 120; | |
148 | -g_diminuiyM = 130; | |
149 | - | |
150 | -i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja" | |
151 | -i3GEO.idioma.IDSELETOR = "bandeiras" | |
152 | -objmapa = new Mapa(); | |
153 | - | |
154 | -g_visual = "default"; | |
155 | -g_autoRedesenho = 0; | |
156 | -objmapa.guiaTemas = "guia1" | |
157 | -objmapa.guiaMenu = "guia2"; | |
158 | -objmapa.guiaLegenda = "guia4"; | |
159 | -objmapa.guiaListaMapas = "guia5"; | |
160 | -// | |
161 | -//é necessário incluir aqui a funcao de abertura do atlas | |
162 | -// | |
163 | -objmapa.finaliza = "iniciaAtlas()"; | |
164 | -/* | |
165 | - Inicializa o mapa | |
166 | -*/ | |
167 | -objmapa.inicializa(); | |
168 | -</script> | |
169 | -</body> | |
170 | -</html> | |
171 | 0 | \ No newline at end of file |
zerocal/index.htm
... | ... | @@ -1,61 +0,0 @@ |
1 | -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 | -<html> | |
3 | -<head> | |
4 | -<title>i3Geo - Atlas</title> | |
5 | -<script type="text/javascript" src="../classesjs/i3geo_tudo_compacto.js.php"></script> | |
6 | -<script type="text/javascript" src="../classesjs/atlas.js"></script> | |
7 | -<script type="text/javascript" src="../pacotes/cpaint/cpaint2.inc.compressed.js"></script> | |
8 | -</head> | |
9 | -<style> | |
10 | -radio | |
11 | -{cursor:pointer;} | |
12 | -.titulo | |
13 | -{ | |
14 | - text-align:left; | |
15 | - border: 0px solid #FFFFFF; | |
16 | - font-family: Verdana, Arial, Helvetica, sans-serif; | |
17 | - position:relative; | |
18 | - font-size:12pt; | |
19 | - font-weight:bold; | |
20 | -} | |
21 | -.descricao | |
22 | -{ | |
23 | - text-align:left; | |
24 | - border: 0px solid #FFFFFF; | |
25 | - font-family: Verdana, Arial, Helvetica, sans-serif; | |
26 | - position:relative; | |
27 | - font-size:10pt; | |
28 | - color:gray; | |
29 | - left:20px; | |
30 | -} | |
31 | - | |
32 | -</style> | |
33 | -<body> | |
34 | -<center> | |
35 | -<img src='../imagens/i3geo1.jpg' /><br> | |
36 | -<div id='tituloinstituicao' class="titulo" style="color:gray;width:500px;font-size:14pt;text-align:center;" > | |
37 | -</div><br> | |
38 | - | |
39 | -<div class="titulo" style="width:500px;font-size:14pt;text-align:center;" > | |
40 | -Escolha o Atlas que você deseja utilizar: | |
41 | -</div><br> | |
42 | -<div id="listaAtlas" style="width:500px;text-align:left" >Aguarde...</div> | |
43 | -</body> | |
44 | -<script> | |
45 | -/* | |
46 | -Title: index.htm | |
47 | - | |
48 | -Lê o arquivo menutemas/atlas.xml e apresenta os links para abrir cada Atlas. | |
49 | - | |
50 | -File: atlas/index.htm | |
51 | -*/ | |
52 | -/* | |
53 | - Variable: g_locaplic | |
54 | - | |
55 | - Indica a localização correta do i3geo. | |
56 | - | |
57 | - É utilizada para identificar o local correto onde estão os programas em php que são utilizados. | |
58 | -*/ | |
59 | -i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; | |
60 | -iniciaListaAtlas(); | |
61 | -</script> | |
62 | 0 | \ No newline at end of file |
zerocal/index.html
... | ... | @@ -1,25 +0,0 @@ |
1 | -<html> | |
2 | -<head> | |
3 | -<meta http-equiv="Category" content="Geoprocessamento"> | |
4 | -<meta name= "description" content= "Interface integrada de ferramentas de geoprocessamento para internet - I3Geo"> | |
5 | -<meta name="keywords" content="mapserver,i3geo,geoprocessamento,mapa,gis,sig,geografia, cartografia"> | |
6 | -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | |
7 | -</head> | |
8 | -<body> | |
9 | -<pre> | |
10 | -Mapa interativo I3Geo | |
11 | -Elaborado com Mapserver e PHP-Mapscript | |
12 | -O I3Geo é software livre! | |
13 | -Áreas: meio-ambiente, geoprocessamento, SIG | |
14 | -</body> | |
15 | -<script> | |
16 | -/* | |
17 | -Title: index.html | |
18 | - | |
19 | -Redirecionador HTML para o index.htm da interface Atlas | |
20 | - | |
21 | -File: atlas/index.html | |
22 | -*/ | |
23 | -window.location="index.htm" | |
24 | -</script> | |
25 | -</html> | |
26 | 0 | \ No newline at end of file |
zerocal/testemaisinfo.htm
... | ... | @@ -1,9 +0,0 @@ |
1 | -<html> | |
2 | -<body> | |
3 | -Isso é um teste para mostrar que ao abrir o atlas pode ser apresentada uma janela de informações.<br> | |
4 | -Nessa janela vc pode incluir uma saudação de boas vindas ou então um texto explicativo sobre o seu Atlas.<br> | |
5 | -Vc pode utilizar qualquer endereço web válido para colocar aqui.<br><br> | |
6 | -Para configurar seu Atlas, edite o arquivo i3geo/menutemas/atlas.xml<br><br> | |
7 | -<img src="../imagens/i3geo2.jpg /> | |
8 | -</body> | |
9 | -</html> | |
10 | 0 | \ No newline at end of file |