Subversion Repositories Applications.bazar

Rev

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

Rev 277 Rev 282
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.42 2007-07-05 08:29:24 alexandre_tb Exp $
22
// CVS : $Id: bazar.php,v 1.43 2007-08-27 12:26:04 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.42 $ $Date: 2007-07-05 08:29:24 $
31
*@version       $Revision: 1.43 $ $Date: 2007-08-27 12:26:04 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 237... Line 237...
237
				case BAZ_VOIR_S_ABONNER : $res .= baz_s_inscrire();
237
				case BAZ_VOIR_S_ABONNER : $res .= baz_s_inscrire();
238
				break;
238
				break;
239
				case BAZ_VOIR_SAISIR : 
239
				case BAZ_VOIR_SAISIR : 
240
				if (isset ($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= baz_formulaire(BAZ_DEPOSER_ANNONCE);
240
				if (isset ($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= baz_formulaire(BAZ_DEPOSER_ANNONCE);
241
				break;
241
				break;
242
				case BAZ_VOIR_ADMIN: $res .= fiches_a_valider();
242
				case BAZ_VOIR_ADMIN: 
-
 
243
				if (isset($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= fiches_a_valider();
243
				break;
244
				break;
244
				case BAZ_VOIR_GESTION_DROITS: $res .= baz_gestion_droits();
245
				case BAZ_VOIR_GESTION_DROITS: $res .= baz_gestion_droits();
245
				break;
246
				break;
Line 246... Line 247...
246
				
247
				
Line 251... Line 252...
251
 
252
 
252
 
253
 
253
/* +--Fin du code ----------------------------------------------------------------------------------------+
254
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
255
*
-
 
256
* $Log: not supported by cvs2svn $
-
 
257
* Revision 1.42  2007-07-05 08:29:24  alexandre_tb
254
*
258
* modification du charset iso-8859-1 vers utf8 lors l'envoie des entetes xml.
255
* $Log: not supported by cvs2svn $
259
*
256
* Revision 1.41  2007-07-04 10:05:12  alexandre_tb
260
* Revision 1.41  2007-07-04 10:05:12  alexandre_tb
257
* ajout d une variable $_GET['vue'] en complement de la variable action.
261
* ajout d une variable $_GET['vue'] en complement de la variable action.
258
* Elle correspond aux 6 vues du bazar (consulter, mes fiches, s'abonner, saisir, administrer, gestion des droits)
262
* Elle correspond aux 6 vues du bazar (consulter, mes fiches, s'abonner, saisir, administrer, gestion des droits)