index.htm 1.39 KB
<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>