From 5d87bec9b53d8df08996382d184a122f5fc5a285 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 23 Mar 2011 18:48:06 +0000 Subject: [PATCH] --- ferramentas/cortina/index.js.php | 17 ++++++++++++++--- interface/openlayers.htm | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ferramentas/cortina/index.js.php b/ferramentas/cortina/index.js.php index d403ea9..c1bf2fe 100644 --- a/ferramentas/cortina/index.js.php +++ b/ferramentas/cortina/index.js.php @@ -67,8 +67,8 @@ i3GEOF.cortina = { iddiv {String} - id do div que receberá o conteudo HTML da ferramenta */ inicia: function(iddiv){ - if(navm) - {alert("Esta ferramenta nao funciona adequadamente no Internet Explorer. Experimente usar o Firefox");} + //if(navm) + //{alert("Esta ferramenta nao funciona adequadamente no Internet Explorer. Experimente usar o Firefox");} try{ $i(iddiv).innerHTML = i3GEOF.cortina.html(); } @@ -85,9 +85,16 @@ i3GEOF.cortina = { String com o código html */ html:function(){ - var ins = '
' + + if(navm){ + var ins = '
' + '
' + '
'; + } + else{ + var ins = '
' + + '
' + + '
'; + } return ins; }, /* @@ -172,6 +179,10 @@ i3GEOF.cortina = { l = l + (offsetFromStart * escala); estilo.clip = "rect("+t+"px,"+r+"px,"+b+"px,"+l+"px)"; }); + if(navm){ + $i("slider-bg").style.left = "-100px"; + $i("i3GEOF.cortina_corpo").style.background = "url("+i3GEO.configura.locaplic+"/pacotes/yui270/build/slider/assets/bg-h.gif) white no-repeat 10px 0px"; + } } }; \ No newline at end of file diff --git a/interface/openlayers.htm b/interface/openlayers.htm index 13bb074..5743920 100644 --- a/interface/openlayers.htm +++ b/interface/openlayers.htm @@ -1,7 +1,7 @@ - + i3GEO - OpenLayers -- libgit2 0.21.2