Subversion Repositories Applications.papyrus

Rev

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

Rev 424 Rev 433
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.10 2005-07-21 18:11:43 ddelon Exp $
24
// CVS : $Id: affi_configuration.inc.php,v 1.11 2005-08-18 10:20:04 ddelon 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.10 $ $Date: 2005-07-21 18:11:43 $
37
*@version       $Revision: 1.11 $ $Date: 2005-08-18 10:20:04 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 70... Line 70...
70
$GLOBALS['_AFFI_']['fckeditor']['langue'] = $GLOBALS['_GEN_commun']['i18n'];
70
$GLOBALS['_AFFI_']['fckeditor']['langue'] = $GLOBALS['_GEN_commun']['i18n'];
71
/** Fichier de config personnalisé de fckeditor.*/
71
/** Fichier de config personnalisé de fckeditor.*/
72
$base_url=parse_url(PAP_URL);
72
$base_url=parse_url(PAP_URL);
73
$dirname_base_url=dirname($base_url['path']);
73
$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";
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
$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'] = str_replace("//", "/", $GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath']);
Line 75... Line 77...
75
 
77
 
76
// L'objet PEAR::DB à utiliser pour l'afficheur :
78
// L'objet PEAR::DB à utiliser pour l'afficheur :
Line 77... Line 79...
77
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
79
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
Line 101... Line 103...
101
 
103
 
102
 
104
 
103
/* +--Fin du code ----------------------------------------------------------------------------------------+
105
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
106
*
-
 
107
* $Log: not supported by cvs2svn $
-
 
108
* Revision 1.10  2005/07/21 18:11:43  ddelon
104
*
109
* configuration barre outil fcke
105
* $Log: not supported by cvs2svn $
110
*
106
* Revision 1.9  2005/07/18 08:53:14  ddelon
111
* Revision 1.9  2005/07/18 08:53:14  ddelon
107
* Configuration Fcsk et menage
112
* Configuration Fcsk et menage
108
*
113
*