/[openfoncier]/trunk/app/js/script.js
ViewVC logotype

Diff of /trunk/app/js/script.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 91 by fraynaud, Thu Aug 25 10:11:38 2011 UTC revision 153 by fraynaud, Thu Sep 29 16:48:28 2011 UTC
# Line 52  function dossierads() Line 52  function dossierads()
52      document.f1.datedebut.value+"&datefin="+document.f1.datefin.value;      document.f1.datedebut.value+"&datefin="+document.f1.datefin.value;
53  }  }
54    
55    function onSaisieSelect(evt){
56        //ne pas faire la transformation sur la couche mais sur un clone
57        // specifique openfoncier
58        geom = evt.feature.geometry.clone()
59        geom.transform(mercator, projection_externe);
60        if(fenetreouverte==true)
61            pfenetre.close();
62        //compatibilite IE -> mettre des ' au lieu de "
63        pfenetre=window.open("../app/form_sig.php?obj="+obj+"&idx="+idx+"&geom="+geom+"&table="+table+"&champ="+champ, 'saisie_geometrie', 'width=400,height=300,top=120,left=120' );
64        fenetreouverte=true;
65    }

Legend:
Removed from v.91  
changed lines
  Added in v.153

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26