Subversion Repositories Applications.bazar

Rev

Rev 305 | Rev 320 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 305 Rev 314
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: bazar.php,v 1.46 2007-09-28 14:29:13 jp_milcent Exp $
22
// CVS : $Id: bazar.php,v 1.47 2007-10-01 12:13:53 alexandre_tb Exp $
23
/**
23
/**
24
* 
24
* 
25
*@package bazar
25
*@package bazar
26
//Auteur original :
26
//Auteur original :
27
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
27
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
28
*@author        Florian Schmitt <florian@ecole-et-nature.org>
28
*@author        Florian Schmitt <florian@ecole-et-nature.org>
29
//Autres auteurs :
29
//Autres auteurs :
30
*@copyright     Tela-Botanica 2000-2004
30
*@copyright     Tela-Botanica 2000-2004
31
*@version       $Revision: 1.46 $ $Date: 2007-09-28 14:29:13 $
31
*@version       $Revision: 1.47 $ $Date: 2007-10-01 12:13:53 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 262... Line 262...
262
				break;
262
				break;
263
				case BAZ_VOIR_SAISIR : 
263
				case BAZ_VOIR_SAISIR : 
264
				if (isset ($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= baz_formulaire(BAZ_DEPOSER_ANNONCE);
264
				if (isset ($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= baz_formulaire(BAZ_DEPOSER_ANNONCE);
265
				break;
265
				break;
266
				case BAZ_VOIR_ADMIN: 
266
				case BAZ_VOIR_ADMIN: 
267
				/*if (isset($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else */$res .= fiches_a_valider();
267
				if (isset($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= fiches_a_valider();
268
				break;
268
				break;
269
				case BAZ_VOIR_GESTION_DROITS: $res .= baz_gestion_droits();
269
				case BAZ_VOIR_GESTION_DROITS: $res .= baz_gestion_droits();
270
				break;
270
				break;
271
				default :
271
				default :
272
				$res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']);
272
				$res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']);
Line 277... Line 277...
277
 
277
 
278
 
278
 
279
/* +--Fin du code ----------------------------------------------------------------------------------------+
279
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
280
*
-
 
281
* $Log: not supported by cvs2svn $
-
 
282
* Revision 1.46  2007-09-28 14:29:13  jp_milcent
280
*
283
* Ajout de la gestion de l'affichage des vues ou pas.
281
* $Log: not supported by cvs2svn $
284
*
282
* Revision 1.45  2007-09-18 14:24:01  alexandre_tb
285
* Revision 1.45  2007-09-18 14:24:01  alexandre_tb
283
* onglet administrer
286
* onglet administrer
284
*
287
*