Commit 5292a421f3e89b7c71d5c3a8e9a1c6534133491f

Authored by Edmar Moretti
1 parent 59565c1a

--no commit message

Showing 1 changed file with 14 additions and 1 deletions   Show diff stats
@@ -81,6 +81,8 @@ i3GEO.arvoreDeTemas.FILTRAOGC = true @@ -81,6 +81,8 @@ i3GEO.arvoreDeTemas.FILTRAOGC = true
81 i3GEO.arvoreDeTemas.INCLUIWMS = false 81 i3GEO.arvoreDeTemas.INCLUIWMS = false
82 i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluiArvore = false 82 i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluiArvore = false
83 i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluibusca = false 83 i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluibusca = false
  84 +i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
  85 +
84 i3GEO.arvoreDeTemas.cria("",g_locaplic,"arvoreTemas","ogc_endereco\(this\)"); 86 i3GEO.arvoreDeTemas.cria("",g_locaplic,"arvoreTemas","ogc_endereco\(this\)");
85 /* 87 /*
86 Function: endereco 88 Function: endereco
@@ -100,7 +102,18 @@ function ogc_endereco(tema) @@ -100,7 +102,18 @@ function ogc_endereco(tema)
100 var servico = window.location.href.replace(re,'.php?tema=')+tema 102 var servico = window.location.href.replace(re,'.php?tema=')+tema
101 ins += "<p>"+servico 103 ins += "<p>"+servico
102 ins += "<p><a target=blank href='"+servico+"&SRS=EPSG:4291&WIDTH=500&HEIGHT=500&BBOX=-76.5125927,-39.3925675209,-29.5851853,9.49014852081&FORMAT=image/png&service=wms&version=1.1.0&request=getmap&layers="+tema+"' />testar</a>" 104 ins += "<p><a target=blank href='"+servico+"&SRS=EPSG:4291&WIDTH=500&HEIGHT=500&BBOX=-76.5125927,-39.3925675209,-29.5851853,9.49014852081&FORMAT=image/png&service=wms&version=1.1.0&request=getmap&layers="+tema+"' />testar</a>"
103 - document.getElementById("corpo").innerHTML = ins 105 + if(!$i("panellistaarquivos")){
  106 + YAHOO.namespace("datadownloadLista");
  107 + YAHOO.datadownloadLista.panel = new YAHOO.widget.Panel("panellistaarquivos", {zIndex:2000, iframe:false, width:"450px",align:"left", visible:false, draggable:true, close:true, modal:true } );
  108 + YAHOO.datadownloadLista.panel.setHeader("OGC");
  109 + YAHOO.datadownloadLista.panel.setBody("");
  110 + YAHOO.datadownloadLista.panel.setFooter("");
  111 + YAHOO.datadownloadLista.panel.render(document.body);
  112 + YAHOO.datadownloadLista.panel.center();
  113 + };
  114 + YAHOO.datadownloadLista.panel.setBody(ins);
  115 + YAHOO.datadownloadLista.panel.show();
  116 + //document.getElementById("corpo").innerHTML = ins
104 } 117 }
105 118
106 119