index.htm
1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="../../css/ferramentas.css"></link>
<link rel="stylesheet" type="text/css" href="../../css/botoes2.css"></link>
<title></title>
</head>
<body class="yui-skin-sam;" style="overflow:auto;">
<div style="top:5px;left:1px;display:block;width:90%;" id="resultadoGoogle" >Google...</div>
<div style="top:5px;left:1px;display:block;width:90%;" id="resultadoTemas" >Buscando no mapa...</div>
<div style="top:5px;left:1px;display:block;width:90%;" id="resultado" >Buscando fora...</div>
<script src="../../classesjs/i3geo_tudo_compacto6.js.php" type="text/javascript"></script>
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript">
try{
var id = window.parent.i3GEO.gadgets.mostraBuscaRapida.id;
}
catch(e){id = "";}
var v = window.parent.document.getElementById("valorBuscaRapida"+id);
if(!v){
v = window.parent.document.getElementById("valorBuscaRapidabuscaRapida");
}
if(v){
i3GEObuscaRapida.inicia(
v.value,
window.parent.i3GEO.configura.locaplic,
i3GEObuscaRapida.montaResultado,
window.parent.i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.servicosexternos,
window.parent.i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa,
window.parent.i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.google
);
}
</script>
</body>
</html>