Line 19... |
Line 19... |
19 |
// | |
|
19 |
// | |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
21 |
// | along with Foobar; 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 |
// CVS : $Id: affi_configuration.inc.php,v 1.13 2006-04-28 12:41:49 florian Exp $
|
24 |
// CVS : $Id: affi_configuration.inc.php,v 1.14 2007-06-26 13:30:48 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Application réalisant l'affichage du contenu stocké dans Papyrus.
|
26 |
* Application réalisant l'affichage du contenu stocké dans Papyrus.
|
27 |
*
|
27 |
*
|
28 |
* Les constantes et variables de configuration de l'application Afficheur.
|
28 |
* Les constantes et variables de configuration de l'application Afficheur.
|
29 |
*
|
29 |
*
|
Line 32... |
Line 32... |
32 |
//Auteur original :
|
32 |
//Auteur original :
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
34 |
//Autres auteurs :
|
34 |
//Autres auteurs :
|
35 |
*@author Aucun
|
35 |
*@author Aucun
|
36 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@version $Revision: 1.13 $ $Date: 2006-04-28 12:41:49 $
|
37 |
*@version $Revision: 1.14 $ $Date: 2007-06-26 13:30:48 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 53... |
Line 53... |
53 |
define('AFFI_CHEMIN_BIBLIOTHEQUE_API', 'api'.GEN_SEP);
|
53 |
define('AFFI_CHEMIN_BIBLIOTHEQUE_API', 'api'.GEN_SEP);
|
54 |
/** Chemin vers la bibliothèque API : fckeditor.*/
|
54 |
/** Chemin vers la bibliothèque API : fckeditor.*/
|
55 |
define('AFFI_CHEMIN_FCKEDITOR', AFFI_CHEMIN_BIBLIOTHEQUE_API.'fckeditor'.GEN_SEP);
|
55 |
define('AFFI_CHEMIN_FCKEDITOR', AFFI_CHEMIN_BIBLIOTHEQUE_API.'fckeditor'.GEN_SEP);
|
56 |
/** Chemin vers l'application Admin de l'afficheur de Papyrus.*/
|
56 |
/** Chemin vers l'application Admin de l'afficheur de Papyrus.*/
|
57 |
define('AFFI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'afficheur'.GEN_SEP);
|
57 |
define('AFFI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'afficheur'.GEN_SEP);
|
- |
|
58 |
/** Chemin vers le dossier des squelettes de l'application.*/
|
- |
|
59 |
define('AFFI_CHEMIN_SQUELETTE', AFFI_CHEMIN_APPLICATION.'squelettes'.GEN_SEP);
|
58 |
/** Chemin vers le dossier des styles de l'application.*/
|
60 |
/** Chemin vers le dossier des styles de l'application.*/
|
59 |
define('AFFI_CHEMIN_STYLE', AFFI_CHEMIN_APPLICATION.'presentations'.GEN_SEP.'styles'.GEN_SEP);
|
61 |
define('AFFI_CHEMIN_STYLE', AFFI_CHEMIN_SQUELETTE);
|
60 |
/** Chaine à utiliser pour l'URL de la règle Freelink.*/
|
62 |
/** Chaine à utiliser pour l'URL de la règle Freelink.*/
|
61 |
define('AFFI_URL_PAPYRUS', PAP_URL.'?menu=%s');
|
63 |
define('AFFI_URL_PAPYRUS', PAP_URL.'?menu=%s');
|
Line 62... |
Line 64... |
62 |
|
64 |
|
63 |
/** Utilisation de fckeditor (true).*/
|
65 |
/** Utilisation de fckeditor (true).*/
|
Line 67... |
Line 69... |
67 |
/** Type de barre d'outil de fckeditor.*/
|
69 |
/** Type de barre d'outil de fckeditor.*/
|
68 |
$GLOBALS['_AFFI_']['fckeditor']['barre'] = 'Papyrus';
|
70 |
$GLOBALS['_AFFI_']['fckeditor']['barre'] = 'Papyrus';
|
69 |
/** Langue de fckeditor.*/
|
71 |
/** Langue de fckeditor.*/
|
70 |
$GLOBALS['_AFFI_']['fckeditor']['langue'] = $GLOBALS['_GEN_commun']['i18n'];
|
72 |
$GLOBALS['_AFFI_']['fckeditor']['langue'] = $GLOBALS['_GEN_commun']['i18n'];
|
71 |
/** Fichier de config personnalisé de fckeditor.*/
|
73 |
/** Fichier de config personnalisé de fckeditor.*/
|
72 |
$base_url=parse_url(PAP_URL);
|
74 |
$base_url = parse_url(PAP_URL);
|
73 |
$dirname_base_url=dirname($base_url['path']);
|
75 |
$dirname_base_url = dirname($base_url['path']);
|
74 |
$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'] =$dirname_base_url.GEN_SEP.AFFI_CHEMIN_APPLICATION."configuration".GEN_SEP."affi_fckconfig.js";
|
- |
|
75 |
// Suppression double slash pour site interdisant ce type d'url (a confirmer ...)
|
76 |
// Suppression double slash pour site interdisant ce type d'url (a confirmer ...)
|
76 |
// Probleme également avec des sous-domaines (~ree05/papyrus etc.) ....
|
77 |
// Probleme également avec des sous-domaines (~ree05/papyrus etc.) ....
|
77 |
$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'] = str_replace("//", "/", $GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath']);
|
78 |
$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'] = str_replace('//', '/', $dirname_base_url.GEN_SEP.AFFI_CHEMIN_APPLICATION.'configuration'.GEN_SEP.'affi_fckconfig.js');
|
Line 78... |
Line 79... |
78 |
|
79 |
|
79 |
// L'objet PEAR::DB à utiliser pour l'afficheur :
|
80 |
// L'objet PEAR::DB à utiliser pour l'afficheur :
|
Line 80... |
Line 81... |
80 |
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
|
81 |
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
|
Line 104... |
Line 105... |
104 |
|
105 |
|
105 |
|
106 |
|
106 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
107 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
108 |
*
|
- |
|
109 |
* $Log: not supported by cvs2svn $
|
- |
|
110 |
* Revision 1.13 2006-04-28 12:41:49 florian
|
107 |
*
|
111 |
* corrections erreurs chemin
|
108 |
* $Log: not supported by cvs2svn $
|
112 |
*
|
109 |
* Revision 1.12 2005/08/25 08:59:12 ddelon
|
113 |
* Revision 1.12 2005/08/25 08:59:12 ddelon
|
110 |
* Integrateur Wikini et administration des Wikini
|
114 |
* Integrateur Wikini et administration des Wikini
|
111 |
*
|
115 |
*
|