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.1 2005-09-22 14:02:49 ddelon Exp $
|
22 |
// CVS : $Id: inscription.php,v 1.2 2005-09-27 13:59:24 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.1 $ $Date: 2005-09-22 14:02:49 $
|
35 |
*@version $Revision: 1.2 $ $Date: 2005-09-27 13:59:24 $
|
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/ins_annuaire.config.inc.php';
|
42 |
include_once 'configuration/bottin.config.inc.php';
|
43 |
include_once INS_CHEMIN_APPLI.'configuration/inscription.config.inc.php';
|
43 |
include_once INS_CHEMIN_APPLI.'configuration/inscription.config.inc.php';
|
44 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
|
44 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
|
45 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
|
45 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
|
46 |
//test pour savoir si on est dans Papyrus
|
46 |
//test pour savoir si on est dans Papyrus
|
Line 193... |
Line 193... |
193 |
}
|
193 |
}
|
Line 194... |
Line 194... |
194 |
|
194 |
|
195 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
195 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
196 |
*
|
196 |
*
|
- |
|
197 |
* $Log: not supported by cvs2svn $
|
- |
|
198 |
* Revision 1.1 2005/09/22 14:02:49 ddelon
|
- |
|
199 |
* nettoyage annuaire et php5
|
197 |
* $Log: not supported by cvs2svn $
|
200 |
*
|
198 |
* Revision 1.4 2005/09/22 13:30:49 florian
|
201 |
* Revision 1.4 2005/09/22 13:30:49 florian
|
199 |
* modifs pour compatibilité XHTML Strict + corrections de bugs (mais ya encore du boulot!!)
|
202 |
* modifs pour compatibilité XHTML Strict + corrections de bugs (mais ya encore du boulot!!)
|
200 |
*
|
203 |
*
|
201 |
* Revision 1.4 2005/03/21 16:57:30 florian
|
204 |
* Revision 1.4 2005/03/21 16:57:30 florian
|