Commit 40b4f3d60f08e186fb9effbbeb1343ba92c49e3e
1 parent
e9e1a1f4
Exists in
master
and in
7 other branches
Correção nas guias das ferramentas que estavam deslocando a barra de rolagem no IE.
Showing
126 changed files
with
185 additions
and
185 deletions
Show diff stats
Too many changes.
To preserve performance only 100 of 126 files displayed.
ferramentas/3d/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/3d/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="top:5px;left:-10px;display:block;width:100%;" id='resultado' > |
17 | 17 | </div> |
18 | 18 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> | ... | ... |
ferramentas/agrupaelementos/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/agrupaelementos/index.htm
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <style type="text/css" >.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> |
6 | 6 | <title></title> |
7 | 7 | </head> |
8 | -<body class="yui-skin-sam"> | |
8 | +<body name="ancora" class="yui-skin-sam"> | |
9 | 9 | <div style="top:0px;left:0px;display:block;width:95%;" id='resultado' > |
10 | 10 | </div> |
11 | 11 | <div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' > | ... | ... |
ferramentas/analisageometrias/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/analisageometrias/index.htm
... | ... | @@ -12,12 +12,12 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Capturar</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Listar</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Análise</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Capturar</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Listar</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Análise</div></em></a></li> | |
21 | 21 | </ul> |
22 | 22 | </div> |
23 | 23 | <div id=geral style="left:0px;top:0px;" > | ... | ... |
ferramentas/baseguias/index.htm
ferramentas/buffer/exemplo.htm
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <head> |
5 | 5 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
6 | 6 | </head> |
7 | -<body id="i3geo" class=yui-skin-sam > | |
7 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
8 | 8 | <script type="text/javascript"> |
9 | 9 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
10 | 10 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/buffer/index.htm
... | ... | @@ -11,7 +11,7 @@ body { |
11 | 11 | } |
12 | 12 | </style> |
13 | 13 | </head> |
14 | -<body class="yui-skin-sam"> | |
14 | +<body name="ancora" class="yui-skin-sam"> | |
15 | 15 | <div style="top:0px;left:0px;display:block;width:95%;" id='resultado' > |
16 | 16 | </div> |
17 | 17 | <div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' > | ... | ... |
ferramentas/busca/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/busca/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="top:5px;left:5px;width:300px"> |
17 | 17 | <input style='cursor:text' class=digitar type=text size=47 id=palavra value='digite aqui o texto...'/> |
18 | 18 | </div> | ... | ... |
ferramentas/buscafotos/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/buscafotos/index.htm
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> |
5 | 5 | <title></title> |
6 | 6 | </head> |
7 | - <body class="yui-skin-sam" > | |
7 | + <body name="ancora" class="yui-skin-sam" > | |
8 | 8 | <div id=mensagem style=display:block > |
9 | 9 | <p>As fotos mostradas aqui são de responsabilidade dos serviços de hospedagem utilizados na busca e podem abranger temáticas diversas. |
10 | 10 | <p>A busca é feita apenas para a região de abrangência do mapa atual, cuja escala deve estar em pelo menos 1:300.000. | ... | ... |
ferramentas/buscarapida/exemplo.htm
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../css/botoes.css"> |
6 | 6 | </head> |
7 | -<body id="i3geo" class=yui-skin-sam style="background-color:white;"> | |
7 | +<body name="ancora" id="i3geo" class=yui-skin-sam style="background-color:white;"> | |
8 | 8 | <center> |
9 | 9 | <div id=busca style="background-color:white;text-aline:center" ></div> |
10 | 10 | <script type="text/javascript"> | ... | ... |
ferramentas/buscarapida/gadget.php
... | ... | @@ -11,7 +11,7 @@ if(!isset($locaplic)) |
11 | 11 | <link rel="stylesheet" type="text/css" href="../../css/botoes.css"> |
12 | 12 | <title></title> |
13 | 13 | </head> |
14 | - <body class="yui-skin-sam;" style="overflow:auto;"> | |
14 | + <body name="ancora" class="yui-skin-sam;" style="overflow:auto;"> | |
15 | 15 | <div style="top:5px;left:1px;display:block;width:90%;" id="resultado" >Aguarde...</div> |
16 | 16 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
17 | 17 | <script language="JavaScript" type="text/javascript" src="index.js"></script> | ... | ... |
ferramentas/buscarapida/index.htm
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/botoes.css"> |
5 | 5 | <title></title> |
6 | 6 | </head> |
7 | -<body class="yui-skin-sam;" style="overflow:auto;"> | |
7 | +<body name="ancora" class="yui-skin-sam;" style="overflow:auto;"> | |
8 | 8 | <div style="top:5px;left:1px;display:block;width:90%;" id="resultado" >Aguarde...</div> |
9 | 9 | |
10 | 10 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> | ... | ... |
ferramentas/carregamapa/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/centroide/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/centroide/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="top:0px;left:0px;display:block;width:95%;" id='resultado' > |
17 | 17 | </div> |
18 | 18 | <div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' > | ... | ... |
ferramentas/colorpicker/index.htm
ferramentas/conectargeorss/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/conectargeorss/index.htm
... | ... | @@ -12,11 +12,11 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Serviços</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Canais</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Serviços</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Canais</div></em></a></li> | |
20 | 20 | </ul> |
21 | 21 | </div> |
22 | 22 | <div id=geral style="left:0px;top:0px;"> | ... | ... |
ferramentas/conectarwfs/index.htm
... | ... | @@ -12,13 +12,13 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div id=fundo > |
17 | 17 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
18 | 18 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
19 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Serviços</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Metadados</div></em></a></li> | |
21 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Temas</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Serviços</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Metadados</div></em></a></li> | |
21 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Temas</div></em></a></li> | |
22 | 22 | </ul> |
23 | 23 | </div> |
24 | 24 | <div id=geral > | ... | ... |
ferramentas/conectarwms/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/conectarwms/index.htm
... | ... | @@ -12,12 +12,12 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Serviços</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Metadados</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Temas</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Serviços</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Metadados</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Temas</div></em></a></li> | |
21 | 21 | </ul> |
22 | 22 | </div> |
23 | 23 | <div id=geral style="left:0px;top:0px;"> | ... | ... |
ferramentas/confluence/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/confluence/index.htm
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style> |
5 | 5 | <title></title> |
6 | 6 | </head> |
7 | -<body class="yui-skin-sam" > | |
7 | +<body name="ancora" class="yui-skin-sam" > | |
8 | 8 | <div style="top:0px;left:0px;overflow:auto;height:230px;" id="resultadoconfluence" >Aguarde...</div> |
9 | 9 | <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script> |
10 | 10 | <script language="JavaScript" type="text/javascript" src="index.js"></script> | ... | ... |
ferramentas/convertekml/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/convertekml/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div id=resultado style="left:0px;width:100%;top:5px;overflow:auto"></div> |
17 | 17 | <div id=men1 style="left:0px;width:100%;top:20px"> |
18 | 18 | Você pode utilizar o endereço mostrado acima | ... | ... |
ferramentas/convertemapakml/index.htm
... | ... | @@ -12,8 +12,8 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
16 | -<div id=resultado style="left:0px;width:100%;top:5px;overflow:auto"></div> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | +<div id=resultado style="height:100px;left:0px;width:100%;top:5px;overflow:auto"></div> | |
17 | 17 | <div id=men1 style="left:0px;width:100%;top:20px"> |
18 | 18 | Você pode utilizar o endereço mostrado acima |
19 | 19 | para visualizar um tema em softwares que aceitam o formato kml. | ... | ... |
ferramentas/convertews/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/convertews/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div id=resultado style="left:0px;width:100%;top:5px;overflow:auto"></div> |
17 | 17 | <div id=men1 style="left:0px;width:100%;top:20px"> |
18 | 18 | Você pode utilizar o endereço mostrado acima em softwares de geoprocessamento | ... | ... |
ferramentas/cores.htm
ferramentas/dissolve/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/dissolve/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="top:-10px;left:0px;display:block;width:95%;" id='resultado' > |
17 | 17 | </div> |
18 | 18 | <div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' > | ... | ... |
ferramentas/download/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body style='background-color:white;margin:0px'> | |
15 | +<body name="ancora" style='background-color:white;margin:0px'> | |
16 | 16 | <div style="top:0px;left:10px;width:90%;overflow:auto;height:150px;" id='resultado' > Aguarde...</div> |
17 | 17 | <script language="JavaScript" type="text/javascript" src="../funcoes.js"></script> |
18 | 18 | <script src="../../pacotes/cpaint/cpaint2.inc.compressed.js" type="text/javascript"></script> | ... | ... |
ferramentas/downloadbase/index.htm
ferramentas/especies/pesquisa.htm
... | ... | @@ -84,7 +84,7 @@ height: 35px; |
84 | 84 | </style> |
85 | 85 | <title></title> |
86 | 86 | </head> |
87 | -<body class="yui-skin-sam"> | |
87 | +<body name="ancora" class="yui-skin-sam"> | |
88 | 88 | <FONT face=Arial color=#808000 size=4>Busca espécies - NatureServer</FONT><br> |
89 | 89 | <FONT face=Arial color=#808000 size=2> |
90 | 90 | Banco de dados NatureServer . <a href="http://www.natureserve.org/infonatura/" target=blank >Mais info...</a> | ... | ... |
ferramentas/etiqueta/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/etiqueta/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="text-align:left;top:0px;left:0px;"> |
17 | 17 | Escolha o item que será utilizado como fonte de dados para incluir a etiqueta: |
18 | 18 | <div id=listai class=digitar style="text-align:left;top:10px;left:0px;height:100px;overflow:auto;"></div> | ... | ... |
ferramentas/exemplo/index.htm
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <link rel="stylesheet" type="text/css" href="../../css/ferramentas.css"> |
6 | 6 | <title></title> |
7 | 7 | </head> |
8 | -<body class="yui-skin-sam"> | |
8 | +<body name="ancora" class="yui-skin-sam"> | |
9 | 9 | <div id=fundo > |
10 | 10 | <div class="guias"> |
11 | 11 | <div class=guia id=guia1 > Guia 1 </div> | ... | ... |
ferramentas/filtro/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/filtro/index.htm
... | ... | @@ -12,12 +12,12 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Construir</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Digitar</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Testar</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Construir</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Digitar</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Testar</div></em></a></li> | |
21 | 21 | </ul> |
22 | 22 | </div> |
23 | 23 | <div id=geral style="left:0px;top:0px;"> | ... | ... |
ferramentas/funcoes.js
... | ... | @@ -944,7 +944,7 @@ function ativaGuias() |
944 | 944 | for(g=0;g<12;g++) |
945 | 945 | { |
946 | 946 | if($i("guia"+g)) |
947 | - ins += '<li><a href="#"><em><div id=guia'+g+' style=text-align:center;font-size:10px;left:0px; >'+$i("guia"+g).innerHTML+'</div></em></a></li>'; | |
947 | + ins += '<li><a href="#ancora"><em><div id=guia'+g+' style=text-align:center;font-size:10px;left:0px; >'+$i("guia"+g).innerHTML+'</div></em></a></li>'; | |
948 | 948 | } |
949 | 949 | ins += "</ul>"; |
950 | 950 | gpai.innerHTML = ins; | ... | ... |
ferramentas/funcoes_compacto.js
... | ... | @@ -120,7 +120,7 @@ function mensagemOpcao(onde,texto){ var ins="<table style='width:100%;padding:2; |
120 | 120 | else{return(ins);}} |
121 | 121 | function ativaGuias(){ for(g=0;g<12;g++){ if($i("guia"+g)) var gpai=$i("guia"+g).parentNode;} |
122 | 122 | if($i("guiasYUI")){return;} |
123 | - gpai.id="guiasYUI"; gpai.className="yui-navset"; var ins='<ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">'; for(g=0;g<12;g++){ if($i("guia"+g)) ins+='<li><a href="#"><em><div id=guia'+g+' style=text-align:center;font-size:10px;left:0px;>'+$i("guia"+g).innerHTML+'</div></em></a></li>';} | |
123 | + gpai.id="guiasYUI"; gpai.className="yui-navset"; var ins='<ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">'; for(g=0;g<12;g++){ if($i("guia"+g)) ins+='<li><a href="#ancora"><em><div id=guia'+g+' style=text-align:center;font-size:10px;left:0px;>'+$i("guia"+g).innerHTML+'</div></em></a></li>';} | |
124 | 124 | ins+="</ul>"; gpai.innerHTML=ins; for(g=0;g<12;g++){ var guia=$i("guia"+g);}} |
125 | 125 | function mostraGuia(guia){ for(g=0;g<12;g++){ if($i("guia"+g+"obj")){ $i("guia"+g+"obj").style.display="none";}} |
126 | 126 | if($i(guia+"obj")){ $i(guia+"obj").style.display="block";}} | ... | ... |
ferramentas/googlemaps/endereco.php
ferramentas/googlemaps/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/googlemaps/index.htm
ferramentas/googlemaps/index.php
... | ... | @@ -325,7 +325,7 @@ function inicializa(){ |
325 | 325 | } |
326 | 326 | </script> |
327 | 327 | </head> |
328 | - <body onload="inicializa()"> | |
328 | + <body name="ancora" onload="inicializa()"> | |
329 | 329 | <div id="mapa" style="width: 440px; height: 340px"></div> |
330 | 330 | </body> |
331 | 331 | </html> |
332 | 332 | \ No newline at end of file | ... | ... |
ferramentas/gradecoord/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/gradecoord/index.htm
ferramentas/gradehex/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/gradehex/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="top:0px;left:0px;display:block;width:95%;" id='resultado' > |
17 | 17 | </div> |
18 | 18 | <div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' > | ... | ... |
ferramentas/gradepol/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/gradepol/index.htm
... | ... | @@ -11,7 +11,7 @@ body { |
11 | 11 | } |
12 | 12 | </style> |
13 | 13 | </head> |
14 | -<body class="yui-skin-sam"> | |
14 | +<body name="ancora" class="yui-skin-sam"> | |
15 | 15 | <div style="top:0px;left:0px;display:block;width:95%;" id='resultado' > |
16 | 16 | </div> |
17 | 17 | <div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' > | ... | ... |
ferramentas/gradepontos/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/gradepontos/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="top:0px;left:0px;display:block;width:95%;" id='resultado' > |
17 | 17 | </div> |
18 | 18 | <div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' > | ... | ... |
ferramentas/graficotema/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/graficotema/index.htm
... | ... | @@ -12,11 +12,11 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Fonte dos dados</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Propriedades</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Fonte dos dados</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Propriedades</div></em></a></li> | |
20 | 20 | </ul> |
21 | 21 | </div> |
22 | 22 | <div id=geral style="left:0px;top:0px;"> | ... | ... |
ferramentas/i3geo_tudo_compacto.js
... | ... | @@ -121,7 +121,7 @@ function mensagemOpcao(onde,texto){ var ins="<table style='width:100%;padding:2; |
121 | 121 | else{return(ins);}} |
122 | 122 | function ativaGuias(){ for(g=0;g<12;g++){ if($i("guia"+g)) var gpai=$i("guia"+g).parentNode;} |
123 | 123 | if($i("guiasYUI")){return;} |
124 | - gpai.id="guiasYUI"; gpai.className="yui-navset"; var ins='<ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">'; for(g=0;g<12;g++){ if($i("guia"+g)) ins+='<li><a href="#"><em><div id=guia'+g+' style=text-align:center;font-size:10px;left:0px;>'+$i("guia"+g).innerHTML+'</div></em></a></li>';} | |
124 | + gpai.id="guiasYUI"; gpai.className="yui-navset"; var ins='<ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">'; for(g=0;g<12;g++){ if($i("guia"+g)) ins+='<li><a href="#ancora"><em><div id=guia'+g+' style=text-align:center;font-size:10px;left:0px;>'+$i("guia"+g).innerHTML+'</div></em></a></li>';} | |
125 | 125 | ins+="</ul>"; gpai.innerHTML=ins; for(g=0;g<12;g++){ var guia=$i("guia"+g);}} |
126 | 126 | function mostraGuia(guia){ for(g=0;g<12;g++){ if($i("guia"+g+"obj")){ $i("guia"+g+"obj").style.display="none";}} |
127 | 127 | if($i(guia+"obj")){ $i(guia+"obj").style.display="block";}} | ... | ... |
ferramentas/i3geo_tudo_compacto.js.php
... | ... | @@ -121,7 +121,7 @@ function mensagemOpcao(onde,texto){ var ins="<table style='width:100%;padding:2; |
121 | 121 | else{return(ins);}} |
122 | 122 | function ativaGuias(){ for(g=0;g<12;g++){ if($i("guia"+g)) var gpai=$i("guia"+g).parentNode;} |
123 | 123 | if($i("guiasYUI")){return;} |
124 | - gpai.id="guiasYUI"; gpai.className="yui-navset"; var ins='<ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">'; for(g=0;g<12;g++){ if($i("guia"+g)) ins+='<li><a href="#"><em><div id=guia'+g+' style=text-align:center;font-size:10px;left:0px;>'+$i("guia"+g).innerHTML+'</div></em></a></li>';} | |
124 | + gpai.id="guiasYUI"; gpai.className="yui-navset"; var ins='<ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">'; for(g=0;g<12;g++){ if($i("guia"+g)) ins+='<li><a href="#ancora"><em><div id=guia'+g+' style=text-align:center;font-size:10px;left:0px;>'+$i("guia"+g).innerHTML+'</div></em></a></li>';} | |
125 | 125 | ins+="</ul>"; gpai.innerHTML=ins; for(g=0;g<12;g++){ var guia=$i("guia"+g);}} |
126 | 126 | function mostraGuia(guia){ for(g=0;g<12;g++){ if($i("guia"+g+"obj")){ $i("guia"+g+"obj").style.display="none";}} |
127 | 127 | if($i(guia+"obj")){ $i(guia+"obj").style.display="block";}} | ... | ... |
ferramentas/identifica/index.htm
... | ... | @@ -12,13 +12,13 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Temas visíveis</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Todos os temas</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Propriedades</div></em></a></li> | |
21 | - <li><a href="#"><em><div id="guia4" style="text-align:center;font-size:10px;left:0px;" >Etiquetas</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Temas visíveis</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Todos os temas</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Propriedades</div></em></a></li> | |
21 | + <li><a href="#ancora"><em><div id="guia4" style="text-align:center;font-size:10px;left:0px;" >Etiquetas</div></em></a></li> | |
22 | 22 | </ul> |
23 | 23 | </div> |
24 | 24 | ... | ... |
ferramentas/imprimir/a4l.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <link rel="stylesheet" type="text/css" href="../../css/geral.css"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/botoes.css"> |
5 | 5 | </head> |
6 | -<body id=corpo style="background-color:white" onmouseover="javascript:this.onmousemove=processevent1"> | |
6 | +<body name="ancora" id=corpo style="background-color:white" onmouseover="javascript:this.onmousemove=processevent1"> | |
7 | 7 | <div id=mapa style="z-index:10;position:absolute;top:20px;left:150px"></div> |
8 | 8 | <div id=legenda style="z-index:0;border:0 solid black;font-size:14px;position:absolute;top:20px;left:0px;height:100%"></div> |
9 | 9 | <div id=escalanumerica style="z-index:15;border:0 solid black;font-size:14px;position:absolute;top:40px;left:150px"></div> | ... | ... |
ferramentas/imprimir/a4lpaisagempdf.htm
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <meta name="keywords" content="mapserver,i3geo,geoprocessamento,mapa,gis,sig,geografia, cartografia"> |
6 | 6 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
7 | 7 | </head> |
8 | -<body class="yui-skin-sam"> | |
8 | +<body name="ancora" class="yui-skin-sam"> | |
9 | 9 | </body> |
10 | 10 | <script type="text/javascript" > |
11 | 11 | var titulo=window.prompt("Digite o título do mapa:") | ... | ... |
ferramentas/imprimir/a4p.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <link rel="stylesheet" type="text/css" href="../../css/geral.css"> |
4 | 4 | <link rel="stylesheet" type="text/css" href="../../css/botoes.css"> |
5 | 5 | </head> |
6 | -<body id=corpo style="background-color:white" onmouseover="javascript:this.onmousemove=processevent1"> | |
6 | +<body name="ancora" id=corpo style="background-color:white" onmouseover="javascript:this.onmousemove=processevent1"> | |
7 | 7 | <div id=mapa style="z-index:10;position:absolute;top:20px;left:150px"></div> |
8 | 8 | <div id=legenda style="z-index:0;border:0 solid black;font-size:14px;position:absolute;top:20px;left:0px;height:100%"></div> |
9 | 9 | <div id=escalanumerica style="z-index:15;border:0 solid black;font-size:14px;position:absolute;top:40px;left:150px"></div> | ... | ... |
ferramentas/imprimir/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/imprimir/index.htm
ferramentas/imprimir/propriedades.htm
... | ... | @@ -13,14 +13,14 @@ body { |
13 | 13 | </style> |
14 | 14 | |
15 | 15 | </head> |
16 | -<body class="yui-skin-sam"> | |
16 | +<body name="ancora" class="yui-skin-sam"> | |
17 | 17 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
18 | 18 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
19 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Título</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Legenda</div></em></a></li> | |
21 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Escala num.</div></em></a></li> | |
22 | - <li><a href="#"><em><div id="guia5" style="text-align:center;font-size:10px;left:0px;" >Mapa</div></em></a></li> | |
23 | - <li><a href="#"><em><div id="guia6" style="text-align:center;font-size:10px;left:0px;" >Fecha</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Título</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Legenda</div></em></a></li> | |
21 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Escala num.</div></em></a></li> | |
22 | + <li><a href="#ancora"><em><div id="guia5" style="text-align:center;font-size:10px;left:0px;" >Mapa</div></em></a></li> | |
23 | + <li><a href="#ancora"><em><div id="guia6" style="text-align:center;font-size:10px;left:0px;" >Fecha</div></em></a></li> | |
24 | 24 | </ul> |
25 | 25 | </div> |
26 | 26 | <div id=geral style="left:0px;top:0px;"> | ... | ... |
ferramentas/inseregrafico/index.htm
... | ... | @@ -12,12 +12,12 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Fonte dos dados</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Propriedades</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >?</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Fonte dos dados</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Propriedades</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >?</div></em></a></li> | |
21 | 21 | </ul> |
22 | 22 | </div> |
23 | 23 | <div id=geral style="left:0px;top:0px;"> | ... | ... |
ferramentas/inseretxt/index.htm
... | ... | @@ -12,14 +12,14 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Digitar</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Capturar</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Propriedades</div></em></a></li> | |
21 | - <li><a href="#"><em><div id="guia4" style="text-align:center;font-size:10px;left:0px;" >Fundo</div></em></a></li> | |
22 | - <li><a href="#"><em><div id="guia5" style="text-align:center;font-size:10px;left:0px;" >Geral</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Digitar</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Capturar</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Propriedades</div></em></a></li> | |
21 | + <li><a href="#ancora"><em><div id="guia4" style="text-align:center;font-size:10px;left:0px;" >Fundo</div></em></a></li> | |
22 | + <li><a href="#ancora"><em><div id="guia5" style="text-align:center;font-size:10px;left:0px;" >Geral</div></em></a></li> | |
23 | 23 | </ul> |
24 | 24 | </div> |
25 | 25 | <div id=geral style="left:0px;top:0px;"> | ... | ... |
ferramentas/inserexy/index.htm
... | ... | @@ -3,7 +3,7 @@ |
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 | 5 | </head> |
6 | -<body class="yui-skin-sam"> | |
6 | +<body name="ancora" class="yui-skin-sam"> | |
7 | 7 | <div id=fundo > |
8 | 8 | <div class="guias"> |
9 | 9 | <div class=guia id=guia1 > Pegar </div> | ... | ... |
ferramentas/inserexy2/index.htm
... | ... | @@ -12,15 +12,15 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Tema</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Direc/dist</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Digitar</div></em></a></li> | |
21 | - <li><a href="#"><em><div id="guia4" style="text-align:center;font-size:10px;left:0px;" >Colar</div></em></a></li> | |
22 | - <li><a href="#"><em><div id="guia5" style="text-align:center;font-size:10px;left:0px;" >Conversor</div></em></a></li> | |
23 | - <li><a href="#"><em><div id="guia6" style="text-align:center;font-size:10px;left:0px;" >Coordenadas</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Tema</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Direc/dist</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Digitar</div></em></a></li> | |
21 | + <li><a href="#ancora"><em><div id="guia4" style="text-align:center;font-size:10px;left:0px;" >Colar</div></em></a></li> | |
22 | + <li><a href="#ancora"><em><div id="guia5" style="text-align:center;font-size:10px;left:0px;" >Conversor</div></em></a></li> | |
23 | + <li><a href="#ancora"><em><div id="guia6" style="text-align:center;font-size:10px;left:0px;" >Coordenadas</div></em></a></li> | |
24 | 24 | </ul> |
25 | 25 | </div> |
26 | 26 | <div id=geral style="left:0px;top:0px;"> | ... | ... |
ferramentas/legenda/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/legenda/index.htm
... | ... | @@ -12,13 +12,13 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;"> |
18 | - <li><a href="#"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Legenda</div></em></a></li> | |
19 | - <li><a href="#"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Classes</div></em></a></li> | |
20 | - <li><a href="#"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Editor</div></em></a></li> | |
21 | - <li><a href="#"><em><div id="guia4" style="text-align:center;font-size:10px;left:0px;" >Gráfico</div></em></a></li> | |
18 | + <li><a href="#ancora"><em><div id="guia1" style="text-align:center;font-size:10px;left:0px;" >Legenda</div></em></a></li> | |
19 | + <li><a href="#ancora"><em><div id="guia2" style="text-align:center;font-size:10px;left:0px;" >Classes</div></em></a></li> | |
20 | + <li><a href="#ancora"><em><div id="guia3" style="text-align:center;font-size:10px;left:0px;" >Editor</div></em></a></li> | |
21 | + <li><a href="#ancora"><em><div id="guia4" style="text-align:center;font-size:10px;left:0px;" >Gráfico</div></em></a></li> | |
22 | 22 | </ul> |
23 | 23 | </div> |
24 | 24 | <div id=geral style="left:0px;top:0px;" > | ... | ... |
ferramentas/minhaferramenta/index.htm
ferramentas/mostraexten/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/mostraexten/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div style='left:0px;display:block'> |
17 | 17 | Extensão geográfica atual, em décimos de grau. As coordenadas correspondem a menor longitude, menor latitude, maior longitude e maior latitude: |
18 | 18 | <textarea id=extatual rows=3 cols=50 ></textarea> | ... | ... |
ferramentas/navegacaodir_depreciado/index.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <title></title> |
5 | 5 | </head> |
6 | -<body style="background-color:white"> | |
6 | +<body name="ancora" style="background-color:white"> | |
7 | 7 | <div id=arvoreL style="left:0px;top:5px"></div> |
8 | 8 | <div id=arquivosL style="position:absolute;width:200px;left:320px;top:12px;">arquivos</div> |
9 | 9 | ... | ... |
ferramentas/nptpol/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/nptpol/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="top:0px;left:0px;display:block;width:95%;" id='resultado' > |
17 | 17 | </div> |
18 | 18 | <div style="top:10px;left:0px;display:block;width:95%;color:red" id='fim' > | ... | ... |
ferramentas/nuvemtags/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/nuvemtags/index.htm
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | </style> |
26 | 26 | <title></title> |
27 | 27 | </head> |
28 | - <body class="yui-skin-sam" style="overflow:auto;background-color: white"> | |
28 | + <body name="ancora" class="yui-skin-sam" style="overflow:auto;background-color: white"> | |
29 | 29 | <div style="width:95%;top:5px;left:5px;background-color: white"> |
30 | 30 | Você pode cruzar a nuvem de tags com um RSS de notícias. Digite abaixo o endereço do RSS: |
31 | 31 | </div> | ... | ... |
ferramentas/opcoes_autoredesenha/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/opcoes_autoredesenha/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <table summary="" class=lista3 width="100%"> |
17 | 17 | <tr> |
18 | 18 | <td>Tempo em segundos após o qual o mapa será redesenhado automaticamente:</td> | ... | ... |
ferramentas/opcoes_escala/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/opcoes_escala/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <div style="cursor:pointer;position:relative;top:1px;left:0px;text-align:left"> |
17 | 17 | <table summary="" class=lista3 width="90%"> |
18 | 18 | <tr> | ... | ... |
ferramentas/opcoes_fundo/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/opcoes_fundo/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <br> |
17 | 17 | <div style="top:0px;left:0px;text-align:left;"> |
18 | 18 | <input style="cursor:text" size=12 class=digitar type='text' id=cor value='' /> | ... | ... |
ferramentas/opcoes_legenda/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/opcoes_legenda/index.htm
ferramentas/opcoes_quadros/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="top:0px;left:0px;text-align:left" onclick="limpa()" > |
17 | 17 | <input id=botao1 size=10 type=button value="Limpa"/><br> |
18 | 18 | </div><br> | ... | ... |
ferramentas/opcoes_querymap/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/opcoes_querymap/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam" > | |
15 | +<body name="ancora" class="yui-skin-sam" > | |
16 | 16 | <br> |
17 | 17 | <div style="top:0px;left:0px;text-align:left;"> |
18 | 18 | <input style="cursor:text" size=12 class=digitar type='text' id=cor value='' /> | ... | ... |
ferramentas/opcoes_tamanho/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/opcoes_tamanho/index.htm
ferramentas/planosmanejoflorestal/pesquisa.htm
... | ... | @@ -77,7 +77,7 @@ height: 35px; |
77 | 77 | </STYLE> |
78 | 78 | <title></title> |
79 | 79 | </head> |
80 | -<body class="yui-skin-sam"> | |
80 | +<body name="ancora" class="yui-skin-sam"> | |
81 | 81 | <SCRIPT src="../../pacotes/cpaint/cpaint2.inc.compressed.js" type="text/javascript" ></script> |
82 | 82 | |
83 | 83 | <FONT face=Arial color=#808000 size=4>Planos de Manejo - Pesquisa</FONT><br> | ... | ... |
ferramentas/pontoempoligono/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/pontoempoligono/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div style="top:0px;left:px;display:block;width:95%;" id='resultado' > |
17 | 17 | </div> |
18 | 18 | <div style="top:10px;left:0px;display:block;width:95%;color:red;overflow:auto;height:120px;" id='fim' > | ... | ... |
ferramentas/pontosdistri/exemplo.htm
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <head> |
4 | 4 | <script type="text/javascript" src="../../classesjs/i3geo.js"></script> |
5 | 5 | </head> |
6 | -<body id="i3geo" class=yui-skin-sam > | |
6 | +<body name="ancora" id="i3geo" class=yui-skin-sam > | |
7 | 7 | <script type="text/javascript"> |
8 | 8 | i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo"; |
9 | 9 | var g_localimg = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo/imagens"; | ... | ... |
ferramentas/pontosdistri/index.htm
... | ... | @@ -12,7 +12,7 @@ body { |
12 | 12 | } |
13 | 13 | </style> |
14 | 14 | </head> |
15 | -<body class="yui-skin-sam"> | |
15 | +<body name="ancora" class="yui-skin-sam"> | |
16 | 16 | <div class=verdeescuro style="top:0px;cursor:pointer;left:0px;"> |
17 | 17 | <div id=guia1 >Fonte dos dados</div> |
18 | 18 | <div id=guia2 >Propriedades</div> | ... | ... |