/[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 1359 by vpihour, Mon Mar 11 15:02:13 2013 UTC revision 1360 by fmichon, Mon Mar 11 15:28:07 2013 UTC
# Line 208  function tmpUpload(champ) { Line 208  function tmpUpload(champ) {
208  function dossierads_d(debut)  function dossierads_d(debut)
209  {  {
210  //if(fenetreouverte==true)  //if(fenetreouverte==true)
211  window.location="../pdf/pdfetat.php?obj=dossier_ads_d&nature="  window.location="../pdf/pdfetat.php?obj=registre_dossiers_decisions_par_type_par_date&nature="
212  +document.f1.nature.value+"&idx=demo&datedebut="  +document.f1.nature.value+"&idx=demo&datedebut="
213  +document.f1.datedebut.value+"&datefin="+document.f1.datefin.value;  +document.f1.datedebut.value+"&datefin="+document.f1.datefin.value;
214  }  }
# Line 244  function dossier_reglementaire(){ Line 244  function dossier_reglementaire(){
244                                    
245                  $("#msg .message").addClass("ui-state-valid");                  $("#msg .message").addClass("ui-state-valid");
246                  $("#msg .text").html("PDF affiche avec succes !");                  $("#msg .text").html("PDF affiche avec succes !");
247                  window.open("../pdf/pdfetat.php?obj=dossier_m&idx=demo");                  window.open("../pdf/pdfetat.php?obj=registre_dossiers_affichage_reglementaire&idx=demo");
248              }              }
249          },          },
250          async: false          async: false
# Line 272  function widget_recherche_dossier(data,n Line 272  function widget_recherche_dossier(data,n
272  function dossierdepot()  function dossierdepot()
273  {  {
274  //if(fenetreouverte==true)  //if(fenetreouverte==true)
275      window.location="../pdf/pdfetat.php?obj=dossier_depot&nature="+      window.location="../pdf/pdfetat.php?obj=registre_dossiers_depots_par_type_par_date&nature="+
276      document.f1.nature.value+"&idx=demo&datedebut="+      document.f1.nature.value+"&idx=demo&datedebut="+
277      document.f1.datedebut.value+"&datefin="+document.f1.datefin.value;      document.f1.datedebut.value+"&datefin="+document.f1.datefin.value;
278  }  }
# Line 280  function dossierdepot() Line 280  function dossierdepot()
280  function dossierads()  function dossierads()
281  {  {
282  //if(fenetreouverte==true)  //if(fenetreouverte==true)
283      window.location="../pdf/pdfetat.php?obj=dossier_ads&nature="+      window.location="../pdf/pdfetat.php?obj=registre_dossiers_par_type_par_date&nature="+
284      document.f1.nature.value+"&idx=demo&datedebut="+      document.f1.nature.value+"&idx=demo&datedebut="+
285      document.f1.datedebut.value+"&datefin="+document.f1.datefin.value;      document.f1.datedebut.value+"&datefin="+document.f1.datefin.value;
286  }  }

Legend:
Removed from v.1359  
changed lines
  Added in v.1360

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26