/[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 271 by fraynaud, Wed Dec 14 09:14:46 2011 UTC revision 333 by fraynaud, Wed Jun 27 11:00:11 2012 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    
 function onSaisieSelect(evt){  
     //ne pas faire la transformation sur la couche mais sur un clone  
     // specifique openfoncier  
     geom = evt.feature.geometry.clone()  
     geom.transform(mercator, projection_externe);  
     if(fenetreouverte==true)  
         pfenetre.close();  
     //compatibilite IE -> mettre des ' au lieu de "  
     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' );  
     fenetreouverte=true;  
 }  
55    
56  function VerifNumdec(champ) {  function VerifNumdec(champ) {
57      champ.value = champ.value.replace(",", "."); // remplacement de la virgule      champ.value = champ.value.replace(",", "."); // remplacement de la virgule

Legend:
Removed from v.271  
changed lines
  Added in v.333

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26