Subversion Repositories Applications.papyrus

Rev

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

Rev 419 Rev 424
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.9 2005-07-18 08:53:14 ddelon Exp $
24
// CVS : $Id: affi_configuration.inc.php,v 1.10 2005-07-21 18:11:43 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.9 $ $Date: 2005-07-18 08:53:14 $
37
*@version       $Revision: 1.10 $ $Date: 2005-07-21 18:11:43 $
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.AFFI_CHEMIN_APPLICATION."configuration".GEN_SEP."pap_fckconfig.js";
74
$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'] =$dirname_base_url.GEN_SEP.AFFI_CHEMIN_APPLICATION."configuration".GEN_SEP."affi_fckconfig.js";
Line 75... Line 75...
75
 
75
 
76
// L'objet PEAR::DB à utiliser pour l'afficheur :
76
// L'objet PEAR::DB à utiliser pour l'afficheur :
Line 77... Line 77...
77
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
77
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
Line 101... Line 101...
101
 
101
 
102
 
102
 
103
/* +--Fin du code ----------------------------------------------------------------------------------------+
103
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
104
*
-
 
105
* $Log: not supported by cvs2svn $
-
 
106
* Revision 1.9  2005/07/18 08:53:14  ddelon
104
*
107
* Configuration Fcsk et menage
105
* $Log: not supported by cvs2svn $
108
*
106
* Revision 1.8  2005/07/15 17:10:08  ddelon
109
* Revision 1.8  2005/07/15 17:10:08  ddelon
107
* Configuration Fcsk et menage
110
* Configuration Fcsk et menage
108
*
111
*