Subversion Repositories Applications.papyrus

Rev

Rev 229 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 229 Rev 276
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: admin_application.php,v 1.1 2004-12-13 18:07:19 alex Exp $
22
// CVS : $Id: admin_application.php,v 1.2 2005-02-28 10:32:59 jpm Exp $
23
/**
23
/**
24
* Application gérant les applications de Papyrus
24
* Application gérant les applications de Papyrus
25
*
25
*
26
* Cette application permet de gérer les authentifications de papyrus
26
* Cette application permet de gérer les authentifications de papyrus
27
* elle permet de spécifier pour un monde quel annuaire utiliser
27
* elle permet de spécifier pour un monde quel annuaire utiliser
Line 29... Line 29...
29
*
29
*
30
*@package Admin_auth
30
*@package Admin_auth
31
//Auteur original :
31
//Auteur original :
32
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
32
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.1 $
34
*@version       $Revision: 1.2 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 46... Line 46...
46
/** Inclusion de la bibliothèque PEAR de conception de formulaire.*/
46
/** Inclusion de la bibliothèque PEAR de conception de formulaire.*/
47
require_once ADAP_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm.php';
47
require_once ADAP_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm.php';
48
require_once ADAP_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm/select.php';
48
require_once ADAP_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm/select.php';
Line 49... Line 49...
49
 
49
 
50
/** Inclusion de l'API de fonctions gérant les erreurs sql.*/
50
/** Inclusion de l'API de fonctions gérant les erreurs sql.*/
Line 51... Line 51...
51
require_once ADAP_CHEMIN_BIBLIOTHEQUE_API.'debogage_1.0/BOG_sql.fonct.php';
51
require_once ADAP_CHEMIN_BIBLIOTHEQUE_API.'debogage/BOG_sql.fonct.php';
52
 
52
 
53
/** Inclusion des fonctions de manipulation du sql.
53
/** Inclusion des fonctions de manipulation du sql.
Line 54... Line 54...
54
* Permet la récupération d'un nouvel identifiant d'une table.*/
54
* Permet la récupération d'un nouvel identifiant d'une table.*/
Line 55... Line 55...
55
require_once ADAP_CHEMIN_BIBLIOTHEQUE_API.'sql_1.0/SQL_manipulation.fonct.php';
55
require_once ADAP_CHEMIN_BIBLIOTHEQUE_API.'sql/SQL_manipulation.fonct.php';
56
 
56
 
Line 163... Line 163...
163
 
163
 
164
 
164
 
165
/* +--Fin du code ----------------------------------------------------------------------------------------+
165
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
166
*
-
 
167
* $Log: not supported by cvs2svn $
-
 
168
* Revision 1.1  2004/12/13 18:07:19  alex
166
*
169
* version initiale
167
* $Log: not supported by cvs2svn $
170
*
168
*
171
*
169
* +-- Fin du code ----------------------------------------------------------------------------------------+
172
* +-- Fin du code ----------------------------------------------------------------------------------------+