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: adme_configuration.inc.php,v 1.3 2004-11-09 12:51:16 jpm Exp $
|
22 |
// CVS : $Id: adme_configuration.inc.php,v 1.4 2004-11-09 13:00:06 jpm Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fichier de configuration général de l'application Administrateur de Menus.
|
24 |
* Fichier de configuration général de l'application Administrateur de Menus.
|
25 |
*
|
25 |
*
|
26 |
* Permet de définir certains paramètres valables pour toutes l'application
|
26 |
* Permet de définir certains paramètres valables pour toutes l'application
|
27 |
* Administrateur de Menus.
|
27 |
* Administrateur de Menus.
|
Line 31... |
Line 31... |
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
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.3 $ $Date: 2004-11-09 12:51:16 $
|
36 |
*@version $Revision: 1.4 $ $Date: 2004-11-09 13:00:06 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 72... |
Line 72... |
72 |
/** Chemin vers le dossier contenant les images i18n l'application Admin Menus de Papyrus.*/
|
72 |
/** Chemin vers le dossier contenant les images i18n l'application Admin Menus de Papyrus.*/
|
73 |
define('ADME_CHEMIN_IMAGE_DRAPEAUX', GEN_CHEMIN_COMMUN.GEN_DOSSIER_GENERIQUE.'/'.GEN_DOSSIER_IMAGE.'/drapeaux/');
|
73 |
define('ADME_CHEMIN_IMAGE_DRAPEAUX', GEN_CHEMIN_COMMUN.GEN_DOSSIER_GENERIQUE.'/'.GEN_DOSSIER_IMAGE.'/drapeaux/');
|
Line 74... |
Line 74... |
74 |
|
74 |
|
75 |
// Chemin (intégrant le nom du fichier) vers les images de l'interface de l'application
|
75 |
// Chemin (intégrant le nom du fichier) vers les images de l'interface de l'application
|
76 |
/** Chemin vers l'image ouvrir une branche.*/
|
76 |
/** Chemin vers l'image ouvrir une branche.*/
|
77 |
define('ADME_IMAGE_PLUS', ADME_CHEMIN_IMAGE_INTERFACE.'openclose-plus.gif') ;
|
77 |
define('ADME_IMAGE_PLUS', ADME_CHEMIN_IMAGE_INTERFACE.'adme_ouvrir.png');
|
78 |
/** Chemin vers l'image fermer une branche.*/
|
78 |
/** Chemin vers l'image fermer une branche.*/
|
79 |
define('ADME_IMAGE_MOINS', ADME_CHEMIN_IMAGE_INTERFACE.'openclose-minus.gif') ;
|
79 |
define('ADME_IMAGE_MOINS', ADME_CHEMIN_IMAGE_INTERFACE.'adme_fermer.png');
|
80 |
/** Chemin vers l'image voir la définition d'un menu.*/
|
80 |
/** Chemin vers l'image voir la définition d'un menu.*/
|
81 |
define('ADME_IMAGE_VOIR', ADME_CHEMIN_IMAGE_INTERFACE.'see.gif') ;
|
81 |
define('ADME_IMAGE_VOIR', ADME_CHEMIN_IMAGE_INTERFACE.'adme_modifier.png');
|
82 |
/** Chemin vers l'image monter un menu.*/
|
82 |
/** Chemin vers l'image monter un menu.*/
|
83 |
define('ADME_IMAGE_FLECHE_HAUT', ADME_CHEMIN_IMAGE_INTERFACE.'up-arrow.gif') ;
|
83 |
define('ADME_IMAGE_FLECHE_HAUT', ADME_CHEMIN_IMAGE_INTERFACE.'adme_monter.png');
|
84 |
/** Chemin vers l'image descendre un menu.*/
|
84 |
/** Chemin vers l'image descendre un menu.*/
|
85 |
define('ADME_IMAGE_FLECHE_BAS', ADME_CHEMIN_IMAGE_INTERFACE.'down-arrow.gif') ;
|
85 |
define('ADME_IMAGE_FLECHE_BAS', ADME_CHEMIN_IMAGE_INTERFACE.'adme_descendre.png');
|
86 |
/** Chemin vers l'image supprimer un menu.*/
|
86 |
/** Chemin vers l'image supprimer un menu.*/
|
87 |
define('ADME_IMAGE_SUPPRIMER', ADME_CHEMIN_IMAGE_INTERFACE.'trash.gif') ;
|
87 |
define('ADME_IMAGE_SUPPRIMER', ADME_CHEMIN_IMAGE_INTERFACE.'adme_supprimer.png');
|
88 |
/** Chemin vers l'image ajouter un menu.*/
|
88 |
/** Chemin vers l'image ajouter un menu.*/
|
89 |
define('ADME_IMAGE_NOUVEAU', ADME_CHEMIN_IMAGE_INTERFACE.'addcross.gif') ;
|
89 |
define('ADME_IMAGE_NOUVEAU', ADME_CHEMIN_IMAGE_INTERFACE.'adme_ajouter.png');
|
90 |
/** Chemin vers l'image accéder à l'interface d'administration de l'application du menu courant.*/
|
90 |
/** Chemin vers l'image accéder à l'interface d'administration de l'application du menu courant.*/
|
Line 91... |
Line 91... |
91 |
define('ADME_IMAGE_TEXTE', ADME_CHEMIN_IMAGE_INTERFACE.'doc.gif') ;
|
91 |
define('ADME_IMAGE_TEXTE', ADME_CHEMIN_IMAGE_INTERFACE.'adme_administrer.png');
|
92 |
|
92 |
|
93 |
// Nom des classes des images
|
93 |
// Nom des classes des images
|
94 |
/** Constante stockant le nom de la classe des fichiers icônes de 16x16px de ADME.*/
|
94 |
/** Constante stockant le nom de la classe des fichiers icônes de 16x16px de ADME.*/
|
95 |
define('ADME_CLASS_IMG_ICONE', 'adme_img_icone');
|
95 |
define('ADME_CLASS_IMG_ICONE', 'adme_img_icone');
|
Line 96... |
Line 96... |
96 |
/** Constante stockant le nom de la classe des fichiers plier-déplier de 9x9px de ADME.*/
|
96 |
/** Constante stockant le nom de la classe des fichiers plier-déplier de 9x9px de ADME.*/
|
97 |
define('ADME_CLASS_IMG_PD', 'adme_img_plier_deplier');
|
97 |
define('ADME_CLASS_IMG_PD', 'adme_img_plier_deplier');
|
98 |
|
98 |
|
- |
|
99 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
100 |
*
|
- |
|
101 |
* $Log: not supported by cvs2svn $
|
99 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
102 |
* Revision 1.3 2004/11/09 12:51:16 jpm
|
100 |
*
|
103 |
* Ajout de commentaires.
|
101 |
* $Log: not supported by cvs2svn $
|
104 |
*
|
102 |
* Revision 1.2 2004/07/06 17:07:42 jpm
|
105 |
* Revision 1.2 2004/07/06 17:07:42 jpm
|
103 |
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
|
106 |
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
|