Commit 1f315926028d0bffeee62873accc5622a40e090c
1 parent
d1c37d66
Exists in
master
and in
7 other branches
Criação do diretório i3geo/atlas para a interface atlas
Showing
2 changed files
with
59 additions
and
8 deletions
Show diff stats
zerocal/index.htm
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<title>i3Geo - Atlas</title> | |
5 | + | |
6 | +<script type="text/javascript" src="../classesjs/atlas.js"></script> | |
7 | +<script type="text/javascript" src="../classesjs/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> | |
1 | 44 | <script> |
2 | 45 | /* |
3 | -Title: Redirecionador HTM para o ms_criamapa.php com interface zerocal | |
46 | +Title: Lista de atlas disponíveis | |
4 | 47 | |
5 | -Redirecionador HTM para o ms_criamapa.php com interface zerocal | |
48 | +Lê o arquivo menutemas/atlas.xml e apresenta os links para cada Atlas | |
6 | 49 | |
7 | -File: zerocal/index.htm | |
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. | |
8 | 58 | */ |
9 | -window.location="../ms_criamapa.php?interface=zerocal.htm" | |
59 | +g_locaplic = "http://"+window.location.host+"/i3geo"; | |
60 | +iniciaAtlas(); | |
10 | 61 | </script> |
11 | 62 | \ No newline at end of file | ... | ... |
zerocal/index.html
... | ... | @@ -14,12 +14,12 @@ O I3Geo é software livre! |
14 | 14 | </body> |
15 | 15 | <script> |
16 | 16 | /* |
17 | -Title: Redirecionador HTML para o ms_criamapa.php com interface zerocal | |
17 | +Title: Redirecionador HTML para o index.htm da interface Atlas | |
18 | 18 | |
19 | -Redirecionador HTML para o ms_criamapa.php com interface zerocal | |
19 | +Redirecionador HTML para o index.htm da interface Atlas | |
20 | 20 | |
21 | -File: zerocal/index.html | |
21 | +File: atlas/index.html | |
22 | 22 | */ |
23 | -window.location="../ms_criamapa.php?interface=zerocal.htm" | |
23 | +window.location="index.htm" | |
24 | 24 | </script> |
25 | 25 | </html> |
26 | 26 | \ No newline at end of file | ... | ... |