Subversion Repositories Applications.bazar

Rev

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

Rev 205 Rev 215
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.37 2007-03-08 15:12:13 jp_milcent Exp $
22
// CVS : $Id: bazar.php,v 1.38 2007-03-28 08:51:22 neiluj 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.37 $ $Date: 2007-03-08 15:12:13 $
31
*@version       $Revision: 1.38 $ $Date: 2007-03-28 08:51:22 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 46... Line 46...
46
if (defined('PAP_VERSION')) { //si on est dans Papyrus
46
if (defined('PAP_VERSION')) { //si on est dans Papyrus
47
	GEN_stockerStyleExterne( 'bazar_interne', 'client/bazar/bazar.interne.css');
47
	GEN_stockerStyleExterne( 'bazar_interne', 'client/bazar/bazar.interne.css');
48
}
48
}
Line 49... Line 49...
49
 
49
 
50
//**********************************************************************************************************
50
//**********************************************************************************************************
51
//initialisation des paramêtres papyrus
51
//initialisation des paramètres papyrus
52
//**********************************************************************************************************
52
//**********************************************************************************************************
Line 53... Line 53...
53
//si un parametre est précisé dans le gestionnaire de menus papyrus, on le prends en compte
53
//si un parametre est précisé dans le gestionnaire de menus papyrus, on le prends en compte
54
 
54
 
Line 209... Line 209...
209
			case BAZ_ACTION_SUPPRESSION : $res .= baz_suppression().mes_fiches(); break;
209
			case BAZ_ACTION_SUPPRESSION : $res .= baz_suppression().mes_fiches(); break;
210
			case BAZ_ACTION_PUBLIER : publier_fiche(1) ;$res .= fiches_a_valider(); break;
210
			case BAZ_ACTION_PUBLIER : publier_fiche(1) ;$res .= fiches_a_valider(); break;
211
			case BAZ_ACTION_PAS_PUBLIER : publier_fiche(0) ;$res .= fiches_a_valider(); break;
211
			case BAZ_ACTION_PAS_PUBLIER : publier_fiche(0) ;$res .= fiches_a_valider(); break;
212
			case BAZ_GERER_DROITS : $res .= baz_gestion_droits(); break;
212
			case BAZ_GERER_DROITS : $res .= baz_gestion_droits(); break;
213
			case BAZ_S_INSCRIRE : $res .= baz_s_inscrire(); break;
213
			case BAZ_S_INSCRIRE : $res .= baz_s_inscrire(); break;
214
			case BAZ_VOIR_FLUX_RSS : header('Content-type: text/xml; charset=ISO-8859-1');include("bazarRSS.php");exit(0);break;
214
			case BAZ_VOIR_FLUX_RSS : header('Content-type: text/xml; charset=UTF-8');include("bazarRSS.php");exit(0);break;
215
			default : $res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']) ;
215
			default : $res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']) ;
216
		}
216
		}
217
	}
217
	}
218
	else {
218
	else {
219
		$res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']);
219
		$res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']);
Line 223... Line 223...
223
 
223
 
224
 
224
 
225
/* +--Fin du code ----------------------------------------------------------------------------------------+
225
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
226
*
-
 
227
* $Log: not supported by cvs2svn $
-
 
228
* Revision 1.37  2007/03/08 15:12:13  jp_milcent
226
*
229
* Fusion avec la livraison Menes : 08 mars 2007
227
* $Log: not supported by cvs2svn $
230
*
228
* Revision 1.35.2.2  2007/03/07 16:53:17  jp_milcent
231
* Revision 1.35.2.2  2007/03/07 16:53:17  jp_milcent
229
* Suppression du query string "action" et non pas "nature"
232
* Suppression du query string "action" et non pas "nature"
230
*
233
*