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.php,v 1.7 2005-12-19 13:16:14 alexandre_tb Exp $
|
22 |
// CVS : $Id: inscription.php,v 1.8 2006-02-14 10:21:08 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Inscription
|
24 |
* Inscription
|
25 |
*
|
25 |
*
|
26 |
* Un module d'inscription, en général ce code est spécifique à
|
26 |
* Un module d'inscription, en général ce code est spécifique à
|
27 |
* un site web
|
27 |
* un site web
|
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 Florian SCHMITT <florian@ecole-et-nature.org>
|
33 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.7 $ $Date: 2005-12-19 13:16:14 $
|
35 |
*@version $Revision: 1.8 $ $Date: 2006-02-14 10:21:08 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// | ENTETE du PROGRAMME |
|
40 |
// | ENTETE du PROGRAMME |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
include_once 'configuration/bottin.config.inc.php';
|
42 |
include_once 'configuration/bottin.config.inc.php';
|
- |
|
43 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
|
- |
|
44 |
|
- |
|
45 |
// Inclusion d'une classe personnalisé si elle existe
|
- |
|
46 |
if (file_exists (INS_CHEMIN_APPLI.'bibliotheque/inscription.class.local.php')) {
|
- |
|
47 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.local.php' ;
|
43 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
|
48 |
} else {
|
- |
|
49 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
|
Line 44... |
Line 50... |
44 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
|
50 |
}
|
45 |
|
51 |
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
52 |
// +------------------------------------------------------------------------------------------------------+
|
Line 190... |
Line 196... |
190 |
}
|
196 |
}
|
Line 191... |
Line 197... |
191 |
|
197 |
|
192 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
198 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
193 |
*
|
199 |
*
|
- |
|
200 |
* $Log: not supported by cvs2svn $
|
- |
|
201 |
* Revision 1.7 2005/12/19 13:16:14 alexandre_tb
|
- |
|
202 |
* correction d'un bug
|
194 |
* $Log: not supported by cvs2svn $
|
203 |
*
|
195 |
* Revision 1.6 2005/11/18 16:04:15 florian
|
204 |
* Revision 1.6 2005/11/18 16:04:15 florian
|
196 |
* corrections de bugs, optimisations, tests pour rendre inscription stable.
|
205 |
* corrections de bugs, optimisations, tests pour rendre inscription stable.
|
197 |
*
|
206 |
*
|
198 |
* Revision 1.5 2005/11/17 18:48:02 florian
|
207 |
* Revision 1.5 2005/11/17 18:48:02 florian
|