Commit dd4db11e39816409299add6852015de11d0fa02f
1 parent
1558dd8c
Exists in
master
and in
7 other branches
Inclusão do pacote arvorehiper para geração de árvore hiperbolica
Showing
4 changed files
with
81 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +<html> | ||
2 | +<head> | ||
3 | +<meta http-equiv="Category" content="Geoprocessamento Mapas Mapserver"> | ||
4 | +<meta name= "description" content= "Interface integrada de ferramentas de geoprocessamento para internet - I3Geo"> | ||
5 | +<meta name="keywords" content="dados geograficos, mapa interativo, i3geo, geoprocessamento, mapa, gis, sig, geografia, cartografia, meio ambiente"> | ||
6 | + | ||
7 | +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | ||
8 | +</head> | ||
9 | +<body> | ||
10 | +</body> | ||
11 | +<script> | ||
12 | +/* | ||
13 | +Title: Redirecionador para o hiperbolica.php | ||
14 | +*/ | ||
15 | +window.location="index.php" | ||
16 | +</script> | ||
17 | +</html> | ||
0 | \ No newline at end of file | 18 | \ No newline at end of file |
@@ -0,0 +1,60 @@ | @@ -0,0 +1,60 @@ | ||
1 | +<?php | ||
2 | +include("../../ms_configura.php"); | ||
3 | +$protocolo = explode("/",$_SERVER['SERVER_PROTOCOL']); | ||
4 | +$url = $protocolo[0]."://".$_SERVER['HTTP_HOST']."/".basename($locaplic)."/admin/hiperbolica.php"; | ||
5 | +?> | ||
6 | +<html> | ||
7 | +<head> | ||
8 | +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | ||
9 | +<title>Arvore Hiperbolica</title> | ||
10 | +</head> | ||
11 | +<STYLE TYPE="text/css"> | ||
12 | +table { | ||
13 | + width:100%; | ||
14 | + text-align: left; | ||
15 | +} | ||
16 | + | ||
17 | +body,ul,td { | ||
18 | + font-family: Arial, Helvetica, sans-serif; | ||
19 | + font-size: 12px; | ||
20 | +} | ||
21 | +th { | ||
22 | + font-family: Arial, Helvetica, sans-serif; | ||
23 | + font-size: 13px; | ||
24 | +} | ||
25 | + | ||
26 | +a:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #005151;text-decoration: none;} | ||
27 | +div#divArvore { | ||
28 | + position:absolute; | ||
29 | + left:0px; | ||
30 | + top:0px; | ||
31 | + width:1024px; | ||
32 | + height: 450px; | ||
33 | + overflow:auto; | ||
34 | +} | ||
35 | +</STYLE> | ||
36 | +<body leftmargin="0" topmargin="0"> | ||
37 | + <div id="divArvore"> | ||
38 | + <applet code="tree.HTApplet.class" archive="tree4.jar" width="100%" height="100%" MAYSCRIPT="true"> | ||
39 | + <param name="htfile" value=""> | ||
40 | + <param name="xmlfile" value="<?php echo $url;?>"> | ||
41 | + <param name="xmltipo" value="verbete"> | ||
42 | + <param name="htbackcoloredit" value="0xFF00FF"> | ||
43 | + <param name="htbackcolor" value="0xFFFFFF"> | ||
44 | + <param name="htlinkcolor" value="0x000000"> | ||
45 | + <param name="htsearchcolor" value="0xFF0000"> | ||
46 | + <param name="hthintcolor" value="0xFFFFD9"> | ||
47 | + <param name="colornode" value="0xFFFACD"> | ||
48 | + <param name="colortextnode" value="0x000000"> | ||
49 | + <param name="colorrelationnode" value="0xE6E6FA"> | ||
50 | + <param name="colortextrelationnode" value="0x00FF00"> | ||
51 | + <param name="htbordertype" value="rounded"> | ||
52 | + <param name="htfont" value="arial" > | ||
53 | + <param name="htfontsize" value="11"> | ||
54 | + <param name="htopenwindow" value="self"> | ||
55 | + <param name="funcaoJS" value="SelecionaTema"> | ||
56 | + </applet> | ||
57 | + </div> | ||
58 | +</body> | ||
59 | +</body> | ||
60 | +</html> |
No preview for this file type