Subversion Repositories eFlore/Applications.bibliobota

Rev

Rev 14 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 23
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: bb_config.inc.php,v 1.3 2006-09-22 08:35:01 jp_milcent Exp $
22
// CVS : $Id: bb_config.inc.php,v 1.4 2007-02-13 18:06:59 jp_milcent Exp $
23
/**
23
/**
24
* Configuration générale des applications de Biblio Bota
24
* Configuration générale des applications de Biblio Bota
25
*
25
*
26
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications 
26
* Ce fichier permet de stocker les valeurs de configuration communes aux différentes applications 
27
* constituant Biblio Bota.
27
* constituant Biblio Bota.
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Charles GRANGER <tela@vecteur.org>
32
*@author        Jean-Charles GRANGER <tela@vecteur.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Jean-Pascal MILENT <jpm@tela-botanica.org>
34
*@author        Jean-Pascal MILENT <jpm@tela-botanica.org>
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.3 $ $Date: 2006-09-22 08:35:01 $
36
*@version       $Revision: 1.4 $ $Date: 2007-02-13 18:06:59 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 124... Line 124...
124
 
124
 
125
// +------------------------------------------------------------------------------------------------------+
125
// +------------------------------------------------------------------------------------------------------+
126
// Définition des chemins d'accès aux images.
126
// Définition des chemins d'accès aux images.
127
/** Constante stockant le chemin d'accès au fichier bb_precedent.png de Biblio Bota.*/
127
/** Constante stockant le chemin d'accès au fichier bb_precedent.png de Biblio Bota.*/
-
 
128
define('BB_IMG_PRECEDENT', BB_CHEMIN_IMAGES.'navigation'.GEN_SEP.'bb_precedent.png');
-
 
129
/** Constante stockant le chemin d'accès au fichier bb_precedent.png de Biblio Bota.*/
128
define('BB_IMG_PRECEDENT', BB_CHEMIN_IMAGES.'navigation'.GEN_SEP.'bb_precedent.png');
130
define('BB_IMG_SUIVANT', BB_CHEMIN_IMAGES.'navigation'.GEN_SEP.'bb_suivant.png');
129
/** Constante stockant le nom de la classe générique des icones de Biblio Bota.*/
131
/** Constante stockant le nom de la classe générique des icones de Biblio Bota.*/
130
define('BB_CLASS_IMG_ICONE', 'bb_img_icone');
132
define('BB_CLASS_IMG_ICONE', 'bb_img_icone');
131
/** Constante stockant le nom de la classe du fichier bb_precedent.png de Biblio Bota.*/
133
/** Constante stockant le nom de la classe du fichier bb_precedent.png de Biblio Bota.*/
-
 
134
define('BB_CLASS_IMG_PRECEDENT', 'bb_img_precedent');
-
 
135
/** Constante stockant le nom de la classe du fichier bb_suivant.png de Biblio Bota.*/
132
define('BB_CLASS_IMG_PRECEDENT', 'bb_img_precedent');
136
define('BB_CLASS_IMG_SUIVANT', 'bb_img_suivant');
133
/** Constante stockant le chemin d'accès au fichier bb_modifier.png de Biblio Bota.*/
137
/** Constante stockant le chemin d'accès au fichier bb_modifier.png de Biblio Bota.*/
134
define('BB_IMG_MODIFIER', BB_CHEMIN_IMAGES.'bb_modifier.png');
138
define('BB_IMG_MODIFIER', BB_CHEMIN_IMAGES.'bb_modifier.png');
135
/** Constante stockant le nom de la classe du fichier bb_modifier.png de Biblio Bota.*/
139
/** Constante stockant le nom de la classe du fichier bb_modifier.png de Biblio Bota.*/
136
define('BB_CLASS_IMG_MODIFIER', 'bb_img_icone_large');
140
define('BB_CLASS_IMG_MODIFIER', 'bb_img_icone_large');
Line 332... Line 336...
332
    }
336
    }
333
}
337
}
334
/* +--Fin du code ----------------------------------------------------------------------------------------+
338
/* +--Fin du code ----------------------------------------------------------------------------------------+
335
*
339
*
336
* $Log: not supported by cvs2svn $
340
* $Log: not supported by cvs2svn $
-
 
341
* Revision 1.3  2006/09/22 08:35:01  jp_milcent
-
 
342
* Ajout de constantes de chemin.
-
 
343
*
337
* Revision 1.2  2006/09/22 08:31:49  jp_milcent
344
* Revision 1.2  2006/09/22 08:31:49  jp_milcent
338
* Utilisation de setlocale pour permettre un meilleur fonctionnement des fonctions strtoupper...
345
* Utilisation de setlocale pour permettre un meilleur fonctionnement des fonctions strtoupper...
339
*
346
*
340
* Revision 1.1  2005/11/23 10:22:25  jp_milcent
347
* Revision 1.1  2005/11/23 10:22:25  jp_milcent
341
* Ajout au dépot de l'application BiblioBota.
348
* Ajout au dépot de l'application BiblioBota.