Subversion Repositories Applications.papyrus

Rev

Rev 1496 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
181 jpm 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.3                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of Papyrus.                                                                        |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
14
// |                                                                                                      |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
18
// | GNU General Public License for more details.                                                         |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
1496 jp_milcent 24
// CVS : $Id: affi_configuration.inc.php,v 1.14 2007-06-26 13:30:48 jp_milcent Exp $
181 jpm 25
/**
26
* Application réalisant l'affichage du contenu stocké dans Papyrus.
27
*
28
* Les constantes et variables de configuration de l'application Afficheur.
29
*
30
*@package Afficheur
31
*@subpackage Configuration
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
1496 jp_milcent 37
*@version       $Revision: 1.14 $ $Date: 2007-06-26 13:30:48 $
181 jpm 38
// +------------------------------------------------------------------------------------------------------+
39
*/
40
 
41
// +------------------------------------------------------------------------------------------------------+
42
// |                                            ENTETE du PROGRAMME                                       |
43
// +------------------------------------------------------------------------------------------------------+
44
 
45
 
46
// +------------------------------------------------------------------------------------------------------+
47
// |                                            CORPS du PROGRAMME                                        |
48
// +------------------------------------------------------------------------------------------------------+
49
// Chemin des fichiers à inclure.
50
/** Chemin vers la bibliothèque PEAR.*/
51
define('AFFI_CHEMIN_BIBLIOTHEQUE_PEAR', '');
52
/** Chemin vers la bibliothèque API.*/
832 florian 53
define('AFFI_CHEMIN_BIBLIOTHEQUE_API', 'api'.GEN_SEP);
394 jpm 54
/** Chemin vers la bibliothèque API : fckeditor.*/
55
define('AFFI_CHEMIN_FCKEDITOR', AFFI_CHEMIN_BIBLIOTHEQUE_API.'fckeditor'.GEN_SEP);
360 jpm 56
/** Chemin vers l'application Admin de l'afficheur de Papyrus.*/
57
define('AFFI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'afficheur'.GEN_SEP);
1496 jp_milcent 58
/** Chemin vers le dossier des squelettes de l'application.*/
59
define('AFFI_CHEMIN_SQUELETTE', AFFI_CHEMIN_APPLICATION.'squelettes'.GEN_SEP);
360 jpm 60
/** Chemin vers le dossier des styles de l'application.*/
1496 jp_milcent 61
define('AFFI_CHEMIN_STYLE', AFFI_CHEMIN_SQUELETTE);
181 jpm 62
/** Chaine à utiliser pour l'URL de la règle Freelink.*/
63
define('AFFI_URL_PAPYRUS', PAP_URL.'?menu=%s');
64
 
394 jpm 65
/** Utilisation de fckeditor (true).*/
66
$GLOBALS['_AFFI_']['fckeditor']['utilisation'] = true;
67
/** Hauteur de fckeditor.*/
68
$GLOBALS['_AFFI_']['fckeditor']['hauteur'] = '400';
69
/** Type de barre d'outil de fckeditor.*/
70
$GLOBALS['_AFFI_']['fckeditor']['barre'] = 'Papyrus';
71
/** Langue de fckeditor.*/
72
$GLOBALS['_AFFI_']['fckeditor']['langue'] = $GLOBALS['_GEN_commun']['i18n'];
418 ddelon 73
/** Fichier de config personnalisé de fckeditor.*/
1496 jp_milcent 74
$base_url = parse_url(PAP_URL);
75
$dirname_base_url = dirname($base_url['path']);
434 ddelon 76
// Suppression double slash pour site interdisant ce type d'url (a confirmer ...)
77
// Probleme également avec des sous-domaines (~ree05/papyrus etc.) ....
1496 jp_milcent 78
$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'] = str_replace('//', '/', $dirname_base_url.GEN_SEP.AFFI_CHEMIN_APPLICATION.'configuration'.GEN_SEP.'affi_fckconfig.js');
394 jpm 79
 
181 jpm 80
// L'objet PEAR::DB à utiliser pour l'afficheur :
351 jpm 81
$GLOBALS['_AFFICHEUR']['objet_pear_db'] =& $GLOBALS['_GEN_commun']['pear_db'];
181 jpm 82
 
83
// L'identifiant du menu courant :
84
if (isset($GLOBALS['_GEN_commun']['traduction_info_menu'])) {
85
    $GLOBALS['_AFFICHEUR']['menu_courant_id'] = $GLOBALS['_GEN_commun']['traduction_info_menu']->gm_id_menu;
274 jpm 86
} else if (isset($GLOBALS['_GEN_commun']['info_menu'])) {
87
    $GLOBALS['_AFFICHEUR']['menu_courant_id'] = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu;
181 jpm 88
} else {
269 jpm 89
    $GLOBALS['_AFFICHEUR']['menu_courant_id'] = $GLOBALS['_GEN_commun']['url_menu'];
181 jpm 90
}
91
 
92
// Le jeu de caractère à utiliser pour la page courante :
93
$GLOBALS['_AFFICHEUR']['jeu_de_caracteres'] = $GLOBALS['_PAPYRUS_']['page']['jeu_de_caracteres'];
94
 
95
// Les sites correspodant aux liens interwiki:
351 jpm 96
$GLOBALS['_AFFICHEUR']['interwiki_sites'] =& $GLOBALS['_PAPYRUS_']['interwiki_sites'];
181 jpm 97
 
98
// Les sites correspodant à l'action inclure:
351 jpm 99
$GLOBALS['_AFFICHEUR']['inclure_sites'] =& $GLOBALS['_PAPYRUS_']['inclure_sites'];
181 jpm 100
 
101
// +------------------------------------------------------------------------------------------------------+
102
// |                                            PIED du PROGRAMME                                         |
103
// +------------------------------------------------------------------------------------------------------+
104
 
105
 
106
 
107
/* +--Fin du code ----------------------------------------------------------------------------------------+
108
*
2150 mathias 109
* $Log: affi_configuration.inc.php,v $
110
* Revision 1.14  2007-06-26 13:30:48  jp_milcent
111
* Suppression de l'utilisation de Quickform.
112
* Utilisation de squellette PHP.
113
*
1496 jp_milcent 114
* Revision 1.13  2006-04-28 12:41:49  florian
115
* corrections erreurs chemin
116
*
832 florian 117
* Revision 1.12  2005/08/25 08:59:12  ddelon
118
* Integrateur Wikini et administration des Wikini
119
*
434 ddelon 120
* Revision 1.11  2005/08/18 10:20:04  ddelon
121
* Integrateur Wikini et Acces PEAR
122
*
433 ddelon 123
* Revision 1.10  2005/07/21 18:11:43  ddelon
124
* configuration barre outil fcke
125
*
424 ddelon 126
* Revision 1.9  2005/07/18 08:53:14  ddelon
127
* Configuration Fcsk et menage
128
*
419 ddelon 129
* Revision 1.8  2005/07/15 17:10:08  ddelon
130
* Configuration Fcsk et menage
131
*
418 ddelon 132
* Revision 1.7  2005/06/03 18:39:30  jpm
133
* Ajout de la barre d'outil Papyrus FCKeditor.
134
*
394 jpm 135
* Revision 1.6  2005/04/25 13:56:19  jpm
136
* Ajout de chemin vers les styles.
137
*
360 jpm 138
* Revision 1.5  2005/04/21 16:46:21  jpm
139
* Gestion via Papyrus du XHTML.
140
*
351 jpm 141
* Revision 1.4  2005/02/23 18:16:49  jpm
142
* Changement de l'url de Papyrus pour qu'elle corresponde à l'url courante de Papyrus.
143
*
275 jpm 144
* Revision 1.3  2005/02/23 17:41:21  jpm
145
* Modification de l'initialisation d'une variable.
146
*
274 jpm 147
* Revision 1.2  2005/02/22 17:55:38  jpm
148
* Changement de variable pour la récupération de l'identifiant du menu courant.
149
*
269 jpm 150
* Revision 1.1  2004/11/26 13:10:20  jpm
151
* Utilisation des actions Papyrus et implémentation de la syntaxe Wikini.
181 jpm 152
*
269 jpm 153
*
181 jpm 154
* +-- Fin du code ----------------------------------------------------------------------------------------+
155
*/
156
?>