Subversion Repositories Applications.papyrus

Rev

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

Rev 7 Rev 8
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.1 2004-06-16 15:04:39 jpm Exp $
22
// CVS : $Id: admin_menu.php,v 1.2 2004-06-16 15:06:30 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.1 $ $Date: 2004-06-16 15:04:39 $
36
*@version       $Revision: 1.2 $ $Date: 2004-06-16 15:06:30 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 67... Line 67...
67
require_once ADME_CHEMIN_BIBLIOTHEQUE_ADME.'adme_menu_commun.fonct.php';//ok
67
require_once ADME_CHEMIN_BIBLIOTHEQUE_ADME.'adme_menu_commun.fonct.php';//ok
Line 68... Line 68...
68
 
68
 
69
/** <BR> Inclusion de la bibliothèque de fonctions concernant la gestion de la rédaction de contenu.*/
69
/** <BR> Inclusion de la bibliothèque de fonctions concernant la gestion de la rédaction de contenu.*/
Line 70... Line 70...
70
require_once ADME_CHEMIN_BIBLIOTHEQUE_ADME.'adme_contenu.fonct.php';//ok
70
require_once ADME_CHEMIN_BIBLIOTHEQUE_ADME.'adme_contenu.fonct.php';//ok
Line 71... Line 71...
71
 
71
 
Line 72... Line 72...
72
require_once ADME_CHEMIN_APPLICATION.'doc.php';
72
//require_once ADME_CHEMIN_APPLICATION.'doc.php';
73
 
73
 
Line 454... Line 454...
454
 
454
 
455
 
455
 
456
/* +--Fin du code ----------------------------------------------------------------------------------------+
456
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
457
*
-
 
458
* $Log: not supported by cvs2svn $
-
 
459
* Revision 1.1  2004/06/16 15:04:39  jpm
-
 
460
* Changement de nom de Génésia en Papyrus.
457
*
461
* Changement de l'arborescence.
458
* $Log: not supported by cvs2svn $
462
*
459
* Revision 1.26  2004/05/10 14:32:21  jpm
463
* Revision 1.26  2004/05/10 14:32:21  jpm
460
* Changement du titre.
464
* Changement du titre.
461
*
465
*