/[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 1120 by vpihour, Fri Dec 21 17:04:29 2012 UTC revision 1146 by vpihour, Fri Jan 4 15:29:05 2013 UTC
# Line 188  function dossier_reglementaire(){ Line 188  function dossier_reglementaire(){
188          async: false          async: false
189      });      });
190  }  }
191    //Fonction de redirection pour le widget de recherche de dossier
192    function widget_recherche_dossier(data,nbRes){
193        /*$('#msg').show();
194        $('#msg').html(msg_loading);*/
195      
196        // S'il n'y a qu'un seul résultat, afficher un résumé
197        if ( nbRes == 1 ){
198        
199            window.location = "../scr/form.php?obj=dossier_instruction&action=3&" +
200                "idx=" + data + "&premier=0&advs_id=&recherche=&tricol=&" +
201                "selectioncol=&valide=&retour=tab";  
202        }
203        // S'il y a une liste de dossier, redirection vers le tableau
204        else {
205            
206            window.location = "../scr/tab.php?obj=recherche_direct&idx=" + data;
207        }
208    }
209  //  //
210  function dossierdepot()  function dossierdepot()
211  {  {

Legend:
Removed from v.1120  
changed lines
  Added in v.1146

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26