Subversion Repositories Applications.papyrus

Rev

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

Rev 283 Rev 754
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: adsi_configuration.inc.php,v 1.3 2005-02-28 10:59:38 jpm Exp $
22
// CVS : $Id: adsi_configuration.inc.php,v 1.4 2006-03-02 10:49:49 ddelon 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.
Line 31... Line 31...
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.3 $ $Date: 2005-02-28 10:59:38 $
36
*@version       $Revision: 1.4 $ $Date: 2006-03-02 10:49:49 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 53... Line 53...
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/');
Line -... Line 57...
-
 
57
 
-
 
58
// Chemin vers les dossiers de l'application
-
 
59
/** Chemin vers l'application Admin Site de Papyrus.*/
-
 
60
define('ADSI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'admin_site/');
-
 
61
/** Chemin vers les fichiers de traduction de l'application Admin Auth de Papyrus.*/
Line 57... Line 62...
57
 
62
define('ADSI_CHEMIN_LANGUE', ADSI_CHEMIN_APPLICATION.'langues/');
58
 
63
 
59
/* +--Fin du code ----------------------------------------------------------------------------------------+
64
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
65
*
-
 
66
* $Log: not supported by cvs2svn $
-
 
67
* Revision 1.3.2.1  2006/02/28 14:02:11  ddelon
-
 
68
* Finition multilinguisme
-
 
69
*
-
 
70
* Revision 1.3  2005/02/28 10:59:38  jpm
60
*
71
* Modification des commentaires.
61
* $Log: not supported by cvs2svn $
72
*
62
* Revision 1.2  2004/07/06 17:08:20  jpm
73
* Revision 1.2  2004/07/06 17:08:20  jpm
63
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
74
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
64
*
75
*