Subversion Repositories Applications.papyrus

Rev

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

Rev 612 Rev 674
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.6 2005-11-24 16:17:52 florian Exp $
22
// CVS : $Id: inscription.fonct.php,v 1.7 2005-12-19 13:19:07 alexandre_tb Exp $
23
// CVS : $Id: inscription.fonct.php,v 1.6 2005-11-24 16:17:52 florian Exp $
23
// CVS : $Id: inscription.fonct.php,v 1.7 2005-12-19 13:19:07 alexandre_tb Exp $
24
/**
24
/**
25
* Fonctions du module inscription
25
* Fonctions du module inscription
26
*
26
*
27
* Fonctions du module inscription
27
* Fonctions du module inscription
28
*
28
*
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
*@author        Alexandre Granier <alexandre@tela-botanica.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.6 $ $Date: 2005-11-24 16:17:52 $
35
*@version       $Revision: 1.7 $ $Date: 2005-12-19 13:19:07 $
36
*@version       $Revision: 1.6 $ $Date: 2005-11-24 16:17:52 $
36
*@version       $Revision: 1.7 $ $Date: 2005-12-19 13:19:07 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 338... Line 338...
338
    }
338
    }
339
    $res .= ligne_inscription(INS_ADRESSE_1, $ligne[INS_CHAMPS_ADRESSE_1]) ;
339
    $res .= ligne_inscription(INS_ADRESSE_1, $ligne[INS_CHAMPS_ADRESSE_1]) ;
340
    $res .= ligne_inscription(INS_ADRESSE_2, $ligne[INS_CHAMPS_ADRESSE_2]) ;
340
    $res .= ligne_inscription(INS_ADRESSE_2, $ligne[INS_CHAMPS_ADRESSE_2]) ;
341
    $res .= ligne_inscription(INS_CODE_POSTAL, $ligne[INS_CHAMPS_CODE_POSTAL]) ;
341
    $res .= ligne_inscription(INS_CODE_POSTAL, $ligne[INS_CHAMPS_CODE_POSTAL]) ;
342
    $res .= ligne_inscription(INS_VILLE, $ligne[INS_CHAMPS_VILLE]) ;
342
    $res .= ligne_inscription(INS_VILLE, $ligne[INS_CHAMPS_VILLE]) ;
343
    $res .= ligne_inscription(INS_PAYS, $ligne[INS_CHAMPS_PAYS]) ;
343
    $pays = new ListeDePays($GLOBALS['ins_db']) ;
344
    $res .= ligne_inscription('&nbsp;', '&nbsp;') ;
344
    $res .= ligne_inscription(INS_PAYS, $pays->getNomPays($ligne[INS_CHAMPS_PAYS], INS_LANGUE_DEFAUT)) ;
345
    $res .= ligne_inscription(INS_TELEPHONE, $ligne[INS_CHAMPS_TELEPHONE]) ;
345
    $res .= ligne_inscription(INS_TELEPHONE, $ligne[INS_CHAMPS_TELEPHONE]) ;
346
    $res .= ligne_inscription(INS_FAX, $ligne[INS_CHAMPS_FAX]) ;
346
    $res .= ligne_inscription(INS_FAX, $ligne[INS_CHAMPS_FAX]) ;
347
    $res .= ligne_inscription('&nbsp;', '&nbsp;') ;
347
    $res .= ligne_inscription('&nbsp;', '&nbsp;') ;
348
    if (INS_UTILISE_WIKINI) {
348
    if (INS_UTILISE_WIKINI) {
349
		$res .= ligne_inscription (INS_NOM_WIKI, $ligne[INS_CHAMPS_NOM_WIKINI]) ;
349
		$res .= ligne_inscription (INS_NOM_WIKI, $ligne[INS_CHAMPS_NOM_WIKINI]) ;
Line 647... Line 647...
647
}
647
}
Line 648... Line 648...
648
 
648
 
649
/* +--Fin du code ----------------------------------------------------------------------------------------+
649
/* +--Fin du code ----------------------------------------------------------------------------------------+
650
*
650
*
-
 
651
* $Log: not supported by cvs2svn $
-
 
652
* Revision 1.6  2005/11/24 16:17:52  florian
-
 
653
* changement template inscription + modifs carto
651
* $Log: not supported by cvs2svn $
654
*
652
* Revision 1.5  2005/11/18 16:04:15  florian
655
* Revision 1.5  2005/11/18 16:04:15  florian
653
* corrections de bugs, optimisations, tests pour rendre inscription stable.
656
* corrections de bugs, optimisations, tests pour rendre inscription stable.
654
*
657
*
655
* Revision 1.4  2005/11/17 18:48:02  florian
658
* Revision 1.4  2005/11/17 18:48:02  florian