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.5 2005-04-21 16:46:21 jpm Exp $
|
24 |
// CVS : $Id: affi_configuration.inc.php,v 1.6 2005-04-25 13:56:19 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.5 $ $Date: 2005-04-21 16:46:21 $
|
37 |
*@version $Revision: 1.6 $ $Date: 2005-04-25 13:56:19 $
|
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 l'application Admin de l'afficheur de Papyrus.*/
|
- |
|
55 |
define('AFFI_CHEMIN_APPLICATION', GEN_CHEMIN_APPLICATION.'afficheur'.GEN_SEP);
|
- |
|
56 |
/** Chemin vers le dossier des styles de l'application.*/
|
- |
|
57 |
define('AFFI_CHEMIN_STYLE', AFFI_CHEMIN_APPLICATION.'presentations'.GEN_SEP.'styles'.GEN_SEP);
|
54 |
/** Chaine à utiliser pour l'URL de la règle Freelink.*/
|
58 |
/** Chaine à utiliser pour l'URL de la règle Freelink.*/
|
55 |
define('AFFI_URL_PAPYRUS', PAP_URL.'?menu=%s');
|
59 |
define('AFFI_URL_PAPYRUS', PAP_URL.'?menu=%s');
|
Line 56... |
Line 60... |
56 |
|
60 |
|
57 |
// L'objet PEAR::DB à utiliser pour l'afficheur :
|
61 |
// L'objet PEAR::DB à utiliser pour l'afficheur :
|
Line 82... |
Line 86... |
82 |
|
86 |
|
83 |
|
87 |
|
84 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
88 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
89 |
*
|
- |
|
90 |
* $Log: not supported by cvs2svn $
|
- |
|
91 |
* Revision 1.5 2005/04/21 16:46:21 jpm
|
85 |
*
|
92 |
* Gestion via Papyrus du XHTML.
|
86 |
* $Log: not supported by cvs2svn $
|
93 |
*
|
87 |
* Revision 1.4 2005/02/23 18:16:49 jpm
|
94 |
* Revision 1.4 2005/02/23 18:16:49 jpm
|
88 |
* Changement de l'url de Papyrus pour qu'elle corresponde à l'url courante de Papyrus.
|
95 |
* Changement de l'url de Papyrus pour qu'elle corresponde à l'url courante de Papyrus.
|
89 |
*
|
96 |
*
|