Subversion Repositories Applications.papyrus

Rev

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

Rev 360 Rev 394
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.6 2005-04-25 13:56:19 jpm Exp $
24
// CVS : $Id: affi_configuration.inc.php,v 1.7 2005-06-03 18:39:30 jpm 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.6 $ $Date: 2005-04-25 13:56:19 $
37
*@version       $Revision: 1.7 $ $Date: 2005-06-03 18:39:30 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 49... Line 49...
49
// Chemin des fichiers à inclure.
49
// Chemin des fichiers à inclure.
50
/** Chemin vers la bibliothèque PEAR.*/
50
/** Chemin vers la bibliothèque PEAR.*/
51
define('AFFI_CHEMIN_BIBLIOTHEQUE_PEAR', '');
51
define('AFFI_CHEMIN_BIBLIOTHEQUE_PEAR', '');
52
/** Chemin vers la bibliothèque API.*/
52
/** Chemin vers la bibliothèque API.*/
53
define('AFFI_CHEMIN_BIBLIOTHEQUE_API', GEN_CHEMIN_API);
53
define('AFFI_CHEMIN_BIBLIOTHEQUE_API', GEN_CHEMIN_API);
-
 
54
/** Chemin vers la bibliothèque API : fckeditor.*/
-
 
55
define('AFFI_CHEMIN_FCKEDITOR', AFFI_CHEMIN_BIBLIOTHEQUE_API.'fckeditor'.GEN_SEP);
54
/** Chemin vers l'application Admin de l'afficheur de Papyrus.*/
56
/** Chemin vers l'application Admin de l'afficheur de Papyrus.*/
55
define('AFFI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'afficheur'.GEN_SEP);
57
define('AFFI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'afficheur'.GEN_SEP);
56
/** Chemin vers le dossier des styles de l'application.*/
58
/** Chemin vers le dossier des styles de l'application.*/
57
define('AFFI_CHEMIN_STYLE', AFFI_CHEMIN_APPLICATION.'presentations'.GEN_SEP.'styles'.GEN_SEP);
59
define('AFFI_CHEMIN_STYLE', AFFI_CHEMIN_APPLICATION.'presentations'.GEN_SEP.'styles'.GEN_SEP);
58
/** Chaine à utiliser pour l'URL de la règle Freelink.*/
60
/** Chaine à utiliser pour l'URL de la règle Freelink.*/
59
define('AFFI_URL_PAPYRUS', PAP_URL.'?menu=%s');
61
define('AFFI_URL_PAPYRUS', PAP_URL.'?menu=%s');
Line -... Line 62...
-
 
62
 
-
 
63
/** Utilisation de fckeditor (true).*/
-
 
64
$GLOBALS['_AFFI_']['fckeditor']['utilisation'] = true;
-
 
65
/** Hauteur de fckeditor.*/
-
 
66
$GLOBALS['_AFFI_']['fckeditor']['hauteur'] = '400';
-
 
67
/** Type de barre d'outil de fckeditor.*/
-
 
68
$GLOBALS['_AFFI_']['fckeditor']['barre'] = 'Papyrus';
-
 
69
/** Langue de fckeditor.*/
-
 
70
$GLOBALS['_AFFI_']['fckeditor']['langue'] = $GLOBALS['_GEN_commun']['i18n'];
60
 
71
 
61
// L'objet PEAR::DB à utiliser pour l'afficheur :
72
// L'objet PEAR::DB à utiliser pour l'afficheur :
Line 62... Line 73...
62
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
73
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
63
 
74
 
Line 86... Line 97...
86
 
97
 
87
 
98
 
88
/* +--Fin du code ----------------------------------------------------------------------------------------+
99
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
100
*
-
 
101
* $Log: not supported by cvs2svn $
-
 
102
* Revision 1.6  2005/04/25 13:56:19  jpm
89
*
103
* Ajout de chemin vers les styles.
90
* $Log: not supported by cvs2svn $
104
*
91
* Revision 1.5  2005/04/21 16:46:21  jpm
105
* Revision 1.5  2005/04/21 16:46:21  jpm
92
* Gestion via Papyrus du XHTML.
106
* Gestion via Papyrus du XHTML.
93
*
107
*