Subversion Repositories Applications.papyrus

Rev

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

Rev 418 Rev 419
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.8 2005-07-15 17:10:08 ddelon Exp $
24
// CVS : $Id: affi_configuration.inc.php,v 1.9 2005-07-18 08:53:14 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.8 $ $Date: 2005-07-15 17:10:08 $
37
*@version       $Revision: 1.9 $ $Date: 2005-07-18 08:53:14 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 69... Line 69...
69
/** Langue de fckeditor.*/
69
/** Langue de fckeditor.*/
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.GEN_CHEMIN_CONFIG."pap_fckconfig.js";
74
$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'] =$dirname_base_url.GEN_SEP.AFFI_CHEMIN_APPLICATION."configuration".GEN_SEP."pap_fckconfig.js";
75
 
-
 
Line 76... Line 75...
76
 
75
 
77
// L'objet PEAR::DB à utiliser pour l'afficheur :
76
// L'objet PEAR::DB à utiliser pour l'afficheur :
Line 78... Line 77...
78
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
77
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
Line 102... Line 101...
102
 
101
 
103
 
102
 
104
/* +--Fin du code ----------------------------------------------------------------------------------------+
103
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
104
*
-
 
105
* $Log: not supported by cvs2svn $
-
 
106
* Revision 1.8  2005/07/15 17:10:08  ddelon
105
*
107
* Configuration Fcsk et menage
106
* $Log: not supported by cvs2svn $
108
*
107
* Revision 1.7  2005/06/03 18:39:30  jpm
109
* Revision 1.7  2005/06/03 18:39:30  jpm
108
* Ajout de la barre d'outil Papyrus FCKeditor.
110
* Ajout de la barre d'outil Papyrus FCKeditor.
109
*
111
*