Line 755... |
Line 755... |
755 |
$tableau[$i]['type']($formtemplate, $tableau[$i]['nom_bdd'], $tableau[$i]['label'], $tableau[$i]['limite1'],
|
755 |
$tableau[$i]['type']($formtemplate, $tableau[$i]['nom_bdd'], $tableau[$i]['label'], $tableau[$i]['limite1'],
|
756 |
$tableau[$i]['limite2'],
|
756 |
$tableau[$i]['limite2'],
|
757 |
isset ($valeurs_par_defaut[$def]) ? $valeurs_par_defaut[$def] : '',
|
757 |
isset ($valeurs_par_defaut[$def]) ? $valeurs_par_defaut[$def] : '',
|
758 |
$tableau[$i]['table_source'], $tableau[$i]['obligatoire']) ;
|
758 |
$tableau[$i]['table_source'], $tableau[$i]['obligatoire']) ;
|
759 |
if ($tableau[$i]['type']=='carte_google') {
|
759 |
if ($tableau[$i]['type']=='carte_google') {
|
760 |
include_once GEN_CHEMIN_API.'formulaire/formulaire.fonct.google.php';
|
760 |
//include_once GEN_CHEMIN_API.'formulaire/formulaire.fonct.google.php';
|
- |
|
761 |
include_once 'bazar.fonct.google.php' ;
|
761 |
GEN_stockerCodeScript($script);
|
762 |
GEN_stockerCodeScript($script);
|
762 |
// On ajoute l attribut load a la balise body
|
763 |
// On ajoute l attribut load a la balise body
|
763 |
GEN_AttributsBody('onload', 'load()');
|
764 |
//GEN_AttributsBody('onload', 'load()');
|
764 |
}
|
765 |
}
|
765 |
}
|
766 |
}
|
766 |
}
|
767 |
}
|
767 |
else {
|
768 |
else {
|
768 |
for ($i=0; $i<count($tableau); $i++) {
|
769 |
for ($i=0; $i<count($tableau); $i++) {
|
769 |
$tableau[$i]['type']($formtemplate, $tableau[$i]['nom_bdd'], $tableau[$i]['label'], $tableau[$i]['limite1'],
|
770 |
$tableau[$i]['type']($formtemplate, $tableau[$i]['nom_bdd'], $tableau[$i]['label'], $tableau[$i]['limite1'],
|
770 |
$tableau[$i]['limite2'], $tableau[$i]['defaut'], $tableau[$i]['table_source'], $tableau[$i]['obligatoire']) ;
|
771 |
$tableau[$i]['limite2'], $tableau[$i]['defaut'], $tableau[$i]['table_source'], $tableau[$i]['obligatoire']) ;
|
771 |
if ($tableau[$i]['type'] == 'carte_google') {
|
772 |
if ($tableau[$i]['type'] == 'carte_google') {
|
772 |
include_once GEN_CHEMIN_API.'formulaire/formulaire.fonct.google.php';
|
773 |
//include_once GEN_CHEMIN_API.'formulaire/formulaire.fonct.google.php';
|
- |
|
774 |
include_once 'bazar.fonct.google.php' ;
|
773 |
GEN_stockerCodeScript($script);
|
775 |
GEN_stockerCodeScript($script);
|
774 |
// On ajoute l attribut load a la balise body
|
776 |
// On ajoute l attribut load a la balise body
|
775 |
GEN_AttributsBody('onload', 'load()');
|
777 |
//GEN_AttributsBody('onload', 'load()');
|
776 |
}
|
778 |
}
|
777 |
}
|
779 |
}
|
778 |
}
|
780 |
}
|
779 |
$formtemplate->addElement('hidden', 'typeannonce', $GLOBALS['_BAZAR_']['id_typeannonce']);
|
781 |
$formtemplate->addElement('hidden', 'typeannonce', $GLOBALS['_BAZAR_']['id_typeannonce']);
|