Subversion Repositories Applications.bazar

Rev

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

Rev 118 Rev 124
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.15 2006-04-28 12:46:14 florian Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.16 2006-05-17 09:48:48 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.15 $ $Date: 2006-04-28 12:46:14 $
34
*@version       $Revision: 1.16 $ $Date: 2006-05-17 09:48:48 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 134... Line 134...
134
// Pour filtrer les type d'annonce selon l'endroit où est déployé
134
// Pour filtrer les type d'annonce selon l'endroit où est déployé
135
// le bazar, par exemple selon le numéro du menu papyrus
135
// le bazar, par exemple selon le numéro du menu papyrus
Line 136... Line 136...
136
 
136
 
Line -... Line 137...
-
 
137
$GLOBALS['_BAZAR_']['filtre'] = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu ;
-
 
138
 
-
 
139
 
-
 
140
// Option concernant la division des résultats en pages
-
 
141
define ('BAZ_NOMBRE_RES_PAR_PAGE', 30);
-
 
142
define ('BAZ_MODE_DIVISION', 'Jumping'); 	// 'Jumping' ou 'Sliding' voir http://pear.php.net/manual/fr/package.html.pager.compare.php
-
 
143
define ('BAZ_DELTA', 12);		// Le nombre de page à afficher avant le 'next';
137
$GLOBALS['_BAZAR_']['filtre'] = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu ;
144
 
138
 
145
 
139
/* +--Fin du code ----------------------------------------------------------------------------------------+
146
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
147
*
-
 
148
* $Log: not supported by cvs2svn $
-
 
149
* Revision 1.15  2006/04/28 12:46:14  florian
140
*
150
* integration des liens vers annuaire
141
* $Log: not supported by cvs2svn $
151
*
142
* Revision 1.14  2006/03/24 09:23:30  alexandre_tb
152
* Revision 1.14  2006/03/24 09:23:30  alexandre_tb
143
* ajout de la variable globale $GLOBALS['_BAZAR_']['filtre']
153
* ajout de la variable globale $GLOBALS['_BAZAR_']['filtre']
144
*
154
*