Subversion Repositories Applications.bazar

Rev

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

Rev 291 Rev 301
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.44 2007-09-06 15:39:28 alexandre_tb Exp $
22
// CVS : $Id: bazar.php,v 1.45 2007-09-18 14:24:01 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.44 $ $Date: 2007-09-06 15:39:28 $
31
*@version       $Revision: 1.45 $ $Date: 2007-09-18 14:24:01 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 244... Line 244...
244
				break;
244
				break;
245
				case BAZ_VOIR_SAISIR : 
245
				case BAZ_VOIR_SAISIR : 
246
				if (isset ($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= baz_formulaire(BAZ_DEPOSER_ANNONCE);
246
				if (isset ($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= baz_formulaire(BAZ_DEPOSER_ANNONCE);
247
				break;
247
				break;
248
				case BAZ_VOIR_ADMIN: 
248
				case BAZ_VOIR_ADMIN: 
249
				if (isset($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= fiches_a_valider();
249
				/*if (isset($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else */$res .= fiches_a_valider();
250
				break;
250
				break;
251
				case BAZ_VOIR_GESTION_DROITS: $res .= baz_gestion_droits();
251
				case BAZ_VOIR_GESTION_DROITS: $res .= baz_gestion_droits();
252
				break;
252
				break;
253
				default :
253
				default :
254
				$res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']);
254
				$res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']);
Line 259... Line 259...
259
 
259
 
260
 
260
 
261
/* +--Fin du code ----------------------------------------------------------------------------------------+
261
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
262
*
-
 
263
* $Log: not supported by cvs2svn $
-
 
264
* Revision 1.44  2007-09-06 15:39:28  alexandre_tb
-
 
265
* fixation d une valeur par defaut a la variable vue pour
262
*
266
* eviter un ecran vide si pas de parametres dans le menu
263
* $Log: not supported by cvs2svn $
267
*
264
* Revision 1.43  2007-08-27 12:26:04  alexandre_tb
268
* Revision 1.43  2007-08-27 12:26:04  alexandre_tb
265
* Mise en place de l action BAZ_VOIR_ADMIN
269
* Mise en place de l action BAZ_VOIR_ADMIN
266
*
270
*