Commit 8a54d9a1c67b5e2a697436c017729ad81f386b33
1 parent
dbcfaaf6
Exists in
master
and in
7 other branches
validação dos htmls com padrão w3c
Showing
53 changed files
with
348 additions
and
272 deletions
Show diff stats
ferramentas/3d/index.htm
1 | 1 | <html> |
2 | 2 | <head> |
3 | -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | |
4 | -<link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> | |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
3 | + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | |
4 | + <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> | |
5 | + <style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | + <title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | -<div style="top:5px;left:-10px;display:block;width:100%;" id='resultado' > | |
9 | -</div> | |
9 | + <div style="top:5px;left:-10px;display:block;width:100%;" id='resultado' > | |
10 | + </div> | |
11 | + <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> | |
12 | + <script language="JavaScript" type="text/javascript" src="index.js"></script> | |
10 | 13 | </body> |
11 | -<script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> | |
12 | -<script language="JavaScript" type="text/javascript" src="index.js"></script> | |
13 | 14 | </html> |
14 | 15 | \ No newline at end of file | ... | ... |
ferramentas/analisageometrias/index.htm
... | ... | @@ -3,9 +3,10 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style> | |
6 | +<style type="text/css"> | |
7 | 7 | .yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;} |
8 | 8 | </style> |
9 | +<title></title> | |
9 | 10 | </head> |
10 | 11 | <body class="yui-skin-sam" > |
11 | 12 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -40,7 +41,7 @@ |
40 | 41 | <div id=opc2 style="text-align:left;left:0px"> |
41 | 42 | <div onclick='calculo()' style="text-align:left;left:0px"> |
42 | 43 | Operações que obtém descrições sobre a geometria, retornando valores que são adicionados aos itens da geometria:<br> |
43 | - <br><input id=botao2 type=buttom size=25 value='Cálculos' \> | |
44 | + <br><input id=botao2 type=buttom size=25 value="Cálculos" /> | |
44 | 45 | </div> |
45 | 46 | <select id=calculos style=position:relative;top:-20px;left:120px > |
46 | 47 | <option value="" selected >---</option> |
... | ... | @@ -49,7 +50,7 @@ |
49 | 50 | </select><br> |
50 | 51 | <div onclick='funcoes()' style="text-align:left;left:0px"> |
51 | 52 | Operações que criam novas geometrias a partir de duas ou mais geometrias:<br> |
52 | - <br><input id=botao3 type=button size=25 value='Funções nG' \> | |
53 | + <br><input id=botao3 type=button size=25 value='Funções nG' /> | |
53 | 54 | </div> |
54 | 55 | <select id=funcoes style=position:relative;top:-20px;left:120px > |
55 | 56 | <option value="" selected >---</option> |
... | ... | @@ -61,7 +62,7 @@ |
61 | 62 | </select> |
62 | 63 | <div onclick='funcoes1()' style="text-align:left;left:0px"> |
63 | 64 | Operações que atuam sobre uma única geometria:<br> |
64 | - <br><input id=botaof1 type=button size=25 value='Funções 1G' \> | |
65 | + <br><input id=botaof1 type=button size=25 value='Funções 1G' /> | |
65 | 66 | </div> |
66 | 67 | <select id=funcoes1 style=position:relative;top:-20px;left:120px > |
67 | 68 | <option value="" selected >---</option> |
... | ... | @@ -72,14 +73,13 @@ |
72 | 73 | <div id=men2 style="text-align:left;left:0px" > |
73 | 74 | As operações de análise são executadas sobre as geometrias selecionadas. |
74 | 75 | Para maiores informações, veja: <a href='http://www.opengeospatial.org/standards/sfs' target=blank >OGC</a>, <a href='http://postgis.refractions.net/docs/ch06.html' target=blank >PostGis, </a>e <a href='http://www.vividsolutions.com/jts/tests/index.html' target=blank >JTS</a> |
75 | - <br>Algumas funç&oatilde;es para operarem corretamente sobre temas pontuais, precisam que antes seja feita a união dos pontos em uma nova geometria. | |
76 | + <br>Algumas funções para operarem corretamente sobre temas pontuais, precisam que antes seja feita a união dos pontos em uma nova geometria. | |
76 | 77 | </div> |
77 | 78 | </div> |
78 | 79 | </div> |
79 | -</div> | |
80 | 80 | <!--mantido aqui apenas para compatibilidade--> |
81 | 81 | <input type=hidden id=toleranciapt value=0 /> |
82 | -</body> | |
83 | 82 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
84 | 83 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
84 | +</body> | |
85 | 85 | </html> |
86 | 86 | \ No newline at end of file | ... | ... |
ferramentas/baseguias/index.htm
1 | 1 | <html> |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | -<style> | |
4 | +<style type="text/css"> | |
5 | 5 | body |
6 | 6 | {overflow:hidden;} |
7 | 7 | div |
... | ... | @@ -19,6 +19,7 @@ div |
19 | 19 | #geral |
20 | 20 | {position:relative;background-color:white;text-align:center;text-decoration:none;border: 1px solid rgb(230,230,230);font-family: Verdana, Arial, Helvetica, sans-serif;display:block;font-size:8px;padding:0;font-weight:normal;top:8px;left:8px;overflow:auto;} |
21 | 21 | </style> |
22 | +<title></title> | |
22 | 23 | </head> |
23 | 24 | <body> |
24 | 25 | <div id=fundo > |
... | ... | @@ -28,7 +29,7 @@ div |
28 | 29 | <div class=guia id=guia3 > Operações </div> |
29 | 30 | <div class=guia id=guia4 style="display:none"> Gráficos </div> |
30 | 31 | </div> |
31 | - <span id=geral > | |
32 | + <div id=geral > | |
32 | 33 | <div id=guia1obj> |
33 | 34 | <div style="text-align:center;position:relative;top:5px;left:0px"> |
34 | 35 | Guia tal |
... | ... | @@ -52,9 +53,9 @@ div |
52 | 53 | </div> |
53 | 54 | </div> |
54 | 55 | |
55 | - </span> | |
56 | + </div> | |
56 | 57 | </div> |
57 | -<script> | |
58 | +<script type="text/javascript"> | |
58 | 59 | //eventos das guias |
59 | 60 | document.getElementById("guia1").onclick = function() |
60 | 61 | {document.getElementById("guia1obj").style.display="block";} | ... | ... |
ferramentas/busca/index.htm
... | ... | @@ -2,15 +2,16 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/ferramentas.css"> |
5 | +<title></title> | |
5 | 6 | </head> |
6 | 7 | <body> |
7 | 8 | <div style="top:5px;left:5px;width:300px"> |
8 | 9 | <b>Procurar:</b> |
9 | 10 | <input style='cursor:text' class=digitar type=text size=30 id=palavra value=''/> |
10 | - <img onclick="javascript:procurar()" style="cursor:pointer" src="../../imagens/tic.png" title='procurar' /> | |
11 | + <img alt="tic.png" onclick="javascript:procurar()" style="cursor:pointer" src="../../imagens/tic.png" title='procurar' /> | |
11 | 12 | </div> |
12 | 13 | <div style="top:20px;left:5px;"> |
13 | - <table class=lista3 width="250px"> | |
14 | + <table summary="Lista de opcoes" class=lista3 width="250px"> | |
14 | 15 | <tr> |
15 | 16 | <td><input style='cursor:pointer' type=radio id=qualquer name=tipo checked /></td> |
16 | 17 | <td>qualquer lugar do item, ou</td> |
... | ... | @@ -36,7 +37,7 @@ |
36 | 37 | </div> |
37 | 38 | <div id="resultado" style="position:absolute;top:5px;left:270px;width:230;overflow:auto;height:315px"> |
38 | 39 | </div> |
39 | -</body> | |
40 | 40 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
41 | 41 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
42 | +</body> | |
42 | 43 | </html> |
43 | 44 | \ No newline at end of file | ... | ... |
ferramentas/buscafotos/index.htm
... | ... | @@ -2,7 +2,8 @@ |
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | 3 | <head> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | - <style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | + <style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | + <title></title> | |
6 | 7 | </head> |
7 | 8 | <body class="yui-skin-sam" > |
8 | 9 | <div id=mensagem style=display:block > |
... | ... | @@ -32,12 +33,12 @@ |
32 | 33 | <div id="paginas" style="top:10px;"></div><br> |
33 | 34 | <div style="top:0px;left:5px;display:block;width:90%;height:150px;overflow:auto" id="resultadofotos" >Aguarde...</div> |
34 | 35 | </div> |
36 | + <script type="text/javascript"> | |
37 | + //chave de acesso ao flicker | |
38 | + var key = "b170cde3c3064ca44b1ae0fbe747575d"; | |
39 | + //var segredo = "cabca7ae514052f2"; | |
40 | + </script> | |
41 | + <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> | |
42 | + <script language="JavaScript" type="text/javascript" src="index.js"></script> | |
35 | 43 | </body> |
36 | -<script> | |
37 | -//chave de acesso ao flicker | |
38 | -var key = "b170cde3c3064ca44b1ae0fbe747575d"; | |
39 | -//var segredo = "cabca7ae514052f2"; | |
40 | -</script> | |
41 | -<script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> | |
42 | -<script language="JavaScript" type="text/javascript" src="index.js"></script> | |
43 | 44 | </html> |
44 | 45 | \ No newline at end of file | ... | ... |
ferramentas/buscarapida/index.htm
... | ... | @@ -2,15 +2,17 @@ |
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | 3 | <head> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/ferramentas.css"> |
5 | + <title></title> | |
5 | 6 | </head> |
6 | 7 | <body > |
7 | 8 | <div style="top:0px;left:0px;" id="resultado" >Aguarde...</div> |
8 | - </body> | |
9 | - <script> | |
9 | + <script type="text/javascript"> | |
10 | 10 | //endereço do web service que será consultado |
11 | 11 | servico = "http://mapas.mma.gov.br/webservices/geonames.php" |
12 | 12 | </script> |
13 | 13 | <script src="../../pacotes/cpaint/cpaint2.inc.compressed.js" type="text/javascript"></script> |
14 | 14 | <script language="JavaScript" type="text/javascript" src="../funcoes.js"></script> |
15 | 15 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
16 | + | |
17 | + </body> | |
16 | 18 | </html> |
17 | 19 | \ No newline at end of file | ... | ... |
ferramentas/carregamapa/index.htm
... | ... | @@ -2,7 +2,8 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body style=text-align:center > |
8 | 9 | <div style=left:0px;top:0px;text-align:left > | ... | ... |
ferramentas/centroide/index.htm
... | ... | @@ -2,14 +2,16 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div style="top:0px;left:-15px;display:block;width:100%;" id='resultado' > |
9 | 10 | </div> |
10 | 11 | <div style="top:10px;left:0px;display:block;width:100%;color:red" id='fim' > |
11 | 12 | </div> |
12 | -</body> | |
13 | 13 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
14 | 14 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
15 | +</body> | |
16 | + | |
15 | 17 | </html> |
16 | 18 | \ No newline at end of file | ... | ... |
ferramentas/colorpicker/index.htm
ferramentas/conectargeorss/index.htm
... | ... | @@ -4,16 +4,17 @@ |
4 | 4 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
6 | 6 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
7 | -<style> | |
7 | +<style type="text/css"> | |
8 | 8 | .yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;} |
9 | 9 | </style> |
10 | +<title></title> | |
10 | 11 | </head> |
11 | 12 | <body class="yui-skin-sam" > |
12 | 13 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
13 | 14 | <div id=guia1 >Serviços</div> |
14 | 15 | <div id=guia2 >Canais</div> |
15 | 16 | </div> |
16 | - <span id=geral style="left:0px;top:0px;"> | |
17 | + <div id=geral style="left:0px;top:0px;"> | |
17 | 18 | <div class=guiaobj id="guia1obj" style="text-align:left;top:0px;left:0px"> |
18 | 19 | <div id=opc1 style="text-align:left;top:0px;left:0px"> |
19 | 20 | Digite o endereço do serviço ou clique da lista abaixo. Utilize as guias acima para ver o resultado do acesso.<br> |
... | ... | @@ -25,11 +26,12 @@ |
25 | 26 | <div id=resultadoget style="text-align:left;top:0px;left:0px"> |
26 | 27 | </div> |
27 | 28 | </div> |
28 | - </span> | |
29 | -</body> | |
29 | + </div> | |
30 | + | |
30 | 31 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
31 | 32 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
32 | -<script> | |
33 | + | |
34 | +<script type="text/javascript" > | |
33 | 35 | aguarde("block"); |
34 | 36 | g_RSS = new Array("http://mapas.mma.gov.br/i3geo/menutemas/servicosgeorss.xml") |
35 | 37 | if (window.location.host == "localhost") |
... | ... | @@ -56,11 +58,11 @@ function mostraRetornoRSS(retorno) |
56 | 58 | for (i=0;i<linhas.length; i++) |
57 | 59 | { |
58 | 60 | var caso = linhas[i].split("#") |
59 | - | |
60 | - ins += "<p class=clique onclick=\"registraws('"+caso[2]+"')\" ><b>"+caso[0]+"</b> "+caso[1] | |
61 | - if (caso[3] != ""){ins += " ("+caso[3]+")</p>"} | |
61 | + ins += "\<p class=clique onclick=\"registraws('"+caso[2]+"')\" \>\<b\>"+caso[0]+"\<\/b\> "+caso[1]; | |
62 | + if (caso[3] != ""){ins += " ("+caso[3]+")\<\/p\>"} | |
62 | 63 | } |
63 | 64 | document.getElementById("RSS").innerHTML = ins+"<br><br>" |
64 | 65 | } |
65 | 66 | </script> |
67 | +</body> | |
66 | 68 | </html> | ... | ... |
ferramentas/conectarwfs/index.htm
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | <div class=guia id=guia2 > Metadados </div> |
13 | 13 | <div class=guia id=guia3 > Temas </div> |
14 | 14 | </div> |
15 | - <span id=geral > | |
15 | + <div id=geral > | |
16 | 16 | <div class=guiaobj id="guia1obj" style="width:320px"> |
17 | 17 | <div style="text-align:left;color:navy;cursor:pointer;width:100%;position:relative;top:5px;left:0px"> |
18 | 18 | <p>Digite o endereço do serviço ou escolha da lista abaixo. Utilize as guias acima para ver o resultado do acesso.<br> |
... | ... | @@ -35,17 +35,17 @@ |
35 | 35 | <div id=listatemas style="display:block;position:relative;top:10px;left:0px;"> |
36 | 36 | </div> |
37 | 37 | </div> |
38 | - </span> | |
38 | + </div> | |
39 | 39 | <div id="aguarde"> |
40 | 40 | <img alt="" src="../../imagens/aguarde.gif" />Aguarde... |
41 | 41 | </div> |
42 | 42 | </div> |
43 | -</body> | |
43 | + | |
44 | 44 | <script language="JavaScript" type="text/javascript" src="../funcoes.js"></script> |
45 | 45 | <script src="../../pacotes/cpaint/cpaint2.inc.compressed.js" type="text/javascript"></script> |
46 | 46 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
47 | 47 | |
48 | -<script> | |
48 | +<script type="text/javascript" > | |
49 | 49 | g_RSSwms = new Array("http://mapas.mma.gov.br/i3geo/menutemas/servicoswfs.xml") |
50 | 50 | g_locaplic = window.parent.g_locaplic; |
51 | 51 | if (document.getElementById("RSSwms")) |
... | ... | @@ -66,10 +66,10 @@ function mostraRetornowmsRSS(retorno) |
66 | 66 | for (i=0;i<linhas.length; i++) |
67 | 67 | { |
68 | 68 | var caso = linhas[i].split("#") |
69 | - | |
70 | - ins += "<p class=clique onclick=\"registraws('"+caso[2]+"')\" ><b>"+caso[0]+"</b> "+caso[1]+" ("+caso[3]+")</p>" | |
69 | + ins += "\<p class=clique onclick=\"registraws('"+caso[2]+"')\" \> \<b\>"+caso[0]+"\<\/b\> "+caso[1]+" ("+caso[3]+")\< \/p\>" | |
71 | 70 | } |
72 | - document.getElementById("RSSwms").innerHTML = ins+"<br><br>" | |
71 | + document.getElementById("RSSwms").innerHTML = ins+"\<br\>\<br\>" | |
73 | 72 | } |
74 | 73 | </script> |
74 | +</body> | |
75 | 75 | </html> | ... | ... |
ferramentas/conectarwms/index.htm
... | ... | @@ -4,9 +4,10 @@ |
4 | 4 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
6 | 6 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
7 | -<style> | |
7 | +<style type="text/css"> | |
8 | 8 | .yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;} |
9 | 9 | </style> |
10 | +<title></title> | |
10 | 11 | </head> |
11 | 12 | <body class="yui-skin-sam" > |
12 | 13 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -14,7 +15,7 @@ |
14 | 15 | <div id=guia2 >Metadados</div> |
15 | 16 | <div id=guia3 >Temas</div> |
16 | 17 | </div> |
17 | - <span id=geral style="left:0px;top:0px;"> | |
18 | + <div id=geral style="left:0px;top:0px;"> | |
18 | 19 | <div class=guiaobj id="guia1obj" style="left:5px;top:0px;text-align:left"> |
19 | 20 | <div id=men1 style="top:5px;left:0px;"> |
20 | 21 | <a href="../../ajuda/The_ArcIMS_OGC_WMS_Connector.pdf" target=blank >Veja como criar web services no ARCIMS</a> |
... | ... | @@ -36,7 +37,7 @@ |
36 | 37 | <div id=men2 style="top:5px;left:0px;"> |
37 | 38 | Após a conexão ser estabelecida e surgir a lista de temas, selecione a camada que será adicionada ao mapa.<br> |
38 | 39 | </div> |
39 | - <span id=textoSLD style="display:none;font-size:10px" > | |
40 | + <div id=textoSLD style="display:none;font-size:10px" > | |
40 | 41 | <p>Opcionalmente vc pode indicar o tipo de representação que será utilizada.<br> |
41 | 42 | Não altere o tipo de representação se a camada escolhida for uma imagem (dados raster) ou se você tiver dúvidas sobre ela.<br> |
42 | 43 | <select id=tiporep > |
... | ... | @@ -45,21 +46,21 @@ |
45 | 46 | <option value="linear">linear</option> |
46 | 47 | <option value="pontual">pontual</option> |
47 | 48 | </select> |
48 | - </span> | |
49 | + </div> | |
49 | 50 | |
50 | 51 | </div> |
51 | 52 | <div id=listatemas style="display:block;position:relative;top:10px;left:0px;"> |
52 | 53 | </div> |
53 | 54 | </div> |
54 | - </span> | |
55 | + </div> | |
55 | 56 | <div id="aguarde"> |
56 | 57 | <img alt="" src="../../imagens/aguarde.gif" />Aguarde... |
57 | 58 | </div> |
58 | -</body> | |
59 | + | |
59 | 60 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
60 | 61 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
61 | 62 | |
62 | -<script> | |
63 | +<script type="text/javascript" > | |
63 | 64 | mensagemAjuda("men1",document.getElementById("men1").innerHTML) |
64 | 65 | mensagemAjuda("men2",document.getElementById("men2").innerHTML) |
65 | 66 | g_RSSwms = new Array("http://mapas.mma.gov.br/i3geo/menutemas/servicoswms.php") |
... | ... | @@ -97,15 +98,16 @@ function mostraRetornowmsRSS(retorno) |
97 | 98 | var caso = linhas[i].split("#") |
98 | 99 | if (i > 0) |
99 | 100 | { |
100 | - ins += "<p class=clique onclick=\"registraws('"+caso[2]+"')\" ><b>"+caso[0]+"</b> "+caso[1]+" ("+caso[3]+")" | |
101 | + ins += "\<p class=clique onclick=\"registraws('"+caso[2]+"')\" \>\<b\>"+caso[0]+"\<\/b\> "+caso[1]+" ("+caso[3]+")" | |
101 | 102 | if (caso[4]) |
102 | - {ins += " <span style=color:gray >(disponibilidade: "+parseInt(caso[4])+"%, dias considerados: "+caso[5]+")</span></p>";} | |
103 | - else {ins += "</p>"} | |
103 | + {ins += " \<span style=color:gray \>(disponibilidade: "+parseInt(caso[4])+"%, dias considerados: "+caso[5]+")\<\/span>\<\/p\>";} | |
104 | + else {ins += "\<\/p\>"} | |
104 | 105 | } |
105 | 106 | else |
106 | - {ins += "<p class=clique ><b>"+caso[0]+"</b> "+caso[1]+" </p>"} | |
107 | + {ins += "\<p class=clique \>\<b\>"+caso[0]+"\<\/b\> "+caso[1]+" \<\/p\>"} | |
107 | 108 | } |
108 | 109 | document.getElementById("RSSwms").innerHTML = ins+"<br><br>" |
109 | 110 | } |
110 | 111 | </script> |
112 | +</body> | |
111 | 113 | </html> | ... | ... |
ferramentas/confluence/index.htm
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | - <head> | |
4 | - <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> | |
5 | - <style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | - </head> | |
7 | - <body class="yui-skin-sam" > | |
8 | - <div style="top:0px;left:0px;" id="resultadoconfluence" >Aguarde...</div> | |
9 | - </body> | |
3 | +<head> | |
4 | + <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> | |
5 | + <style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | + <title></title> | |
7 | +</head> | |
8 | +<body class="yui-skin-sam" > | |
9 | + <div style="top:0px;left:0px;" id="resultadoconfluence" >Aguarde...</div> | |
10 | 10 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
11 | - <script language="JavaScript" type="text/javascript" src="index.js"></script> | |
11 | + <script language="JavaScript" type="text/javascript" src="index.js"></script> | |
12 | +</body> | |
12 | 13 | </html> |
13 | 14 | \ No newline at end of file | ... | ... |
ferramentas/convertekml/index.htm
... | ... | @@ -2,6 +2,7 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/ferramentas.css"> |
5 | +<title></title> | |
5 | 6 | </head> |
6 | 7 | <body> |
7 | 8 | <div id=resultado style="left:0px;width:100%;top:5px;overflow:auto"></div> | ... | ... |
ferramentas/convertews/index.htm
... | ... | @@ -2,6 +2,7 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/ferramentas.css"> |
5 | +<title></title> | |
5 | 6 | </head> |
6 | 7 | <body> |
7 | 8 | <div id=resultado style="left:0px;width:100%;top:5px;overflow:auto"></div> | ... | ... |
ferramentas/cores.htm
... | ... | @@ -7,7 +7,7 @@ e o elemento, elemento=xxx |
7 | 7 | <head> |
8 | 8 | </head> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../css/geral.css"> |
10 | -<style> | |
10 | +<style type="text/css"> | |
11 | 11 | div |
12 | 12 | { |
13 | 13 | text-align:left; |
... | ... | @@ -36,7 +36,7 @@ Aguarde... |
36 | 36 | <img src=../imagens/minus.gif onclick="menos()"/> |
37 | 37 | </div> |
38 | 38 | </body> |
39 | -<script> | |
39 | +<script type="text/javascript" > | |
40 | 40 | //detec�o do navegador |
41 | 41 | navm = false; // IE |
42 | 42 | navn = false; // netscape | ... | ... |
ferramentas/download/index.htm
... | ... | @@ -2,6 +2,7 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/ferramentas.css"> |
5 | +<title></title> | |
5 | 6 | </head> |
6 | 7 | <body style='background-color:white;margin:0px'> |
7 | 8 | <div style="top:0px;left:10px;width:90%;" id='resultado' > Aguarde...</div> | ... | ... |
ferramentas/downloadbase/index.htm
... | ... | @@ -3,9 +3,10 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../pacotes/jsobjects/documentation.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../css/geral.css"> |
6 | -<style> | |
6 | +<style type="text/css"> | |
7 | 7 | P{text-align:left;} |
8 | 8 | </style> |
9 | +<title></title> | |
9 | 10 | </head> |
10 | 11 | <body style='background-color:white'> |
11 | 12 | <div id=resultado > | ... | ... |
ferramentas/especies/pesquisa.htm
1 | -<STYLE > | |
1 | +<html> | |
2 | +<head> | |
3 | +<STYLE type="text/css" > | |
2 | 4 | .combo { |
3 | 5 | font-family: verdana, arial, sans; |
4 | 6 | font-size: 8pt; |
... | ... | @@ -77,9 +79,11 @@ height: 35px; |
77 | 79 | </STYLE> |
78 | 80 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
79 | 81 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
80 | -<style> | |
82 | +<style type="text/css"> | |
81 | 83 | .yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;} |
82 | 84 | </style> |
85 | +<title></title> | |
86 | +</head> | |
83 | 87 | <body class="yui-skin-sam"> |
84 | 88 | <FONT face=Arial color=#808000 size=4>Busca espécies - NatureServer</FONT><br> |
85 | 89 | <FONT face=Arial color=#808000 size=2> |
... | ... | @@ -103,7 +107,7 @@ Banco de dados NatureServer . <a href="http://www.natureserve.org/infonatura/" t |
103 | 107 | </div> |
104 | 108 | </DIV> |
105 | 109 | <DIV id=pesquisar> |
106 | -<INPUT class=combo onclick=executa() type=button value='Criar mapa'></INPUT> | |
110 | +<INPUT class=combo onclick=executa() type=button value='Criar mapa' /> | |
107 | 111 | <select id=cor > |
108 | 112 | <option value='255,0,0' >cor</option> |
109 | 113 | <option value='255,0,0' >vermelho</option> |
... | ... | @@ -114,10 +118,9 @@ Banco de dados NatureServer . <a href="http://www.natureserve.org/infonatura/" t |
114 | 118 | </DIV> |
115 | 119 | </form> |
116 | 120 | <DIV id=ResultadoPesquisa ></DIV> |
117 | -</body> | |
118 | 121 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
119 | 122 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
120 | -<script> | |
123 | +<script type="text/javascript" > | |
121 | 124 | /* |
122 | 125 | Title: Formulário de consulta de especies. |
123 | 126 | |
... | ... | @@ -153,12 +156,12 @@ function comboBancos() |
153 | 156 | { |
154 | 157 | var monta = function(retorno) |
155 | 158 | { |
156 | - var ins = "<select class=combo id=comboFiltros onchange='comboListaFamilias(this.value)' ><option value=''>Nenhum</option>" | |
159 | + var ins = "\<select class=combo id=comboFiltros onchange='comboListaFamilias(this.value)' \>\<option value=''\>Nenhum\<\/option\>" | |
157 | 160 | for(i=0;i<retorno.data.especies.length;i++) |
158 | 161 | { |
159 | - ins += "<option value="+retorno.data.especies[i].database+" >"+retorno.data.especies[i].nome+"</option>" | |
162 | + ins += "\<option value="+retorno.data.especies[i].database+" >"+retorno.data.especies[i].nome+"\<\/option\>" | |
160 | 163 | } |
161 | - document.getElementById("tipoFiltro").innerHTML = ins+"</select>" | |
164 | + document.getElementById("tipoFiltro").innerHTML = ins+"\<\/select\>" | |
162 | 165 | } |
163 | 166 | var p = "pesquisa.php?g_sid="+g_sid+"&funcao=listaBancos" |
164 | 167 | var cp = new cpaint(); |
... | ... | @@ -183,12 +186,12 @@ function comboListaFamilias(banco) |
183 | 186 | document.getElementById("valoresFiltro").innerHTML = "Aguarde..." |
184 | 187 | var monta = function(retorno) |
185 | 188 | { |
186 | - var ins = "<select class=combo id=comboFamilias onchange='comboListaEspecies(this.value)' ><option value=''>---</option>" | |
189 | + var ins = "\<select class=combo id=comboFamilias onchange='comboListaEspecies(this.value)' \>\<option value=''\>---\<\/option\>" | |
187 | 190 | for(i=0;i<retorno.data.especies.length;i++) |
188 | 191 | { |
189 | - ins += "<option value='"+retorno.data.especies[i]+"' >"+retorno.data.especies[i]+"</option>" | |
192 | + ins += "<option value='"+retorno.data.especies[i]+"' >"+retorno.data.especies[i]+"\<\/option\>" | |
190 | 193 | } |
191 | - document.getElementById("valoresFiltro").innerHTML = ins+"</select>" | |
194 | + document.getElementById("valoresFiltro").innerHTML = ins+"\<\/select\>" | |
192 | 195 | } |
193 | 196 | var p = "pesquisa.php?g_sid="+g_sid+"&funcao=listaFamilias&banco="+banco |
194 | 197 | var cp = new cpaint(); |
... | ... | @@ -214,12 +217,12 @@ function comboListaEspecies(familia) |
214 | 217 | document.getElementById("valoresEspecie").innerHTML = "Aguarde..." |
215 | 218 | var monta = function(retorno) |
216 | 219 | { |
217 | - var ins = "<select class=combo id=comboEspecies ><option value=''>---</option>" | |
220 | + var ins = "\<select class=combo id=comboEspecies \>\<option value=''\>---\<\/option\>" | |
218 | 221 | for(i=0;i<retorno.data.especies.length;i++) |
219 | 222 | { |
220 | - ins += "<option value='"+retorno.data.especies[i]+"' >"+retorno.data.especies[i]+"</option>" | |
223 | + ins += "\<option value='"+retorno.data.especies[i]+"' \>"+retorno.data.especies[i]+"\<\/option\>" | |
221 | 224 | } |
222 | - document.getElementById("valoresEspecie").innerHTML = ins+"</select>" | |
225 | + document.getElementById("valoresEspecie").innerHTML = ins+"\<\/select\>" | |
223 | 226 | } |
224 | 227 | var p = "pesquisa.php?g_sid="+g_sid+"&funcao=listaEspecies&banco="+banco+"&familia="+familia |
225 | 228 | var cp = new cpaint(); |
... | ... | @@ -277,4 +280,5 @@ function listaretornof(retorno) |
277 | 280 | {document.getElementById("ResultadoPesquisa").innerHTML = "<b>Nenhum registro encontrado!"} |
278 | 281 | } |
279 | 282 | </script> |
280 | - | |
283 | +</body> | |
284 | +</html> | ... | ... |
ferramentas/etiqueta/index.htm
... | ... | @@ -3,11 +3,12 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body> |
9 | 10 | <div style="text-align:left;top:0px;left:0px;"> |
10 | - Escolha o item que será utilizado como fonte de dados para incluir a etiqueta:</b> | |
11 | + Escolha o item que será utilizado como fonte de dados para incluir a etiqueta: | |
11 | 12 | <div id=listai class=digitar style="text-align:left;top:10px;left:0px;height:100px;overflow:auto;"></div> |
12 | 13 | <div id=executar style="text-align:left;left:0px;top:15px"> |
13 | 14 | <input id=botao2 size=10 type=buttom class=executar value="Aplicar" /><br> |
... | ... | @@ -19,7 +20,8 @@ |
19 | 20 | <div id=men1 style='left:-5px;top:0px'>As etiquetas são mostradas no mapa quando o mouse é estacionado por alguns instantes sobre um elemento. Para ver as etiquetas, ative a operação de identificação |
20 | 21 | </div> |
21 | 22 | |
22 | -</body> | |
23 | + | |
23 | 24 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
24 | 25 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
26 | +</body> | |
25 | 27 | </html> |
26 | 28 | \ No newline at end of file | ... | ... |
ferramentas/filtro/index.htm
... | ... | @@ -3,9 +3,10 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style> | |
6 | +<style type="text/css"> | |
7 | 7 | .yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;} |
8 | 8 | </style> |
9 | +<title></title> | |
9 | 10 | </head> |
10 | 11 | <body class="yui-skin-sam" > |
11 | 12 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -13,7 +14,7 @@ |
13 | 14 | <div id=guia2 >Digitar</div> |
14 | 15 | <div id=guia3 >Testar</div> |
15 | 16 | </div> |
16 | - <span id=geral style="left:0px;top:0px;"> | |
17 | + <div id=geral style="left:0px;top:0px;"> | |
17 | 18 | <div style="text-align:center;top:5px;left:0px;display:block;width:97%"> |
18 | 19 | <div onclick='aplicaFiltro("")' style=position:relative > |
19 | 20 | <input id=botao1 size=18 type="button" value="Incluir/aplicar" /> |
... | ... | @@ -27,7 +28,7 @@ |
27 | 28 | <div id=guia1obj style="display:block;text-align:left;width:97%"> |
28 | 29 | <div style="text-align:left;display:block;position:relative;top:10px;left:0px;"> |
29 | 30 | <div id=par style="display:none;position:relative;top:5px;left:0px;width:97%"> |
30 | - <table id="parametros" > | |
31 | + <table summary="" id="parametros" > | |
31 | 32 | <tr><td></td><td></td> |
32 | 33 | <td style=background-color:yellow >Item</td> |
33 | 34 | <td style=background-color:yellow >Operador</td> |
... | ... | @@ -54,8 +55,9 @@ |
54 | 55 | Aguarde... |
55 | 56 | </div> |
56 | 57 | </div> |
57 | - </span> | |
58 | -</body> | |
58 | + </div> | |
59 | + | |
59 | 60 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
60 | 61 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
62 | +</body> | |
61 | 63 | </html> |
62 | 64 | \ No newline at end of file | ... | ... |
ferramentas/funcoes.js
... | ... | @@ -647,7 +647,6 @@ function radioepsg(funcao,onde) |
647 | 647 | ins.push("<table class=lista >"); |
648 | 648 | ins.push("<tr><td><input size=2 style='cursor:pointer' name='epsg' type=radio checked value='' /></td>"); |
649 | 649 | ins.push("<td>"+retorno.data[0].nome+"</td></tr>"); |
650 | - | |
651 | 650 | for (i=1;i<retorno.data.length; i++) |
652 | 651 | { |
653 | 652 | ins.push("<tr><td><input size=2 style='cursor:pointer' name='epsg' type=radio value='"+retorno.data[i].codigo+"' /></td>"); | ... | ... |
ferramentas/googlemaps/index.htm
... | ... | @@ -3,11 +3,12 @@ |
3 | 3 | <script src="../../pacotes/cpaint/cpaint2.inc.compressed.js" type="text/javascript"></script> |
4 | 4 | <script language="JavaScript" type="text/javascript" src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAAg9kA9xQlYqK9iBDKaeTpgxSieGwtcPDeiUtRiq7Xa63cyLppcxTVYXnVlPwveOe-sXuXfpBeNpL6pA"> |
5 | 5 | </script> |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body onunload="GUnload()"> |
8 | 9 | <div id="map" style="width: 320px; height: 320px"></div> |
9 | - </body> | |
10 | - <script> | |
10 | + | |
11 | + <script type="text/javascript" > | |
11 | 12 | //chave na producao= ABQIAAAAg9kA9xQlYqK9iBDKaeTpgxSieGwtcPDeiUtRiq7Xa63cyLppcxTVYXnVlPwveOe-sXuXfpBeNpL6pA |
12 | 13 | //chave no desenvolvimento = ABQIAAAAg9kA9xQlYqK9iBDKaeTpgxQ_qvn5wqSkbcx9uoqrWGnUcZ7lqhRVzkJwzeDN3nQJheG7FjoxyruBIQ |
13 | 14 | window.parent.document.getElementById("boxg").style.zIndex = 0 |
... | ... | @@ -70,4 +71,5 @@ |
70 | 71 | } |
71 | 72 | ondegoogle(map); |
72 | 73 | </script> |
74 | + </body> | |
73 | 75 | </html> |
74 | 76 | \ No newline at end of file | ... | ... |
ferramentas/gradecoord/index.htm
... | ... | @@ -3,11 +3,12 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body> |
9 | 10 | <div style=top:0px;left:0px;text-align:left; > |
10 | -<table class=lista3 style=width:90% > | |
11 | +<table summary="" class=lista3 style=width:90% > | |
11 | 12 | <tr> |
12 | 13 | <td>Intervalo entre as linhas, em décimos de grau:</td> |
13 | 14 | <td><input style="cursor:text" size=4 class=digitar type='text' id=intervalo value='2' /></td> |
... | ... | @@ -19,7 +20,8 @@ |
19 | 20 | </div> |
20 | 21 | <div id=men1 style=top:15px;left:0px >A grade será adicionada como um novo tema no mapa. |
21 | 22 | Vc pode inserir mais de uma grade, e excluir as que desejar.</div> |
22 | -</body> | |
23 | + | |
23 | 24 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
24 | 25 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
26 | +</body> | |
25 | 27 | </html> |
26 | 28 | \ No newline at end of file | ... | ... |
ferramentas/gradehex/index.htm
... | ... | @@ -2,14 +2,16 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div style="top:0px;left:-15px;display:block;width:100%;" id='resultado' > |
9 | 10 | </div> |
10 | 11 | <div style="top:10px;left:0px;display:block;width:100%;color:red" id='fim' > |
11 | 12 | </div> |
12 | -</body> | |
13 | + | |
13 | 14 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
14 | 15 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
16 | +</body> | |
15 | 17 | </html> |
16 | 18 | \ No newline at end of file | ... | ... |
ferramentas/gradepol/index.htm
... | ... | @@ -2,7 +2,8 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div style="top:0px;left:-15px;display:block;width:100%;" id='resultado' > |
... | ... | @@ -10,7 +11,8 @@ |
10 | 11 | <div style="top:10px;left:0px;display:block;width:100%;color:red" id='fim' > |
11 | 12 | </div> |
12 | 13 | |
13 | -</body> | |
14 | + | |
14 | 15 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
15 | 16 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
17 | +</body> | |
16 | 18 | </html> |
17 | 19 | \ No newline at end of file | ... | ... |
ferramentas/gradepontos/index.htm
... | ... | @@ -2,14 +2,16 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div style="top:0px;left:-15px;display:block;width:100%;" id='resultado' > |
9 | 10 | </div> |
10 | 11 | <div style="top:10px;left:0px;display:block;width:100%;color:red" id='fim' > |
11 | 12 | </div> |
12 | -</body> | |
13 | + | |
13 | 14 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
14 | 15 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
16 | +</body> | |
15 | 17 | </html> |
16 | 18 | \ No newline at end of file | ... | ... |
ferramentas/graficotema/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body class="yui-skin-sam" > |
9 | 10 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -11,7 +12,7 @@ |
11 | 12 | <div id=guia2 >Propriedades</div> |
12 | 13 | <div id=guia3 >?</div> |
13 | 14 | </div> |
14 | - <span id=geral style="left:0px;top:0px;"> | |
15 | + <div id=geral style="left:0px;top:0px;"> | |
15 | 16 | <div class=guiaobj id="guia1obj" style="display:block;left:0px" > |
16 | 17 | <div id=opc1 style=top:0px;left:5px; > |
17 | 18 | <div id=combot style="position:relative;top:5px;left:0px;"> |
... | ... | @@ -27,7 +28,7 @@ |
27 | 28 | </div> |
28 | 29 | <div class=guiaobj id="guia2obj" style="display:none;left:0px" > |
29 | 30 | <div id=opc2 style="display:block;top:0px;left:0px"> |
30 | - <table class=lista2 width="90%"> | |
31 | + <table summary="" class=lista2 width="90%"> | |
31 | 32 | <tr> |
32 | 33 | <td>Tipo:</td> |
33 | 34 | <td> |
... | ... | @@ -51,7 +52,7 @@ |
51 | 52 | </tr> |
52 | 53 | <tr> |
53 | 54 | <td>Cor do contorno:</td> |
54 | - <td style=width:40% ><input style="cursor:text" size=12 class=digitar type='text' id='outlinecolor' value='0,0,0' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('outlinecolor')" /></td> | |
55 | + <td style=width:40% ><input style="cursor:text" size=12 class=digitar type='text' id='outlinecolor' value='0,0,0' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('outlinecolor')" /></td> | |
55 | 56 | </tr> |
56 | 57 | </table> |
57 | 58 | </div> |
... | ... | @@ -65,12 +66,13 @@ |
65 | 66 | Escolha os itens que serão utilizados no gráfico clicando no box que aparece na lista de itens. Cada item irá compor uma fatia do gráfico. |
66 | 67 | Ao lado do item, é mostrada a cor que será utilizada na representação. Cada cor é definida em RGB. |
67 | 68 | <p>Na guia "propriedades" é possível definir propriedades de representação de cada gráfico. As definições afetarão a forma de cada gráfico. |
68 | - <p>Cada gráfico adicionado &etilde; incluído no mapa como um novo tema.<br><br><br> | |
69 | + <p>Cada gráfico adicionado é incluído no mapa como um novo tema.<br><br><br> | |
69 | 70 | </div> |
70 | 71 | </div> |
71 | 72 | <div id="resultado" style="display:none;position:relative;top:10px;left:0px;"></div> |
72 | - </span> | |
73 | -</body> | |
73 | + </div> | |
74 | + | |
74 | 75 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
75 | 76 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
77 | +</body> | |
76 | 78 | </html> |
77 | 79 | \ No newline at end of file | ... | ... |
ferramentas/identifica/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body class="yui-skin-sam" > |
9 | 10 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -12,7 +13,7 @@ |
12 | 13 | <div id=guia3 >Propriedades</div> |
13 | 14 | </div> |
14 | 15 | |
15 | - <span id=geral style="left:0px;top:0px;"> | |
16 | + <div id=geral style="left:0px;top:0px;"> | |
16 | 17 | |
17 | 18 | <div class=guiaobj id="guia1obj" style="left:1px;90%"> |
18 | 19 | <div id="resultado" style="overflow:auto;height:200px;display:block;position:relative;top:-5px;left:0px;width:150px"></div> |
... | ... | @@ -23,7 +24,7 @@ |
23 | 24 | <div class=guiaobj id="guia3obj" style="left:1px;top:10px;display:none;font-size:12px;overflow:hidden" > |
24 | 25 | Resolução de busca - número de pixels, no entorno do ponto clicado no mapa, que serão utilizados na busca de dados:<br> <input type=text class=digitar value=5 id=resolucao size=2 /> |
25 | 26 | </div> |
26 | - </span> | |
27 | + </div> | |
27 | 28 | |
28 | 29 | <div id="aguarde"> |
29 | 30 | <img alt="" src="../../imagens/aguarde.gif" />Aguarde... |
... | ... | @@ -31,11 +32,10 @@ |
31 | 32 | <div id=xy style="display:none;position:relative;top:10px;left:5px"> |
32 | 33 | </div> |
33 | 34 | |
34 | -</div> | |
35 | -</body> | |
36 | 35 | <script language="JavaScript" type="text/javascript" src="../../classesjs/compactados/redesenho_compacto.js"></script> |
37 | 36 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
38 | -<script language="JavaScript" type="text/javascript" src="index.js"></script><script> | |
37 | +<script language="JavaScript" type="text/javascript" src="index.js"></script><script type="text/javascript" > | |
39 | 38 | inicializaJanela() |
40 | 39 | </script> |
40 | +</body> | |
41 | 41 | </html> |
42 | 42 | \ No newline at end of file | ... | ... |
ferramentas/imprimir/a4lpaisagempdf.htm
ferramentas/inseregrafico/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body class="yui-skin-sam" > |
9 | 10 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -11,7 +12,7 @@ |
11 | 12 | <div id=guia2 >Propriedades</div> |
12 | 13 | <div id=guia3 >?</div> |
13 | 14 | </div> |
14 | - <span id=geral style="left:0px;top:0px;"> | |
15 | + <div id=geral style="left:0px;top:0px;"> | |
15 | 16 | <div class=guiaobj id="guia1obj" style="display:block;left:0px" > |
16 | 17 | <div id=opc1 style=top:0px;left:5px; > |
17 | 18 | Escolha o tema com os dados: |
... | ... | @@ -27,7 +28,7 @@ |
27 | 28 | </div> |
28 | 29 | <div class=guiaobj id="guia2obj" style="display:none;left:0px" > |
29 | 30 | <div id=opc2 style="display:block;top:0px;left:0px"> |
30 | - <table class=lista2 width="70%"> | |
31 | + <table summary="" class=lista2 width="70%"> | |
31 | 32 | <tr> |
32 | 33 | <td>Tamanho do círculo:</td> |
33 | 34 | <td><input style="cursor:text" size=4 class=digitar type='text' id=w value='50' /></td> |
... | ... | @@ -54,14 +55,15 @@ |
54 | 55 | <p>Na guia "propriedades" é possível definir propriedades de representação de cada gráfico. As definições afetarão a forma de cada gráfico. |
55 | 56 | Após escolhidos os itens e as propriedades, clique no mapa para adicionar o gráfico. |
56 | 57 | <p>Os dados que serão utilizados são buscados no elemento clicado. |
57 | - <p>Cada gráfico adicionado &etilde; incluído no mapa como um novo tema.<br><br><br> | |
58 | + <p>Cada gráfico adicionado é incluído no mapa como um novo tema.<br><br><br> | |
58 | 59 | </div> |
59 | 60 | </div> |
60 | 61 | <div id="resultado" style="display:none;position:relative;top:10px;left:0px;"></div> |
61 | - </span> | |
62 | + </div> | |
62 | 63 | <input type=hidden id=listadeitens value="" /> |
63 | 64 | <input type=hidden id=tema value="" /> |
64 | -</body> | |
65 | + | |
65 | 66 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
66 | 67 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
68 | +</body> | |
67 | 69 | </html> |
68 | 70 | \ No newline at end of file | ... | ... |
ferramentas/inseretxt/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body class="yui-skin-sam" > |
9 | 10 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -13,7 +14,7 @@ |
13 | 14 | <div id=guia4 >Fundo</div> |
14 | 15 | <div id=guia5 >Geral</div> |
15 | 16 | </div> |
16 | - <span id=geral style="left:0px;top:0px;"> | |
17 | + <div id=geral style="left:0px;top:0px;"> | |
17 | 18 | <div id=guia1obj style="width:95%;text-align:left"> |
18 | 19 | <div style="width:95%;top:5px;left:0px"> |
19 | 20 | <input size=55 class=digitar type=text value="" id=texto /> |
... | ... | @@ -37,7 +38,7 @@ |
37 | 38 | </div> |
38 | 39 | <div id=guia3obj style="width:90%;display:none"> |
39 | 40 | <div style="width:90%;top:5px;left:0px" > |
40 | - <table class=lista2 width="100%"> | |
41 | + <table summary="" class=lista2 width="100%"> | |
41 | 42 | <tr> |
42 | 43 | <td>Fonte:</td> |
43 | 44 | <td><span style="text-align:left" id=listaf ></span></td> |
... | ... | @@ -56,26 +57,26 @@ |
56 | 57 | </tr> |
57 | 58 | <tr> |
58 | 59 | <td>Cor do texto (digite os valores em vermelho, verde e azul, p.ex. 20 20 20):</td> |
59 | - <td><input onkeyup="icor(this)" size=11 type=text value="0 0 0" id=frente /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frente')" /></td> | |
60 | + <td><input onkeyup="icor(this)" size=11 type=text value="0 0 0" id=frente /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frente')" /></td> | |
60 | 61 | </tr> |
61 | 62 | <tr> |
62 | 63 | <td>Cor da máscara de um pixel de entorno:</td> |
63 | - <td><input onkeyup="icor(this)" size=11 type=text value="" id=mascara /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('mascara')" /></td> | |
64 | + <td><input onkeyup="icor(this)" size=11 type=text value="" id=mascara /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('mascara')" /></td> | |
64 | 65 | </tr> |
65 | 66 | <tr> |
66 | 67 | <td>Posição do texto em relação ao ponto de inclusão:</td> |
67 | 68 | <td> |
68 | 69 | <select id=position > |
69 | - <option value="MS_AUTO" >automático</option>" | |
70 | - <option value="MS_UL" >superior esquerdo</option>" | |
71 | - <option value="MS_UC" >superior centro</option>" | |
72 | - <option value="MS_UR" >superior direito</option>" | |
73 | - <option value="MS_CL" >centro esquerdo</option>" | |
74 | - <option value="MS_CC" >centro</option>" | |
75 | - <option value="MS_CR" >centro direito</option>" | |
76 | - <option value="MS_LL" >inferior esquerdo</option>" | |
77 | - <option value="MS_LC" >inferior centro</option>" | |
78 | - <option value="MS_LR" >inferior direito</option>" | |
70 | + <option value="MS_AUTO" >automático</option> | |
71 | + <option value="MS_UL" >superior esquerdo</option> | |
72 | + <option value="MS_UC" >superior centro</option> | |
73 | + <option value="MS_UR" >superior direito</option> | |
74 | + <option value="MS_CL" >centro esquerdo</option> | |
75 | + <option value="MS_CC" >centro</option> | |
76 | + <option value="MS_CR" >centro direito</option> | |
77 | + <option value="MS_LL" >inferior esquerdo</option> | |
78 | + <option value="MS_LC" >inferior centro</option> | |
79 | + <option value="MS_LR" >inferior direito</option> | |
79 | 80 | </select> |
80 | 81 | </td> |
81 | 82 | </tr> |
... | ... | @@ -84,14 +85,14 @@ |
84 | 85 | </div> |
85 | 86 | <div id=guia4obj style="width:90%;display:none"> |
86 | 87 | <div style="width:95%;top:5px;left:0px" > |
87 | - <table class=lista2 width="95%"> | |
88 | + <table summary="" class=lista2 width="95%"> | |
88 | 89 | <tr> |
89 | 90 | <td>Cor do fundo:</td> |
90 | - <td><input onkeyup="icor(this)" size=9 type=text value="" id=fundoc /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('fundoc')" /></td> | |
91 | + <td><input onkeyup="icor(this)" size=9 type=text value="" id=fundoc /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('fundoc')" /></td> | |
91 | 92 | </tr> |
92 | 93 | <tr> |
93 | 94 | <td>Cor da sombra do fundo:</td> |
94 | - <td><input onkeyup="icor(this)" size=9 type=text value="" id=sombra /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('sombra')" /></td> | |
95 | + <td><input onkeyup="icor(this)" size=9 type=text value="" id=sombra /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('sombra')" /></td> | |
95 | 96 | </tr> |
96 | 97 | <tr> |
97 | 98 | <td>Desl. da sombra do fundo:</td> |
... | ... | @@ -99,8 +100,9 @@ |
99 | 100 | </tr> |
100 | 101 | <tr> |
101 | 102 | <td>Cor da sombra:</td> |
102 | - <td><input onkeyup="icor(this)" size=9 type=text value="" id=frentes /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frentes')" /></td> | |
103 | + <td><input onkeyup="icor(this)" size=9 type=text value="" id=frentes /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frentes')" /></td> | |
103 | 104 | </tr> |
105 | + <tr> | |
104 | 106 | <td>Deslocamento da sombra:</td> |
105 | 107 | <td>x <input size=1 type=text value="1" id=frentex /> y <input size=1 type=text value="1" id=frentey /></td> |
106 | 108 | </tr> |
... | ... | @@ -109,7 +111,7 @@ |
109 | 111 | </div> |
110 | 112 | <div id=guia5obj style="width:90%;display:none"> |
111 | 113 | <div style="width:90%;top:5px;left:0px" > |
112 | - <table class=lista2 width="90%"> | |
114 | + <table summary="" class=lista2 width="90%"> | |
113 | 115 | <tr> |
114 | 116 | <td>Força colisões entre textos?:</td> |
115 | 117 | <td> |
... | ... | @@ -139,14 +141,14 @@ |
139 | 141 | </table> |
140 | 142 | </div> |
141 | 143 | </div> |
142 | - </span> | |
144 | + </div> | |
143 | 145 | <div id="aguarde"> |
144 | 146 | <img alt="" src="../../imagens/aguarde.gif" />Aguarde... |
145 | 147 | </div> |
146 | -</div> | |
147 | 148 | <input type=hidden id="tipoInsere" value="digitando" /> |
148 | 149 | |
149 | -</body> | |
150 | + | |
150 | 151 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
151 | 152 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
153 | +</body> | |
152 | 154 | </html> |
153 | 155 | \ No newline at end of file | ... | ... |
ferramentas/legenda/index.htm
... | ... | @@ -4,7 +4,8 @@ |
4 | 4 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
6 | 6 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
7 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
8 | +<title></title> | |
8 | 9 | </head> |
9 | 10 | <body class="yui-skin-sam"> |
10 | 11 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -13,7 +14,7 @@ |
13 | 14 | <div id=guia3 >Editor</div> |
14 | 15 | <div id=guia4 >Gráfico</div> |
15 | 16 | </div> |
16 | - <span id=geral style="left:0px;top:0px;" > | |
17 | + <div id=geral style="left:0px;top:0px;" > | |
17 | 18 | <div class=guiaobj id="guia1obj"> |
18 | 19 | <div onclick="mudaLegenda()" style="position:relative;top:5px;left:0px"> |
19 | 20 | <input id=botao1 size="22" type="button" value="Aplicar alterações"> |
... | ... | @@ -25,13 +26,13 @@ |
25 | 26 | <input id=botaoadiciona size="25" type="button" value="Adiciona contagem"> |
26 | 27 | </div> |
27 | 28 | <div style="text-align:center;width:100%;position:relative;top:10px;left:0px"> |
28 | - <table class=lista2 width="90%"> | |
29 | + <table summary="" class=lista2 width="90%"> | |
29 | 30 | <tr> |
30 | 31 | <td><input type="buttom" size=15 onclick=paleta() class="executar" value="Gerar cores"></td> |
31 | 32 | <td>de:</td> |
32 | - <td><input style="cursor:text" size=12 class=digitar type='text' id='acori' value='0,0,0' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('acori')" /></td> | |
33 | + <td><input style="cursor:text" size=12 class=digitar type='text' id='acori' value='0,0,0' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('acori')" /></td> | |
33 | 34 | <td>até:</td> |
34 | - <td><input style="cursor:text" size=12 class=digitar type='text' id='acorf' value='255,255,255' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('acorf')" /></td> | |
35 | + <td><input style="cursor:text" size=12 class=digitar type='text' id='acorf' value='255,255,255' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('acorf')" /></td> | |
35 | 36 | </tr> |
36 | 37 | </table> |
37 | 38 | </div> |
... | ... | @@ -101,8 +102,9 @@ |
101 | 102 | </div> |
102 | 103 | </div> |
103 | 104 | </div> |
104 | - </span> | |
105 | -</body> | |
105 | + </div> | |
106 | + | |
106 | 107 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
107 | 108 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
109 | +</body> | |
108 | 110 | </html> | ... | ... |
ferramentas/navegacaodir/index.htm
... | ... | @@ -3,15 +3,17 @@ |
3 | 3 | <head> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body style="background-color:white"> |
9 | 10 | <div id=arvoreL style="overflow:auto;width:300px;height:300px;left:0px;top:5px"></div> |
10 | 11 | <div id=arquivosL style="position:absolute;overflow:auto;width:200px;left:320px;top:12px;height:300px">arquivos</div> |
11 | -</body> | |
12 | + | |
12 | 13 | <script type="text/javascript" src="../../pacotes/jsobjects/jsUI-Global/common.js"></script> |
13 | 14 | <script type="text/javascript" src="../../pacotes/jsobjects/jsUI-Global/uiCommon.js"></script> |
14 | 15 | <script type="text/javascript" src="../../pacotes/jsobjects/jsUI-Treeview/component.js"></script> |
15 | 16 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
16 | 17 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
18 | +</body> | |
17 | 19 | </html> | ... | ... |
ferramentas/nptpol/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body> |
9 | 10 | <div style="top:0px;left:-10px;display:block;width:100%;" id='resultado' > |
... | ... | @@ -11,7 +12,8 @@ |
11 | 12 | <div style="top:10px;left:0px;display:block;width:100%;color:red" id='fim' > |
12 | 13 | </div> |
13 | 14 | |
14 | -</body> | |
15 | + | |
15 | 16 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
16 | 17 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
18 | +</body> | |
17 | 19 | </html> |
18 | 20 | \ No newline at end of file | ... | ... |
ferramentas/opcoes_autoredesenha/index.htm
... | ... | @@ -3,10 +3,11 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body> |
9 | - <table class=lista3 width="100%"> | |
10 | + <table summary="" class=lista3 width="100%"> | |
10 | 11 | <tr> |
11 | 12 | <td>Tempo em segundos após o qual o mapa será redesenhado automaticamente:</td> |
12 | 13 | <td><input style="cursor:text" size=8 class=digitar type='text' id=t value='' /></td> |
... | ... | @@ -18,7 +19,8 @@ |
18 | 19 | <input id=botao1 size=16 type=button value="Aplicar"/><br><br> |
19 | 20 | </div> |
20 | 21 | |
21 | -</body> | |
22 | + | |
22 | 23 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
23 | 24 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
25 | +</body> | |
24 | 26 | </html> |
25 | 27 | \ No newline at end of file | ... | ... |
ferramentas/opcoes_escala/index.htm
... | ... | @@ -2,11 +2,12 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div style="cursor:pointer;position:relative;top:1px;left:0px;text-align:left"> |
9 | - <table class=lista3 width="90%"> | |
10 | + <table summary="" class=lista3 width="90%"> | |
10 | 11 | <tr> |
11 | 12 | <td>Largura:</td> |
12 | 13 | <td><input onchange=testaBarra() style="cursor:text" size=4 class=digitar type='text' id=w value='' /></td> |
... | ... | @@ -19,7 +20,7 @@ |
19 | 20 | <td>Unidade:</td> |
20 | 21 | <td> |
21 | 22 | <select onchange=testaBarra() id=unidade > |
22 | - <option value=3 select >Metros</option> | |
23 | + <option value=3 selected >Metros</option> | |
23 | 24 | <option value=4 >Km</option> |
24 | 25 | </select> |
25 | 26 | <td> |
... | ... | @@ -28,7 +29,7 @@ |
28 | 29 | <td>Estilo:</td> |
29 | 30 | <td> |
30 | 31 | <select onchange=testaBarra() id=estilo > |
31 | - <option value=0 select >Bloco</option> | |
32 | + <option value=0 selected >Bloco</option> | |
32 | 33 | <option value=1 >Linear</option> |
33 | 34 | <option value=2 >Sem barra</option> |
34 | 35 | </select> |
... | ... | @@ -40,15 +41,15 @@ |
40 | 41 | </tr> |
41 | 42 | <tr> |
42 | 43 | <td>Cor:</td> |
43 | - <td><input onchange=testaBarra() style="cursor:text" size=12 class=digitar type='text' id=cor value='' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('cor')" /></td> | |
44 | + <td><input onchange=testaBarra() style="cursor:text" size=12 class=digitar type='text' id=cor value='' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('cor')" /></td> | |
44 | 45 | </tr> |
45 | 46 | <tr> |
46 | 47 | <td>Fundo:</td> |
47 | - <td><input onchange=testaBarra() style="cursor:text" size=12 class=digitar type='text' id=bcor value='' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('bcor')" /></td> | |
48 | + <td><input onchange=testaBarra() style="cursor:text" size=12 class=digitar type='text' id=bcor value='' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('bcor')" /></td> | |
48 | 49 | </tr> |
49 | 50 | <tr> |
50 | 51 | <td>Contorno:</td> |
51 | - <td><input onchange=testaBarra() style="cursor:text" size=10 class=digitar type='text' id=ocor value='' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('ocor')" /></td> | |
52 | + <td><input onchange=testaBarra() style="cursor:text" size=10 class=digitar type='text' id=ocor value='' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('ocor')" /></td> | |
52 | 53 | </tr> |
53 | 54 | </table> |
54 | 55 | <div style=top:10px;left:0px;text-align:left; onclick="executa()"> |
... | ... | @@ -58,7 +59,8 @@ |
58 | 59 | <div id=teste style=left:0px;top:10px; > |
59 | 60 | </div> |
60 | 61 | </div> |
61 | -</body> | |
62 | + | |
62 | 63 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
63 | 64 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
65 | +</body> | |
64 | 66 | </html> |
65 | 67 | \ No newline at end of file | ... | ... |
ferramentas/opcoes_fundo/index.htm
... | ... | @@ -2,20 +2,19 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | - | |
9 | 9 | <div style="top:0px;left:0px;text-align:left;"> |
10 | 10 | <input style="cursor:text" size=12 class=digitar type='text' id=cor value='' /> |
11 | -<img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('cor')" /> | |
11 | +<img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('cor')" /> | |
12 | 12 | </div> |
13 | 13 | <div onclick="mudacor()" style="top:-22px;left:100px;text-align:left;"> |
14 | 14 | <input size=20 id=botao1 type=button value="Aplica" /><br><br> |
15 | 15 | </div> |
16 | 16 | <div id='men1' style='left:0px;top:-21px;' >Cor utilizada para preencher o fundo do mapa.</div> |
17 | -</body> | |
18 | - | |
19 | 17 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
20 | 18 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
19 | +</body> | |
21 | 20 | </html> |
22 | 21 | \ No newline at end of file | ... | ... |
ferramentas/opcoes_legenda/index.htm
... | ... | @@ -2,11 +2,12 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div style=top:0px;left:0px;text-align:left;width:100%; > |
9 | - <table class=lista3 width="100%"> | |
10 | + <table summary="" class=lista3 width="100%"> | |
10 | 11 | <tr> |
11 | 12 | <td>Inclui no corpo do mapa?:</td> |
12 | 13 | <td> |
... | ... | @@ -19,11 +20,11 @@ |
19 | 20 | </tr> |
20 | 21 | <tr> |
21 | 22 | <td>Cor:</td> |
22 | - <td><input style="cursor:text" size=12 class=digitar type='text' id=imagecolor value='' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('imagecolor')" /></td> | |
23 | + <td><input style="cursor:text" size=12 class=digitar type='text' id=imagecolor value='' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('imagecolor')" /></td> | |
23 | 24 | </tr> |
24 | 25 | <tr> |
25 | 26 | <td>Contorno:</td> |
26 | - <td><input style="cursor:text" size=12 class=digitar type='text' id=outlinecolor value='' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('outlinecolor')" /></td> | |
27 | + <td><input style="cursor:text" size=12 class=digitar type='text' id=outlinecolor value='' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('outlinecolor')" /></td> | |
27 | 28 | </tr> |
28 | 29 | <tr> |
29 | 30 | <td>Posição:</td> |
... | ... | @@ -31,10 +32,10 @@ |
31 | 32 | <select id=position > |
32 | 33 | <option value=101 >sup. esquerdo</option> |
33 | 34 | <option value=107 >sup. centro</option> |
34 | - <option value=103 select >sup. direito</option> | |
35 | + <option value=103 selected >sup. direito</option> | |
35 | 36 | <option value=104 >inf. esquerdo</option> |
36 | 37 | <option value=108 >inf. centro</option> |
37 | - <option value=102 select >inf. direito</option> | |
38 | + <option value=102 >inf. direito</option> | |
38 | 39 | </select> |
39 | 40 | <td> |
40 | 41 | </tr> |
... | ... | @@ -63,7 +64,7 @@ |
63 | 64 | <input id=botao1 size=20 type=button value="Aplicar" /> |
64 | 65 | </div> |
65 | 66 | </div> |
66 | -</body> | |
67 | 67 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
68 | 68 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
69 | +</body> | |
69 | 70 | </html> |
70 | 71 | \ No newline at end of file | ... | ... |
ferramentas/opcoes_quadros/index.htm
... | ... | @@ -2,7 +2,8 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div style="top:0px;left:0px;text-align:left" onclick="javascript:window.parent.rebobinaf()" > |
... | ... | @@ -11,7 +12,7 @@ |
11 | 12 | <div style="top:0px;left:0px;text-align:left" onclick="javascript:window.parent.filmeanimaf();window.parent.janima=0"> |
12 | 13 | <input id=botao2 size=10 type=button value="Roda"/> |
13 | 14 | </div> |
14 | - <table class=lista3 width="90%"> | |
15 | + <table summary="" class=lista3 width="90%"> | |
15 | 16 | <tr> |
16 | 17 | <td>Tempo:</td> |
17 | 18 | <td><input style="cursor:text" size=4 class=digitar type='text' id=tempoanima value='450' /></td> |
... | ... | @@ -21,9 +22,9 @@ |
21 | 22 | <td><input style="cursor:text" size=4 class=digitar type='text' id=nquadros value='' onchange="window.parent.gerafilmef(this.value)"/></td> |
22 | 23 | </tr> |
23 | 24 | </table> |
24 | -</body> | |
25 | + | |
25 | 26 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
26 | -<script> | |
27 | +<script type="text/javascript" > | |
27 | 28 | YAHOO.example.init = function () |
28 | 29 | { |
29 | 30 | function onPushButtonsMarkupReady() |
... | ... | @@ -34,4 +35,5 @@ YAHOO.example.init = function () |
34 | 35 | YAHOO.util.Event.onContentReady("botao1", onPushButtonsMarkupReady); |
35 | 36 | }() |
36 | 37 | </script> |
38 | +</body> | |
37 | 39 | </html> |
38 | 40 | \ No newline at end of file | ... | ... |
ferramentas/opcoes_querymap/index.htm
... | ... | @@ -2,19 +2,21 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div style="top:0px;left:0px;text-align:left;"> |
9 | 10 | <input style="cursor:text" size=12 class=digitar type='text' id=cor value='' /> |
10 | -<img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('cor')" /> | |
11 | +<img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="cor('cor')" /> | |
11 | 12 | </div> |
12 | 13 | <div onclick="mudacor()" style="top:-22px;left:100px;text-align:left;"> |
13 | 14 | <input size=20 id=botao1 type=button value="Aplica" /><br><br> |
14 | 15 | </div> |
15 | 16 | <div id='men1' style='left:0px;top:-21px;' >Cor utilizada para destacar os elementos de um tema que estão selecionados.</div> |
16 | -</body> | |
17 | + | |
17 | 18 | |
18 | 19 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
19 | 20 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
21 | +</body> | |
20 | 22 | </html> |
21 | 23 | \ No newline at end of file | ... | ... |
ferramentas/opcoes_tamanho/index.htm
... | ... | @@ -2,10 +2,11 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | - <table class=lista3 width="100%"> | |
9 | + <table summary="" class=lista3 width="100%"> | |
9 | 10 | <tr> |
10 | 11 | <td>Largura:</td> |
11 | 12 | <td><input style="cursor:text" size=4 class=digitar type='text' id=l value='' /></td> |
... | ... | @@ -21,7 +22,8 @@ |
21 | 22 | <input id=botao1 size=16 type=button value="Aplicar"/><br><br> |
22 | 23 | </div> |
23 | 24 | |
24 | -</body> | |
25 | + | |
25 | 26 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
26 | 27 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
28 | +</body> | |
27 | 29 | </html> |
28 | 30 | \ No newline at end of file | ... | ... |
ferramentas/planosmanejoflorestal/pesquisa.htm
1 | -<STYLE > | |
1 | +<html> | |
2 | +<head> | |
3 | +<STYLE type="text/css" > | |
2 | 4 | .combo { |
3 | 5 | font-family: verdana, arial, sans; |
4 | 6 | font-size: 8pt; |
... | ... | @@ -73,24 +75,26 @@ width: 94px; |
73 | 75 | height: 35px; |
74 | 76 | } |
75 | 77 | </STYLE> |
76 | -<SCRIPT src="../../pacotes/cpaint/cpaint2.inc.compressed.js" ></script> | |
78 | +<title></title> | |
79 | +</head> | |
77 | 80 | <body> |
81 | +<SCRIPT src="../../pacotes/cpaint/cpaint2.inc.compressed.js" type="text/javascript" ></script> | |
82 | + | |
78 | 83 | <FONT face=Arial color=#808000 size=4>Planos de Manejo - Pesquisa</FONT><br> |
79 | -Planos de manejo florestal cadastrados no IBAMA. <a href="http://www.mma.gov.br/index.php?ido=conteudo.monta&idEstrutura=113&idConteudo=5588" >Mais info...</a> | |
84 | +Planos de manejo florestal cadastrados no IBAMA. <a href="http://www.mma.gov.br/index.php?ido=conteudo.monta&idEstrutura=113&idConteudo=5588" >Mais info...</a> | |
80 | 85 | <FORM name=frmPlanoDeManejo> |
81 | 86 | <DIV id=estado><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>Estado</FONT><BR><SELECT class=combo id=cboEstado name=cboEstado> <OPTION class=combo value=TODOS selected>Todos</OPTION> <OPTION class=combo value=AC>Acre</OPTION> <OPTION class=combo value=AP>Amapá</OPTION> <OPTION class=combo value=AM>Amazonas</OPTION> <OPTION class=combo value=MA>Maranhão</OPTION> <OPTION class=combo value=MT>Mato Grosso</OPTION> <OPTION class=combo value=PA>Pará</OPTION> <OPTION class=combo value=RO>Rondônia</OPTION> <OPTION class=combo value=RR>Roraima</OPTION> <OPTION class=combo value=TO>Tocantins</OPTION></SELECT></DIV> |
82 | 87 | <DIV id=ano><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>Ano - AUTEX</FONT><BR><SELECT class=combo name=cboAno> <OPTION class=combo value=TODOS selected>Todos</OPTION> <OPTION class=combo value=2007>2007</OPTION> <OPTION class=combo value=2006>2006</OPTION> <OPTION class=combo value=2005>2005</OPTION> <OPTION class=combo value=2004>2004</OPTION> <OPTION class=combo value=2003>2003</OPTION> </SELECT></DIV> |
83 | 88 | <DIV id=mes><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>Mês</FONT><BR><SELECT class=combo name=cboMes> <OPTION class=combo value=TODOS selected>Todos</OPTION> <OPTION class=combo value=01>Janeiro</OPTION> <OPTION class=combo value=02>Fevereiro</OPTION> <OPTION class=combo value=03>Março</OPTION> <OPTION class=combo value=04>Abril</OPTION> <OPTION class=combo value=05>Maio</OPTION> <OPTION class=combo value=06>Junho</OPTION> <OPTION class=combo value=07>Julho</OPTION> <OPTION class=combo value=08>Agosto</OPTION> <OPTION class=combo value=09>Setembro</OPTION> <OPTION class=combo value=10>Outubro</OPTION> <OPTION class=combo value=11>Novembro</OPTION> <OPTION class=combo value=12>Dezembro</OPTION></SELECT> </DIV> |
84 | -<DIV id=cnpj><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>CNPJ/CPF - Detentor</FONT><BR><INPUT class=combo name=txtCnpj> </INPUT></DIV> | |
89 | +<DIV id=cnpj><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>CNPJ/CPF - Detentor</FONT><BR><INPUT class=combo name=txtCnpj /></DIV> | |
85 | 90 | <DIV id=categoria><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>Categoria</FONT><BR><SELECT class=combo name=cboCategoria> <OPTION class=combo value=TODOS selected>Todos</OPTION> <OPTION class=combo value=0>Pequena Escala</OPTION> <OPTION class=combo value=1>Empresarial</OPTION> <OPTION class=combo value=2>Comunitário de Pequena Escala</OPTION> <OPTION class=combo value=3>Manejo em Regime Especial em Volume</OPTION> <OPTION class=combo value=4>Palmeiras</OPTION> <OPTION class=combo value=5>Comunitário Empresarial</OPTION> <OPTION value=6>Em Certificação</OPTION></SELECT></DIV> |
86 | 91 | <DIV id=situacao><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>Situação</FONT><BR><SELECT class=combo name=cboSituacao> <OPTION class=combo value=TODOS selected>Todos</OPTION> <OPTION class=combo value=0>Apto</OPTION> <OPTION class=combo value=1>Suspenso</OPTION> <OPTION class=combo value=2>Cancelado</OPTION> <OPTION class=combo value=3>Indeferido</OPTION> <OPTION class=combo value=4>Em análise</OPTION> <OPTION class=combo value=5>Em análise com pendência</OPTION> <OPTION class=combo value=6>Manutenção</OPTION> <OPTION class=combo value=7>Cadastro inicial</OPTION></SELECT></DIV> |
87 | 92 | <DIV id=pesquisar> |
88 | -<INPUT class=combo onclick=executa() type=button value=Pesquisar></INPUT> | |
93 | +<INPUT class=combo onclick=executa() type=button value=Pesquisar /> | |
89 | 94 | </DIV> |
90 | 95 | </form> |
91 | 96 | <DIV id=ResultadoPesquisa></DIV> |
92 | -</body> | |
93 | -<script> | |
97 | +<script type="text/javascript" > | |
94 | 98 | /* |
95 | 99 | Title: Formulário de consulta aos planos de manejo florestal. |
96 | 100 | |
... | ... | @@ -151,4 +155,5 @@ function listaretornof(retorno) |
151 | 155 | {document.getElementById("ResultadoPesquisa").innerHTML = "<b>Erro. O mapa não pode ser criado!"} |
152 | 156 | } |
153 | 157 | </script> |
154 | - | |
158 | +</body> | |
159 | +</html> | ... | ... |
ferramentas/pontoempoligono/index.htm
... | ... | @@ -2,14 +2,16 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div style="top:0px;left:-10px;display:block;width:100%;" id='resultado' > |
9 | 10 | </div> |
10 | 11 | <div style="top:10px;left:0px;display:block;width:100%;color:red" id='fim' > |
11 | 12 | </div> |
12 | -</body> | |
13 | + | |
13 | 14 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
14 | 15 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
16 | +</body> | |
15 | 17 | </html> |
16 | 18 | \ No newline at end of file | ... | ... |
ferramentas/pontosdistri/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body class="yui-skin-sam"> |
9 | 10 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -11,23 +12,23 @@ |
11 | 12 | <div id=guia2 >Propriedades</div> |
12 | 13 | <div id=guia3 >?</div> |
13 | 14 | </div> |
14 | - <span id=geral style="left:0px;top:0px;" > | |
15 | + <div id=geral style="left:0px;top:0px;" > | |
15 | 16 | <div class=guiaobj id="guia1obj" style="display:block;top:0px;left:0px" > |
16 | 17 | </div> |
17 | 18 | <div class=guiaobj id="guia2obj" style="display:none;" > |
18 | 19 | <div>Opções de cores e classes do tema resultante:<br><br></div> |
19 | - <table class=lista2 width="90%"> | |
20 | + <table summary="" class=lista2 width="90%"> | |
20 | 21 | <tr> |
21 | 22 | <td>Número de classes:</td> |
22 | 23 | <td><input style="cursor:text" size=4 class=digitar type='text' id='numclasses' value='50' /></td> |
23 | 24 | </tr> |
24 | 25 | <tr> |
25 | 26 | <td>Cor inicial:</td> |
26 | - <td><input style="cursor:text" size=12 class=digitar type='text' id='cori' value='0,0,0' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('cori')" /></td> | |
27 | + <td><input style="cursor:text" size=12 class=digitar type='text' id='cori' value='0,0,0' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('cori')" /></td> | |
27 | 28 | </tr> |
28 | 29 | <tr> |
29 | 30 | <td>Cor final:</td> |
30 | - <td><input style="cursor:text" size=12 class=digitar type='text' id='corf' value='255,255,255' /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('corf')" /></td> | |
31 | + <td><input style="cursor:text" size=12 class=digitar type='text' id='corf' value='255,255,255' /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('corf')" /></td> | |
31 | 32 | </tr> |
32 | 33 | <tr> |
33 | 34 | <td onclick='vercores()'><input id=botao4 size=15 type=button value='ver cores' /></td> |
... | ... | @@ -45,11 +46,12 @@ As an&aacute;lises podem consumir muito tempo de processamento, portanto, tenha |
45 | 46 | </div> |
46 | 47 | </div> |
47 | 48 | <div id="resultado" style="display:none;position:relative;top:10px;left:0px;"></div> |
48 | - </span> | |
49 | + </div> | |
49 | 50 | <input type=hidden id=listadeitens value="" /> |
50 | 51 | <input type=hidden id=tema value="" /> |
51 | 52 | |
52 | -</body> | |
53 | + | |
53 | 54 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
54 | 55 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
56 | +</body> | |
55 | 57 | </html> |
56 | 58 | \ No newline at end of file | ... | ... |
ferramentas/scielo/index.htm
... | ... | @@ -2,11 +2,14 @@ |
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | 3 | <head> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | - <style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | + <style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
8 | + | |
7 | 9 | <body class="yui-skin-sam" > |
8 | 10 | <div style="top:0px;left:5px;display:block;width:100%;height:150px;overflow:auto" id="resultadoscielo" >Aguarde...</div> |
9 | - </body> | |
11 | + | |
10 | 12 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
11 | 13 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
14 | +</body> | |
12 | 15 | </html> |
13 | 16 | \ No newline at end of file | ... | ... |
ferramentas/selecao/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body class="yui-skin-sam" > |
9 | 10 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -12,12 +13,12 @@ |
12 | 13 | <div id=guia3 >Por tema</div> |
13 | 14 | <div id=guia4 >Opções</div> |
14 | 15 | </div> |
15 | - <span id=geral style="left:0px;top:0px;"> | |
16 | + <div id=geral style="left:0px;top:0px;"> | |
16 | 17 | <div style=top:1px;left:0px;text-align:center;width:90%; > |
17 | - <img id=selecaopt onclick="tiposel(this)" src="../../imagens/selpt.png" title="Clique no mapa para selecionar" style="cursor:pointer;border:1px solid white" /> | |
18 | - <img id=selecaoext onclick="tiposel(this)" src="../../imagens/selext.png" title="Seleciona o que estiver visível no mapa" style="cursor:pointer;border:1px solid gray" /> | |
19 | - <img id=selecaobox onclick="tiposel(this)" src="../../imagens/selbox.png" title="Desenhe um retângulo no mapa para selecionar" style="cursor:pointer;border:1px solid gray" /> | |
20 | - <img id=selecaopoli onclick="tiposel(this)" src="../../imagens/selpoli.png" title="Desenhe um polígono no mapa para selecionar" style="cursor:pointer;border:1px solid gray" /> | |
18 | + <img alt="selpt.png" id=selecaopt onclick="tiposel(this)" src="../../imagens/selpt.png" title="Clique no mapa para selecionar" style="cursor:pointer;border:1px solid white" /> | |
19 | + <img alt="selext.png" id=selecaoext onclick="tiposel(this)" src="../../imagens/selext.png" title="Seleciona o que estiver visível no mapa" style="cursor:pointer;border:1px solid gray" /> | |
20 | + <img alt="selbox.png" id=selecaobox onclick="tiposel(this)" src="../../imagens/selbox.png" title="Desenhe um retângulo no mapa para selecionar" style="cursor:pointer;border:1px solid gray" /> | |
21 | + <img alt="selpoli.png" id=selecaopoli onclick="tiposel(this)" src="../../imagens/selpoli.png" title="Desenhe um polígono no mapa para selecionar" style="cursor:pointer;border:1px solid gray" /> | |
21 | 22 | </div> |
22 | 23 | <input type=button id=parapoli style="cursor:pointer;display:none;text-align:center" value="concluir polígono" onclick="concluipoligono()"/> |
23 | 24 | <div id=opc1 style=top:0px;left:10px;text-align:left;width:90%; > |
... | ... | @@ -41,7 +42,7 @@ |
41 | 42 | <div id=guia2obj style="width:95%;display:none;left:10px;top:5px"> |
42 | 43 | <div id=opc3 style=top:0px;left:0px;text-align:left;display:none;> |
43 | 44 | Utilize as opções abaixo para construir a expressção: |
44 | - <table id="parametros" > | |
45 | + <table summary="" id="parametros" > | |
45 | 46 | </table> |
46 | 47 | <div onclick="aplicaselecao()" style="text-align:left;position:relative;top:10px;left:0px"> |
47 | 48 | <input id=botao2 size=10 type=button value="Aplicar" /> |
... | ... | @@ -61,7 +62,7 @@ |
61 | 62 | </div> |
62 | 63 | </div> |
63 | 64 | <div id=guia4obj style="width:95%;display:none;left:10px;top:10px"> |
64 | - <table class=lista3 width="90%"> | |
65 | + <table summary="" class=lista3 width="90%"> | |
65 | 66 | <tr> |
66 | 67 | <td>Distância utilizada ao selecionar por ponto (em metros):</td> |
67 | 68 | <td><input style="cursor:text" size=4 class=digitar type='text' id=toleranciapt value='0' /></td> |
... | ... | @@ -70,8 +71,9 @@ |
70 | 71 | |
71 | 72 | </div> |
72 | 73 | |
73 | - </span> | |
74 | -</body> | |
74 | + </div> | |
75 | + | |
75 | 76 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
76 | 77 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
78 | +</body> | |
77 | 79 | </html> |
78 | 80 | \ No newline at end of file | ... | ... |
ferramentas/sibea/pesquisa.htm
... | ... | @@ -93,7 +93,7 @@ Educadores cadastrados no SIBEA. <a href="http://sibea.mma.gov.br/dcsibea/" targ |
93 | 93 | </form> |
94 | 94 | <DIV id=ResultadoPesquisa></DIV> |
95 | 95 | </body> |
96 | -<script> | |
96 | +<script type="text/javascript" > | |
97 | 97 | /* |
98 | 98 | Title: Formulário de consulta ao SIBEA. |
99 | 99 | ... | ... |
ferramentas/tabela/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body class="yui-skin-sam" > |
9 | 10 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -13,10 +14,10 @@ |
13 | 14 | <div id=guia4 >Gráficos</div> |
14 | 15 | <div id=guia5 >Relatórios</div> |
15 | 16 | </div> |
16 | - <span id=geral style="left:0px;top:0px;"> | |
17 | + <div id=geral style="left:0px;top:0px;"> | |
17 | 18 | <div id=resultadotab style="position:relative;top:5px;left:0px"></div> |
18 | 19 | <div id=guia1obj style="width:90%"> |
19 | - <table class=lista > | |
20 | + <table summary="" class=lista > | |
20 | 21 | <tr> |
21 | 22 | <td><input style="cursor:pointer" onclick="registrosf()" type=checkbox id=tiporeg CHECKED /></td> |
22 | 23 | <td>Considerar na listagem apenas a região mostrada no mapa (se essa opção for desmarcada, será considerada a extensão geográfica do mapa inicial)</td> |
... | ... | @@ -30,12 +31,12 @@ |
30 | 31 | <div id=combot style="position:relative;top:5px;left:0px;"> |
31 | 32 | </div> |
32 | 33 | <div id=contador style="background-color:rgb(240,240,240);width:90%;position:relative;top:15px;left:0px;text-align:left"> |
33 | - de <img style=cursor:pointer onclick='menosf()' src=../../imagens/minus.gif /> | |
34 | + de <img alt="minus.gif" style=cursor:pointer onclick='menosf()' src=../../imagens/minus.gif /> | |
34 | 35 | <input type=text class=digitar size=5 value=1 id=inicio /> |
35 | 36 | até |
36 | 37 | <input type=text class=digitar size=5 value=20 id=fim /> |
37 | - <img style=cursor:pointer onclick='maisf()'src=../../imagens/plus.gif /> | |
38 | - <span style=cursor:pointer onclick='registrosf()' ><img title='listar dados' src=../../imagens/tic.png /> Listar</span> | |
38 | + <img alt="plus.gif" style=cursor:pointer onclick='maisf()' src=../../imagens/plus.gif /> | |
39 | + <span style=cursor:pointer onclick='registrosf()' ><img alt="tic.png" title='listar dados' src=../../imagens/tic.png /> Listar</span> | |
39 | 40 | </div> |
40 | 41 | <div id=registros style="position:relative;top:20px;left:0px;text-align:left;"> |
41 | 42 | </div> |
... | ... | @@ -113,7 +114,7 @@ |
113 | 114 | <input type=hidden id=excluirvalor name=excluirvalor value="" /> |
114 | 115 | </form> |
115 | 116 | </div> |
116 | - </span> | |
117 | + </div> | |
117 | 118 | |
118 | 119 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
119 | 120 | <script language="JavaScript" type="text/javascript" src="index.js"></script> | ... | ... |
ferramentas/tipoimagem/index.htm
... | ... | @@ -2,12 +2,13 @@ |
2 | 2 | <head> |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body> |
8 | 9 | <div id=opcoes style=top:0px;left:0px;text-align:left;width:100%; > |
9 | 10 | Escolha o filtro que será aplicado. Filtros podem tornar o desenho do mapa mais lento.<br><br> |
10 | - <table class=lista3 > | |
11 | + <table summary="" class=lista3 > | |
11 | 12 | <tr> |
12 | 13 | <td><input style='cursor:pointer' type=radio name=tipo value=nenhum checked ></td> |
13 | 14 | <td>nenhum</td> |
... | ... | @@ -29,7 +30,8 @@ |
29 | 30 | <input id=botao1 type="button" size=10 value="Aplicar" /> |
30 | 31 | </div> |
31 | 32 | </div> |
32 | -</body> | |
33 | + | |
33 | 34 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
34 | 35 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
36 | +</body> | |
35 | 37 | </html> |
36 | 38 | \ No newline at end of file | ... | ... |
ferramentas/toponimia/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body class="yui-skin-sam"> |
9 | 10 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
... | ... | @@ -13,7 +14,7 @@ |
13 | 14 | <div id=guia4 >Outros</div> |
14 | 15 | <div id=guia5 >Testar</div> |
15 | 16 | </div> |
16 | - <span id=geral style="left:0px;top:0px;"> | |
17 | + <div id=geral style="left:0px;top:0px;"> | |
17 | 18 | <div id=executar style="width:95%;text-align:left;top:5px;left:5px;"> |
18 | 19 | <input size=10 type=button id=botao1 value="Aplicar" /> |
19 | 20 | </div> |
... | ... | @@ -26,7 +27,7 @@ |
26 | 27 | </div> |
27 | 28 | <div id=guia2obj style="width:95%;text-align:left;display:none;width:90%;left:0px"> |
28 | 29 | <div style="width:95%;text-align:left;top:15px;left:0px" > |
29 | - <table class=lista2 > | |
30 | + <table summary="" class=lista2 > | |
30 | 31 | <tr><td>Fonte:</td><td><span id="listaf"></span></td></tr> |
31 | 32 | <tr><td>Tamanho:</td><td><input class=digitar size=2 type=text value=8 id=tamanho_i /></td></tr> |
32 | 33 | <tr><td>Ângulo (no caso de linhas pode ser utilizado AUTO ou CURVO, nesses casos, a fonte não pode ser do tipo bitmap):</td><td><input class=digitar size=4 type=text value=0 id=angulo_i /></td></tr> |
... | ... | @@ -34,22 +35,22 @@ |
34 | 35 | <td>Deslocamento do texto em relação ao ponto de inclusão:</td> |
35 | 36 | <td>x <input class=digitar size=2 type=text value=0 id=offsetx_i /> y <input class=digitar size=2 type=text value=0 id=offsety_i /></td> |
36 | 37 | </tr> |
37 | - <tr><td>Cor do texto:</td><td><input class=digitar size=11 type=text value="0 0 0" id=frente_i /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frente_i')" /></td></tr> | |
38 | - <tr><td>Cor da máscara de um pixel de entorno:</td><td><input class=digitar size=11 type=text value="" id=mascara_i /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('mascara_i')" /></td></tr> | |
38 | + <tr><td>Cor do texto:</td><td><input class=digitar size=11 type=text value="0 0 0" id=frente_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frente_i')" /></td></tr> | |
39 | + <tr><td>Cor da máscara de um pixel de entorno:</td><td><input class=digitar size=11 type=text value="" id=mascara_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('mascara_i')" /></td></tr> | |
39 | 40 | <tr> |
40 | 41 | <td>Posicionamento:</td> |
41 | 42 | <td> |
42 | - <select id=position_i >" | |
43 | - <option value="MS_AUTO" >automático</option>" | |
44 | - <option value="MS_UL" >superior esquerdo</option>" | |
45 | - <option value="MS_UC" >superior centro</option>" | |
46 | - <option value="MS_UR" >superior direito</option>" | |
47 | - <option value="MS_CL" >centro esquerdo</option>" | |
48 | - <option value="MS_CC" >centro</option>" | |
49 | - <option value="MS_CR" >centro direito</option>" | |
50 | - <option value="MS_LL" >inferior esquerdo</option>" | |
51 | - <option value="MS_LC" >inferior centro</option>" | |
52 | - <option value="MS_LR" >inferior direito</option>" | |
43 | + <select id=position_i > | |
44 | + <option value="MS_AUTO" >automático</option> | |
45 | + <option value="MS_UL" >superior esquerdo</option> | |
46 | + <option value="MS_UC" >superior centro</option> | |
47 | + <option value="MS_UR" >superior direito</option> | |
48 | + <option value="MS_CL" >centro esquerdo</option> | |
49 | + <option value="MS_CC" >centro</option> | |
50 | + <option value="MS_CR" >centro direito</option> | |
51 | + <option value="MS_LL" >inferior esquerdo</option> | |
52 | + <option value="MS_LC" >inferior centro</option> | |
53 | + <option value="MS_LR" >inferior direito</option> | |
53 | 54 | </select> |
54 | 55 | </td> |
55 | 56 | </tr> |
... | ... | @@ -58,23 +59,23 @@ |
58 | 59 | </div> |
59 | 60 | <div id=guia3obj style="display:none;width:95%;left:0px"> |
60 | 61 | <div style="width:95%;top:15px;left:0px;" > |
61 | - <table class="lista2" > | |
62 | - <tr><td>Cor do fundo:</td><td><input class=digitar size=9 type=text value="" id=fundoc_i /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('fundoc_i')" /></td></tr> | |
63 | - <tr><td>Cor da sombra do fundo:</td><td><input class=digitar size=9 type=text value="" id=sombra_i /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('sombra_i')" /></td></tr> | |
62 | + <table summary="" class="lista2" > | |
63 | + <tr><td>Cor do fundo:</td><td><input class=digitar size=9 type=text value="" id=fundoc_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('fundoc_i')" /></td></tr> | |
64 | + <tr><td>Cor da sombra do fundo:</td><td><input class=digitar size=9 type=text value="" id=sombra_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('sombra_i')" /></td></tr> | |
64 | 65 | <tr><td>Deslocamento da sombra do fundo:</td><td>x <input class=digitar size=1 type=text value="1" id=sombrax_i /> y <input class=digitar size=1 type=text value="1" id=sombray_i /></td></tr> |
65 | - <tr><td>Cor da sombra:</td><td><input class=digitar size=9 type=text value="" id=frentes_i /><img style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frentes_i')" /></td></tr> | |
66 | + <tr><td>Cor da sombra:</td><td><input class=digitar size=9 type=text value="" id=frentes_i /><img alt="aquarela.gif" style=cursor:pointer src='../../imagens/aquarela.gif' onclick="corj('frentes_i')" /></td></tr> | |
66 | 67 | <tr><td>Deslocamento da sombra:</td><td>x <input class=digitar size=1 type=text value="1" id=frentex_i /> y <input class=digitar size=1 type=text value="1" id=frentey_i /></td></tr> |
67 | 68 | </table> |
68 | 69 | </div> |
69 | 70 | </div> |
70 | 71 | <div id=guia4obj style="display:none;width:90%;left:0px"> |
71 | 72 | <div style="width:90%;top:15px;left:0px" > |
72 | - <table class="lista2" width="95%"> | |
73 | + <table summary="" class="lista2" width="95%"> | |
73 | 74 | <tr><td>Força colisões entre textos?:</td> |
74 | 75 | <td> |
75 | - <select id=force_i >" | |
76 | - <option value="0" >não</option>" | |
77 | - <option value="1" >sim</option>" | |
76 | + <select id=force_i > | |
77 | + <option value="0" >não</option> | |
78 | + <option value="1" >sim</option> | |
78 | 79 | </select> |
79 | 80 | </td> |
80 | 81 | </tr> |
... | ... | @@ -82,9 +83,9 @@ |
82 | 83 | <tr><td>Tamanho mínimo do elemento cartográfico(em pixel):</td><td><input class=digitar size=4 type=text value="auto" id=minfeaturesize_i /></td></tr> |
83 | 84 | <tr><td>O texto pode ultrapassar o mapa?:</td> |
84 | 85 | <td> |
85 | - <select id=partials_i >" | |
86 | - <option value="1" >sim</option>" | |
87 | - <option value="0" >não</option>" | |
86 | + <select id=partials_i > | |
87 | + <option value="1" >sim</option> | |
88 | + <option value="0" >não</option> | |
88 | 89 | </select> |
89 | 90 | </td> |
90 | 91 | </tr> |
... | ... | @@ -95,8 +96,9 @@ |
95 | 96 | <div id=teste style="width:90%;top:15px;left:0px;" > |
96 | 97 | </div> |
97 | 98 | </div> |
98 | - </span> | |
99 | -</body> | |
99 | + </div> | |
100 | + | |
100 | 101 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
101 | 102 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
103 | +</body> | |
102 | 104 | </html> |
103 | 105 | \ No newline at end of file | ... | ... |
ferramentas/upload/index.htm
... | ... | @@ -3,7 +3,8 @@ |
3 | 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css"> |
6 | -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
7 | +<title></title> | |
7 | 8 | </head> |
8 | 9 | <body > |
9 | 10 | <div style="top:5px;left:10px;display:block;position:absolute"> |
... | ... | @@ -15,15 +16,13 @@ shx: <input class=digitar type="file" size=20 name="fileshx"> |
15 | 16 | dbf: <input class=digitar type="file" size=20 name="filedbf"></pre> |
16 | 17 | Projeção: |
17 | 18 | <div id=listaepsg style='left:0px;overflow:auto;height:60px'></div> |
18 | - | |
19 | 19 | <div onclick='submete()' style='top:10px;left:0px'> |
20 | -<input id=botao1 type="button" value="Carregar" size=12 name="submit"> | |
20 | + <input id=botao1 type="button" value="Carregar" size=12 name="submit" /> | |
21 | + <input type="hidden" name="MAX_FILE_SIZE" value="10000" /> | |
21 | 22 | </div> |
22 | -</div> | |
23 | -<input type="hidden" name="MAX_FILE_SIZE" value="10000" /> | |
24 | 23 | </form> |
25 | 24 | </div> |
26 | -</body> | |
27 | 25 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
28 | 26 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
27 | +</body> | |
29 | 28 | </html> |
30 | 29 | \ No newline at end of file | ... | ... |
ferramentas/wiki/index.htm
... | ... | @@ -2,13 +2,14 @@ |
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | 3 | <head> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css"> |
5 | - <style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
5 | + <style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> | |
6 | +<title></title> | |
6 | 7 | </head> |
7 | 8 | <body class="yui-skin-sam" > |
8 | 9 | <div style="top:5px;left:5px;display:block;width:90%" id="resultadowiki" >Aguarde...</div> |
9 | 10 | |
10 | - </body> | |
11 | + | |
11 | 12 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
12 | 13 | <script language="JavaScript" type="text/javascript" src="index.js"></script> |
13 | - | |
14 | +</body> | |
14 | 15 | </html> |
15 | 16 | \ No newline at end of file | ... | ... |