Subversion Repositories Applications.papyrus

Rev

Rev 789 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 789 Rev 2150
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | License as published by the Free Software Foundation; either                                         |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | Lesser General Public License for more details.                                                      |
16
// | Lesser General Public License for more details.                                                      |
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: adsi_configuration.inc.php,v 1.5 2006-03-22 13:18:00 alexandre_tb Exp $
22
// CVS : $Id: adsi_configuration.inc.php,v 1.5 2006-03-22 13:18:00 alexandre_tb Exp $
23
/**
23
/**
24
* Fichier de configuration général de l'application Administrateur de sites.
24
* Fichier de configuration général de l'application Administrateur de sites.
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 sites.
27
* Administrateur de sites.
28
*
28
*
29
*@package Admin_site
29
*@package Admin_site
30
*@subpackage Configuration
30
*@subpackage Configuration
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.5 $ $Date: 2006-03-22 13:18:00 $
36
*@version       $Revision: 1.5 $ $Date: 2006-03-22 13:18:00 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
// |                                            ENTETE du PROGRAMME                                       |
41
// |                                            ENTETE du PROGRAMME                                       |
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
 
43
 
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
46
// |                                            CORPS du PROGRAMME                                        |
46
// |                                            CORPS du PROGRAMME                                        |
47
// +------------------------------------------------------------------------------------------------------+
47
// +------------------------------------------------------------------------------------------------------+
48
// Chemin des fichiers à inclure.
48
// Chemin des fichiers à inclure.
49
/** <br> Chemin vers le dossier de Pear.*/
49
/** <br> Chemin vers le dossier de Pear.*/
50
define('ADSI_CHEMIN_BIBLIOTHEQUE_PEAR','');
50
define('ADSI_CHEMIN_BIBLIOTHEQUE_PEAR','');
51
/** <br> Chemin vers le dossier des API.*/
51
/** <br> Chemin vers le dossier des API.*/
52
define('ADSI_CHEMIN_BIBLIOTHEQUE_API', GEN_CHEMIN_API);
52
define('ADSI_CHEMIN_BIBLIOTHEQUE_API', GEN_CHEMIN_API);
53
/** <br> Chemin vers le dossier des bibliothèques de l'appli Papyrus.*/
53
/** <br> Chemin vers le dossier des bibliothèques de l'appli Papyrus.*/
54
define('ADSI_CHEMIN_BIBLIOTHEQUE_GEN', GEN_CHEMIN_BIBLIO);
54
define('ADSI_CHEMIN_BIBLIOTHEQUE_GEN', GEN_CHEMIN_BIBLIO);
55
/** <br> Chemin vers le dossier des bibliothèques de l'appli Admin sites.*/
55
/** <br> Chemin vers le dossier des bibliothèques de l'appli Admin sites.*/
56
define('ADSI_CHEMIN_BIBLIOTHEQUE_ADSI', GEN_CHEMIN_APPLICATION.'admin_site/bibliotheque/');
56
define('ADSI_CHEMIN_BIBLIOTHEQUE_ADSI', GEN_CHEMIN_APPLICATION.'admin_site/bibliotheque/');
57
 
57
 
58
// Chemin vers les dossiers de l'application
58
// Chemin vers les dossiers de l'application
59
/** Chemin vers l'application Admin Site de Papyrus.*/
59
/** Chemin vers l'application Admin Site de Papyrus.*/
60
define('ADSI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'admin_site/');
60
define('ADSI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'admin_site/');
61
/** Chemin vers les fichiers de traduction de l'application Admin Auth de Papyrus.*/
61
/** Chemin vers les fichiers de traduction de l'application Admin Auth de Papyrus.*/
62
define('ADSI_CHEMIN_LANGUE', ADSI_CHEMIN_APPLICATION.'langues/');
62
define('ADSI_CHEMIN_LANGUE', ADSI_CHEMIN_APPLICATION.'langues/');
63
 
63
 
64
define ('ADSI_I18N_DEFAUT', 'fr');
64
define ('ADSI_I18N_DEFAUT', 'fr');
65
/* +--Fin du code ----------------------------------------------------------------------------------------+
65
/* +--Fin du code ----------------------------------------------------------------------------------------+
66
*
66
*
67
* $Log: not supported by cvs2svn $
67
* $Log: adsi_configuration.inc.php,v $
-
 
68
* Revision 1.5  2006-03-22 13:18:00  alexandre_tb
-
 
69
* ajout de la constante ADSI_I18N_DEFAUT
-
 
70
*
68
* Revision 1.4  2006/03/02 10:49:49  ddelon
71
* Revision 1.4  2006/03/02 10:49:49  ddelon
69
* Fusion branche multilinguisme dans branche principale
72
* Fusion branche multilinguisme dans branche principale
70
*
73
*
71
* Revision 1.3.2.1  2006/02/28 14:02:11  ddelon
74
* Revision 1.3.2.1  2006/02/28 14:02:11  ddelon
72
* Finition multilinguisme
75
* Finition multilinguisme
73
*
76
*
74
* Revision 1.3  2005/02/28 10:59:38  jpm
77
* Revision 1.3  2005/02/28 10:59:38  jpm
75
* Modification des commentaires.
78
* Modification des commentaires.
76
*
79
*
77
* Revision 1.2  2004/07/06 17:08:20  jpm
80
* Revision 1.2  2004/07/06 17:08:20  jpm
78
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
81
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
79
*
82
*
80
* Revision 1.1  2004/06/16 14:20:28  jpm
83
* Revision 1.1  2004/06/16 14:20:28  jpm
81
* Changement de nom de Génésia en Papyrus.
84
* Changement de nom de Génésia en Papyrus.
82
* Changement de l'arborescence.
85
* Changement de l'arborescence.
83
*
86
*
84
* Revision 1.1  2004/05/07 08:21:39  jpm
87
* Revision 1.1  2004/05/07 08:21:39  jpm
85
* Ajout des constantes de définition des chemins des fichiers à inclure.
88
* Ajout des constantes de définition des chemins des fichiers à inclure.
86
*
89
*
87
*
90
*
88
* +-- Fin du code ----------------------------------------------------------------------------------------+
91
* +-- Fin du code ----------------------------------------------------------------------------------------+
89
*/
92
*/
90
?>
93
?>