Subversion Repositories Applications.bazar

Rev

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

Rev 261 Rev 272
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: baz_config.inc.php,v 1.29 2007-06-25 09:57:37 alexandre_tb Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.30 2007-07-04 10:04:40 alexandre_tb Exp $
23
/**
23
/**
24
* Fichier de configuration du bazar
24
* Fichier de configuration du bazar
25
*
25
*
26
* A éditer de façon spécifique à chaque déploiement
26
* A éditer de façon spécifique à chaque déploiement
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.29 $ $Date: 2007-06-25 09:57:37 $
34
*@version       $Revision: 1.30 $ $Date: 2007-07-04 10:04:40 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 56... Line 56...
56
define ('BAZ_ACTION_PUBLIER', 15) ;
56
define ('BAZ_ACTION_PUBLIER', 15) ;
57
define ('BAZ_ACTION_PAS_PUBLIER', 16) ;
57
define ('BAZ_ACTION_PAS_PUBLIER', 16) ;
58
define ('BAZ_S_INSCRIRE', 17);
58
define ('BAZ_S_INSCRIRE', 17);
59
define ('BAZ_VOIR_FLUX_RSS', 18);
59
define ('BAZ_VOIR_FLUX_RSS', 18);
Line -... Line 60...
-
 
60
 
-
 
61
// Constante des noms des variables
-
 
62
define ('BAZ_VARIABLE_VOIR', 'vue');
-
 
63
 
-
 
64
define ('BAZ_VOIR_CONSULTER', 1);
-
 
65
define ('BAZ_VOIR_MES_FICHES', 2);
-
 
66
define ('BAZ_VOIR_S_ABONNER', 3);
-
 
67
define ('BAZ_VOIR_SAISIR', 4);
-
 
68
define ('BAZ_VOIR_ADMIN', 5);
-
 
69
define ('BAZ_VOIR_GESTION_DROITS', 6);
-
 
70
 
60
 
71
 
61
//==================================== LES FLUX RSS==================================
72
//==================================== LES FLUX RSS==================================
62
// Constantes liées aux flux RSS
73
// Constantes liées aux flux RSS
Line 63... Line 74...
63
//==================================================================================
74
//==================================================================================
Line 152... Line 163...
152
define ('BAZ_SQUELETTE_DEFAUT', 'baz_cal.tpl.html');
163
define ('BAZ_SQUELETTE_DEFAUT', 'baz_cal.tpl.html');
Line 153... Line 164...
153
 
164
 
154
/* +--Fin du code ----------------------------------------------------------------------------------------+
165
/* +--Fin du code ----------------------------------------------------------------------------------------+
155
*
166
*
-
 
167
* $Log: not supported by cvs2svn $
-
 
168
* Revision 1.29  2007-06-25 09:57:37  alexandre_tb
-
 
169
* ajout de constante sur le chemin par defaut des squelettes
156
* $Log: not supported by cvs2svn $
170
*
157
* Revision 1.28  2007/04/20 09:57:21  florian
171
* Revision 1.28  2007/04/20 09:57:21  florian
158
* correction bugs suite au merge
172
* correction bugs suite au merge
159
*
173
*
160
* Revision 1.27  2007/04/11 08:30:12  neiluj
174
* Revision 1.27  2007/04/11 08:30:12  neiluj