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.41 2007-07-04 10:05:12 alexandre_tb Exp $
|
22 |
// CVS : $Id: bazar.php,v 1.42 2007-07-05 08:29:24 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.41 $ $Date: 2007-07-04 10:05:12 $
|
31 |
*@version $Revision: 1.42 $ $Date: 2007-07-05 08:29:24 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 219... |
Line 219... |
219 |
case BAZ_ACTION_SUPPRESSION : $res .= baz_suppression(); unset ($_GET['action']); break;
|
219 |
case BAZ_ACTION_SUPPRESSION : $res .= baz_suppression(); unset ($_GET['action']); break;
|
220 |
case BAZ_ACTION_PUBLIER : publier_fiche(1) ; break;
|
220 |
case BAZ_ACTION_PUBLIER : publier_fiche(1) ; break;
|
221 |
case BAZ_ACTION_PAS_PUBLIER : publier_fiche(0) ;$res .= fiches_a_valider(); break;
|
221 |
case BAZ_ACTION_PAS_PUBLIER : publier_fiche(0) ;$res .= fiches_a_valider(); break;
|
222 |
//case BAZ_GERER_DROITS : $res .= baz_gestion_droits(); break;
|
222 |
//case BAZ_GERER_DROITS : $res .= baz_gestion_droits(); break;
|
223 |
case BAZ_S_INSCRIRE : $res .= baz_s_inscrire(); break;
|
223 |
case BAZ_S_INSCRIRE : $res .= baz_s_inscrire(); break;
|
224 |
case BAZ_VOIR_FLUX_RSS : header('Content-type: text/xml; charset=ISO-8859-1');include("bazarRSS.php");exit(0);break;
|
224 |
case BAZ_VOIR_FLUX_RSS : header('Content-type: text/xml; charset=UTF-8');include("bazarRSS.php");exit(0);break;
|
225 |
//default : $res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']) ;
|
225 |
//default : $res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']) ;
|
226 |
}
|
226 |
}
|
Line 227... |
Line 227... |
227 |
|
227 |
|
228 |
}
|
228 |
}
|
Line 251... |
Line 251... |
251 |
|
251 |
|
252 |
|
252 |
|
253 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
253 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
254 |
*
|
- |
|
255 |
* $Log: not supported by cvs2svn $
|
- |
|
256 |
* Revision 1.41 2007-07-04 10:05:12 alexandre_tb
|
- |
|
257 |
* ajout d une variable $_GET['vue'] en complement de la variable action.
|
254 |
*
|
258 |
* Elle correspond aux 6 vues du bazar (consulter, mes fiches, s'abonner, saisir, administrer, gestion des droits)
|
255 |
* $Log: not supported by cvs2svn $
|
259 |
*
|
256 |
* Revision 1.40 2007/04/11 08:30:12 neiluj
|
260 |
* Revision 1.40 2007/04/11 08:30:12 neiluj
|
257 |
* remise en état du CVS...
|
261 |
* remise en état du CVS...
|
258 |
*
|
262 |
*
|