Subversion Repositories Applications.papyrus

Rev

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

Rev 285 Rev 324
Line 20... Line 20...
20
// | You should have received a copy of the GNU Lesser General Public                                     |
20
// | You should have received a copy of the GNU Lesser General Public                                     |
21
// | License along with this library; if not, write to the Free Software                                  |
21
// | License along with this library; if not, write to the Free Software                                  |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// |                                                                                                      |
23
// |                                                                                                      |
24
// +------------------------------------------------------------------------------------------------------+
24
// +------------------------------------------------------------------------------------------------------+
25
// CVS : $Id: pap_config_avancee.inc.php,v 1.11 2005-02-28 11:12:24 jpm Exp $
25
// CVS : $Id: pap_config_avancee.inc.php,v 1.12 2005-04-06 13:22:58 jpm Exp $
26
/**
26
/**
27
* Page de configuration avancée de Papyrus
27
* Page de configuration avancée de Papyrus
28
*
28
*
29
* La page contient différents paramêtre permettant de configurer, le chronométrage, le débogage, les url...
29
* La page contient différents paramêtre permettant de configurer, le chronométrage, le débogage, les url...
30
*
30
*
Line 34... Line 34...
34
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author            Alexandre GRANIER <alex@tela-botanica.org>
36
*@author            Alexandre GRANIER <alex@tela-botanica.org>
37
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
37
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
38
*@copyright         Tela-Botanica 2000-2004
38
*@copyright         Tela-Botanica 2000-2004
39
*@version           $Revision: 1.11 $ $Date: 2005-02-28 11:12:24 $
39
*@version           $Revision: 1.12 $ $Date: 2005-04-06 13:22:58 $
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
*/
41
*/
Line 42... Line 42...
42
 
42
 
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
Line 112... Line 112...
112
}*/
112
}*/
113
/** Séparateur dans les chemins d'accès aux fichiers.*/
113
/** Séparateur dans les chemins d'accès aux fichiers.*/
114
define('GEN_SEP', '/');
114
define('GEN_SEP', '/');
115
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des api.*/
115
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des api.*/
116
define('GEN_CHEMIN_API', 'api'.GEN_SEP);
116
define('GEN_CHEMIN_API', 'api'.GEN_SEP);
-
 
117
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des api.*/
-
 
118
define('PAP_CHEMIN_API_PEAR', GEN_CHEMIN_API.'pear'.GEN_SEP);
117
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant le reste de l'application Papyrus.*/
119
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant le reste de l'application Papyrus.*/
118
define('GEN_CHEMIN_PAP', 'papyrus'.GEN_SEP);
120
define('GEN_CHEMIN_PAP', 'papyrus'.GEN_SEP);
119
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les applications clientes.*/
121
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les applications clientes.*/
120
define('GEN_CHEMIN_CLIENT', 'client'.GEN_SEP);
122
define('GEN_CHEMIN_CLIENT', 'client'.GEN_SEP);
121
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des sites.*/
123
/** Chemin relatif par rapport au fichier papyrus.php vers le dossier contenant les fichiers des sites.*/
Line 167... Line 169...
167
define('GEN_CSS_ERREUR', 'pap_erreur');
169
define('GEN_CSS_ERREUR', 'pap_erreur');
Line 168... Line 170...
168
 
170
 
169
 
171
 
-
 
172
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
173
* $Log: not supported by cvs2svn $
-
 
174
* Revision 1.11  2005/02/28 11:12:24  jpm
170
/* +--Fin du code ---------------------------------------------------------------------------------------+
175
* Modification des auteurs.
171
* $Log: not supported by cvs2svn $
176
*
172
* Revision 1.10  2005/02/17 17:56:33  jpm
177
* Revision 1.10  2005/02/17 17:56:33  jpm
173
* Changement de version de 0.2 à 0.21.
178
* Changement de version de 0.2 à 0.21.
174
*
179
*