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 |
} |
} |
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 |
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 |
} |
} |
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 |
} |
} |