Line 988... |
Line 988... |
988 |
}
|
988 |
}
|
989 |
elseif ($tableau[$i]['type'] == 'mot_de_passe') {
|
989 |
elseif ($tableau[$i]['type'] == 'mot_de_passe') {
|
990 |
$requete .= $tableau[$i]['nom_bdd'].'="'.md5($valeur['a_mot_de_passe']).'",';
|
990 |
$requete .= $tableau[$i]['nom_bdd'].'="'.md5($valeur['a_mot_de_passe']).'",';
|
991 |
} else if ($tableau[$i]['type'] == 'labelhtml') {
|
991 |
} else if ($tableau[$i]['type'] == 'labelhtml') {
|
992 |
if ($tableau[$i]['obligatoire'] != 0) $res .= '<div>'.$tableau[$i]['label'].'</div>';
|
992 |
if ($tableau[$i]['obligatoire'] != 0) $res .= '<div>'.$tableau[$i]['label'].'</div>';
|
993 |
} else if ($tableau[$i]['type'] == 'lien_internet' && $valeur[$tableau[$i]['nom_bdd']] != 'http://') {
|
993 |
} else if ($tableau[$i]['type'] == 'lien_internet' && $valeur[$tableau[$i]['nom_bdd']] != 'http://'
|
- |
|
994 |
&& $valeur[$tableau[$i]['nom_bdd']] !='' ) {
|
994 |
$res .= inscription_ligne ($tableau[$i]['label'],
|
995 |
$res .= inscription_ligne ($tableau[$i]['label'],
|
995 |
'<a href="'.$valeur[$tableau[$i]['nom_bdd']].'">'.$valeur[$tableau[$i]['nom_bdd']].'</a>');
|
996 |
'<a href="'.$valeur[$tableau[$i]['nom_bdd']].'">'.$valeur[$tableau[$i]['nom_bdd']].'</a>');
|
996 |
}
|
997 |
}
|
997 |
}
|
998 |
}
|
Line 1311... |
Line 1312... |
1311 |
|
1312 |
|
1312 |
|
1313 |
|
1313 |
//-- Fin du code source ------------------------------------------------------------
|
1314 |
//-- Fin du code source ------------------------------------------------------------
|
- |
|
1315 |
/*
|
- |
|
1316 |
* $Log$
|
- |
|
1317 |
* Revision 1.28.2.3 2008-02-08 08:23:45 alexandre_tb
|
1314 |
/*
|
1318 |
* bud d inscription a la lettre d actualite.
|
1315 |
* $Log$
|
1319 |
*
|
1316 |
* Revision 1.28.2.2 2007-11-28 13:20:44 alexandre_tb
|
1320 |
* Revision 1.28.2.2 2007-11-28 13:20:44 alexandre_tb
|
1317 |
* mise en place du moteur de l'annuaire basé sur le template du bottin.
|
1321 |
* mise en place du moteur de l'annuaire basé sur le template du bottin.
|
1318 |
*
|
1322 |
*
|