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.7 2005-06-03 18:39:30 jpm Exp $
|
24 |
// CVS : $Id: affi_configuration.inc.php,v 1.8 2005-07-15 17:10:08 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.7 $ $Date: 2005-06-03 18:39:30 $
|
37 |
*@version $Revision: 1.8 $ $Date: 2005-07-15 17:10:08 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 66... |
Line 66... |
66 |
$GLOBALS['_AFFI_']['fckeditor']['hauteur'] = '400';
|
66 |
$GLOBALS['_AFFI_']['fckeditor']['hauteur'] = '400';
|
67 |
/** Type de barre d'outil de fckeditor.*/
|
67 |
/** Type de barre d'outil de fckeditor.*/
|
68 |
$GLOBALS['_AFFI_']['fckeditor']['barre'] = 'Papyrus';
|
68 |
$GLOBALS['_AFFI_']['fckeditor']['barre'] = 'Papyrus';
|
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.*/
|
- |
|
72 |
$base_url=parse_url(PAP_URL);
|
- |
|
73 |
$dirname_base_url=dirname($base_url['path']);
|
- |
|
74 |
$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'] =$dirname_base_url.GEN_SEP.GEN_CHEMIN_CONFIG."pap_fckconfig.js";
|
- |
|
75 |
|
Line 71... |
Line 76... |
71 |
|
76 |
|
72 |
// L'objet PEAR::DB à utiliser pour l'afficheur :
|
77 |
// L'objet PEAR::DB à utiliser pour l'afficheur :
|
Line 73... |
Line 78... |
73 |
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
|
78 |
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
|
Line 97... |
Line 102... |
97 |
|
102 |
|
98 |
|
103 |
|
99 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
104 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
105 |
*
|
- |
|
106 |
* $Log: not supported by cvs2svn $
|
- |
|
107 |
* Revision 1.7 2005/06/03 18:39:30 jpm
|
100 |
*
|
108 |
* Ajout de la barre d'outil Papyrus FCKeditor.
|
101 |
* $Log: not supported by cvs2svn $
|
109 |
*
|
102 |
* Revision 1.6 2005/04/25 13:56:19 jpm
|
110 |
* Revision 1.6 2005/04/25 13:56:19 jpm
|
103 |
* Ajout de chemin vers les styles.
|
111 |
* Ajout de chemin vers les styles.
|
104 |
*
|
112 |
*
|