Subversion Repositories eFlore/Applications.bibliobota

Rev

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

Rev 2 Rev 30
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: bbsy_config.inc.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $
24
// CVS : $Id$
25
/**
25
/**
26
* Configuration de l'application Synthèse.
26
* Configuration de l'application Synthèse.
27
*
27
*
28
* Fichier de configuration de l'application Synthèse.
28
* Fichier de configuration de l'application Synthèse.
29
*
29
*
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 MILCENT <jpm@clapas.org>
34
*@author        Jean-Pascal MILCENT <jpm@clapas.org>
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.1 $ $Date: 2005-11-23 10:22:25 $
36
*@version       $Revision$ $Date$
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 60... Line 60...
60
define('BBSY_IMG_SYNTHESE', BBSY_CHEMIN_IMAGES.'bbsy_synthese.png');
60
define('BBSY_IMG_SYNTHESE', BBSY_CHEMIN_IMAGES.'bbsy_synthese.png');
61
/** Constante stockant le nom de la classe du fichier bb_precedent.png de Biblio Bota.*/
61
/** Constante stockant le nom de la classe du fichier bb_precedent.png de Biblio Bota.*/
62
define('BBSY_CLASS_IMG_SYNTHESE', 'bbsy_img_synthese');
62
define('BBSY_CLASS_IMG_SYNTHESE', 'bbsy_img_synthese');
Line 63... Line 63...
63
 
63
 
64
// +------------------------------------------------------------------------------------------------------+
-
 
65
// Définition des classes css
-
 
66
/** Constante stockant le nom de la classe du paragraphe affichant le nombre de résultat.*/
-
 
67
define('BBSY_CLASS_IMG_SYNTHESE', 'bbsy_img_synthese');
-
 
68
 
-
 
69
// +------------------------------------------------------------------------------------------------------+
64
// +------------------------------------------------------------------------------------------------------+
Line 70... Line 65...
70
// Paramétrage d'origine de l'application
65
// Paramétrage d'origine de l'application
71
 
66
 
Line 82... Line 77...
82
// +------------------------------------------------------------------------------------------------------+
77
// +------------------------------------------------------------------------------------------------------+
Line 83... Line 78...
83
 
78
 
84
 
79
 
85
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
86
*
-
 
87
* $Log: not supported by cvs2svn $
-
 
88
* Revision 1.1  2005/02/24 18:34:55  jpm
80
/* +--Fin du code ----------------------------------------------------------------------------------------+
89
* Ajout du fichier de config de l'application synthèse.
81
*
90
*
82
* $Log$
91
*
83
*
92
* +-- Fin du code ----------------------------------------------------------------------------------------+
84
* +-- Fin du code ----------------------------------------------------------------------------------------+
93
*/
85
*/