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.9 2005-10-12 13:35:07 florian Exp $
|
22 |
// CVS : $Id: bazar.php,v 1.10 2005-10-12 17:20:33 ddelon 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.9 $ $Date: 2005-10-12 13:35:07 $
|
31 |
*@version $Revision: 1.10 $ $Date: 2005-10-12 17:20:33 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 42... |
Line 42... |
42 |
define ('BAZ_DEPOSER_ANNONCE', 3) ;
|
42 |
define ('BAZ_DEPOSER_ANNONCE', 3) ;
|
43 |
define ('BAZ_ANNONCES_A_VALIDER', 4) ;
|
43 |
define ('BAZ_ANNONCES_A_VALIDER', 4) ;
|
44 |
define ('BAZ_GERER_DROITS', 5) ;
|
44 |
define ('BAZ_GERER_DROITS', 5) ;
|
45 |
define ('BAZ_ADMINISTRER_ANNONCES', 6) ;
|
45 |
define ('BAZ_ADMINISTRER_ANNONCES', 6) ;
|
46 |
define ('BAZ_MODIFIER_FICHE', 7) ;
|
46 |
define ('BAZ_MODIFIER_FICHE', 7) ;
|
47 |
define ('BAZ_VOIR_FICHE', 8) ;
|
47 |
if (!defined('BAZ_VOIR_FICHE')) define ('BAZ_VOIR_FICHE', 8) ;
|
48 |
define ('BAZ_SUPPRIMER_FICHE', 9) ;
|
48 |
define ('BAZ_SUPPRIMER_FICHE', 9) ;
|
49 |
define ('BAZ_ACTION_NOUVEAU', 10) ;
|
49 |
define ('BAZ_ACTION_NOUVEAU', 10) ;
|
50 |
define ('BAZ_ACTION_NOUVEAU_V', 11) ;
|
50 |
define ('BAZ_ACTION_NOUVEAU_V', 11) ;
|
51 |
define ('BAZ_ACTION_MODIFIER', 12) ;
|
51 |
define ('BAZ_ACTION_MODIFIER', 12) ;
|
52 |
define ('BAZ_ACTION_MODIFIER_V', 13) ;
|
52 |
define ('BAZ_ACTION_MODIFIER_V', 13) ;
|
Line 205... |
Line 205... |
205 |
|
205 |
|
206 |
|
206 |
|
207 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
207 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
208 |
*
|
- |
|
209 |
* $Log: not supported by cvs2svn $
|
- |
|
210 |
* Revision 1.9 2005/10/12 13:35:07 florian
|
208 |
*
|
211 |
* amélioration de l'interface de bazar, de manière a simplifier les consultations, et à harmoniser par rapport aux Ressources
|
209 |
* $Log: not supported by cvs2svn $
|
212 |
*
|
210 |
* Revision 1.8 2005/09/30 13:00:05 ddelon
|
213 |
* Revision 1.8 2005/09/30 13:00:05 ddelon
|
211 |
* Fiche bazar generique
|
214 |
* Fiche bazar generique
|
212 |
*
|
215 |
*
|