Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 233 → Rev 234

/trunk/client/inscription/configuration/ins_config.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: ins_config.inc.php,v 1.1 2004-12-15 13:32:38 alex Exp $
// CVS : $Id: ins_config.inc.php,v 1.2 2004-12-17 17:42:43 alex Exp $
/**
* Fichier de configuration de l'inscription
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-12-15 13:32:38 $
*@version $Revision: 1.2 $ $Date: 2004-12-17 17:42:43 $
// +------------------------------------------------------------------------------------------------------+
*/
 
84,6 → 84,13
define ("INS_CHAMPS_DATE_INSCRIPTION", "a_date_inscription") ;
define ("INS_CHAMPS_EST_STRUCTURE", "a_est_structure") ;
define ("INS_CHAMPS_SIGLE_STRUCTURE", "a_sigle_structure") ;
 
define ("INS_CHAMPS_TELEPHONE", "a_tel") ; // Laisser vide si non voulu
define ("INS_CHAMPS_FAX", "a_fax") ; // Laisser vide si non voulu
define ("INS_CHAMPS_STRUCTRE", "a_structure") ; // Laisser vide si non voulu
 
// Les champs suivant concernent la table contenant les pays et les codes iso
//
define ("PROJET_PRENOM", "U_SURNAME") ; // Nom du champs prénom
define ("PROJET_DPT", "gen_FRENCH_DPT") ; // Nom de la table département
define ("PROJET_PAYS", "gen_COUNTRY") ; // Nom de la table pays
96,7 → 103,7
//==================================================================================
*/
 
define ("INS_FORMULAIRE_STRUCTURE", 1) ; // Mettre à un si on propose un formulaire pour les structures
define ("INS_FORMULAIRE_STRUCTURE", 0) ; // Mettre à un si on propose un formulaire pour les structures
 
define ("INS_MAIL_ADMIN_APRES_INSCRIPTION", "alexandre@tela-botanica.org") ;
define ("INS_MAIL_ADMIN_APRES_INSCRIPTION_SUJET", "[I-Jumelage]Inscription") ;
119,6 → 126,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2004/12/15 13:32:38 alex
* version initiale
*
* Revision 1.2 2004/09/01 16:38:17 alex
* modification de la configuration
*