Subversion Repositories Applications.papyrus

Rev

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

Rev 163 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_menu.php,v 1.13 2004-11-16 13:01:41 jpm Exp $
22
// CVS : $Id: admin_menu.php,v 1.14 2005-02-28 10:31:41 jpm Exp $
23
/**
23
/**
24
* Application gérant les menus de Papyrus
24
* Application gérant les menus de Papyrus
25
*
25
*
26
* Cette application permet de gérer les menus classiques, les menus communs 
26
* Cette application permet de gérer les menus classiques, les menus communs 
27
* et les liaison d'une application à un menu.
27
* et les liaison d'une application à un menu.
Line 31... Line 31...
31
*@author        Laurent COUDOUNEAU <lc@gsite.org>
31
*@author        Laurent COUDOUNEAU <lc@gsite.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
33
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
34
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.13 $ $Date: 2004-11-16 13:01:41 $
36
*@version       $Revision: 1.14 $ $Date: 2005-02-28 10:31:41 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 48... Line 48...
48
/** Inclusion de la bibliothèque PEAR de conception de formulaire.*/
48
/** Inclusion de la bibliothèque PEAR de conception de formulaire.*/
49
require_once ADME_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm.php';
49
require_once ADME_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm.php';
50
require_once ADME_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm/select.php';
50
require_once ADME_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm/select.php';
Line 51... Line 51...
51
 
51
 
52
/** Inclusion de l'API de fonctions gérant les erreurs sql.*/
52
/** Inclusion de l'API de fonctions gérant les erreurs sql.*/
Line 53... Line 53...
53
require_once ADME_CHEMIN_BIBLIOTHEQUE_API.'debogage_1.0/BOG_sql.fonct.php';
53
require_once ADME_CHEMIN_BIBLIOTHEQUE_API.'debogage/BOG_sql.fonct.php';
54
 
54
 
55
/** Inclusion des fonctions de manipulation du sql.
55
/** Inclusion des fonctions de manipulation du sql.
Line 56... Line 56...
56
* Permet la récupération d'un nouvel identifiant d'une table.*/
56
* Permet la récupération d'un nouvel identifiant d'une table.*/
57
require_once ADME_CHEMIN_BIBLIOTHEQUE_API.'sql_1.0/SQL_manipulation.fonct.php';
57
require_once ADME_CHEMIN_BIBLIOTHEQUE_API.'sql/SQL_manipulation.fonct.php';
Line 58... Line 58...
58
 
58
 
Line 261... Line 261...
261
 
261
 
262
 
262
 
263
/* +--Fin du code ----------------------------------------------------------------------------------------+
263
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
264
*
-
 
265
* $Log: not supported by cvs2svn $
-
 
266
* Revision 1.13  2004/11/16 13:01:41  jpm
264
*
267
* Ajout d'un commentaire.
265
* $Log: not supported by cvs2svn $
268
*
266
* Revision 1.12  2004/11/15 16:51:08  jpm
269
* Revision 1.12  2004/11/15 16:51:08  jpm
267
* Correction bogue de mise à jour de l'ordre des menus.
270
* Correction bogue de mise à jour de l'ordre des menus.
268
*
271
*