Subversion Repositories Applications.papyrus

Rev

Rev 1722 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1722 Rev 1798
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: inscription.fonct.php,v 1.31.2.1 2007-11-22 10:16:23 alexandre_tb Exp $
22
// CVS : $Id: inscription.fonct.php,v 1.31.2.2 2008-02-08 08:27:27 alexandre_tb Exp $
23
/**
23
/**
24
* Fonctions du module inscription
24
* Fonctions du module inscription
25
*
25
*
26
* Fonctions du module inscription
26
* Fonctions du module inscription
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Florian Schmitt <florian@ecole-et-nature.org>
32
*@author        Florian Schmitt <florian@ecole-et-nature.org>
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.31.2.1 $ $Date: 2007-11-22 10:16:23 $
34
*@version       $Revision: 1.31.2.2 $ $Date: 2008-02-08 08:27:27 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 414... Line 414...
414
 
414
 
Line 415... Line 415...
415
    // On recupere le template de l inscription
415
    // On recupere le template de l inscription
416
	
416
	
417
    include_once GEN_CHEMIN_API.'/formulaire/formulaire.fonct.inc.php';
-
 
-
 
417
    include_once GEN_CHEMIN_API.'/formulaire/formulaire.fonct.inc.php';
418
    $tableau= formulaire_valeurs_template_champs($GLOBALS['ins_config']['ic_inscription_template']);
418
    $tableau= formulaire_valeurs_template_champs($GLOBALS['ins_config']['ic_inscription_template']);
419
    
419
    $body  = '';
420
    for ($i=0; $i<count($tableau); $i++) {
420
    for ($i=0; $i<count($tableau); $i++) {
421
		//cas des checkbox et des listes
421
		//cas des checkbox et des listes
422
		if ($tableau[$i]['type']=='liste') {
422
		if ($tableau[$i]['type']=='liste') {
Line 545... Line 545...
545
}
545
}
Line 546... Line 546...
546
 
546
 
547
/* +--Fin du code ----------------------------------------------------------------------------------------+
547
/* +--Fin du code ----------------------------------------------------------------------------------------+
548
*
548
*
-
 
549
* $Log: not supported by cvs2svn $
-
 
550
* Revision 1.31.2.1  2007-11-22 10:16:23  alexandre_tb
-
 
551
* ajout d un template pour le mail de confirmation d inscription
549
* $Log: not supported by cvs2svn $
552
*
550
* Revision 1.31  2007-09-06 08:28:32  alexandre_tb
553
* Revision 1.31  2007-09-06 08:28:32  alexandre_tb
551
* utilisation du template pour produire les mails de confirmation
554
* utilisation du template pour produire les mails de confirmation
552
*
555
*
553
* Revision 1.30  2007-06-25 09:59:03  alexandre_tb
556
* Revision 1.30  2007-06-25 09:59:03  alexandre_tb