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.21 2006-01-13 14:12:52 florian Exp $
|
22 |
// CVS : $Id: bazar.php,v 1.22 2006-01-16 15:11:28 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.21 $ $Date: 2006-01-13 14:12:52 $
|
31 |
*@version $Revision: 1.22 $ $Date: 2006-01-16 15:11:28 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 202... |
Line 202... |
202 |
case BAZ_VOIR_FLUX_RSS : header('Content-type: text/xml; charset=ISO-8859-1');include("bazarRSS.php");exit(0);break;
|
202 |
case BAZ_VOIR_FLUX_RSS : header('Content-type: text/xml; charset=ISO-8859-1');include("bazarRSS.php");exit(0);break;
|
203 |
default : $res .= accueil() ;
|
203 |
default : $res .= accueil() ;
|
204 |
}
|
204 |
}
|
205 |
}
|
205 |
}
|
206 |
else {
|
206 |
else {
|
207 |
$res .= baz_liste($GLOBALS['_BAZAR_']['id_nature']);
|
207 |
$res .= baz_liste();
|
208 |
}
|
208 |
}
|
209 |
return $res ;
|
209 |
return $res ;
|
210 |
}
|
210 |
}
|
Line 211... |
Line 211... |
211 |
|
211 |
|
212 |
|
212 |
|
213 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
213 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
214 |
*
|
- |
|
215 |
* $Log: not supported by cvs2svn $
|
- |
|
216 |
* Revision 1.21 2006/01/13 14:12:52 florian
|
214 |
*
|
217 |
* utilisation des temlates dans la table bazar_nature
|
215 |
* $Log: not supported by cvs2svn $
|
218 |
*
|
216 |
* Revision 1.20 2006/01/05 16:28:25 alexandre_tb
|
219 |
* Revision 1.20 2006/01/05 16:28:25 alexandre_tb
|
217 |
* prise en chage des checkbox, reste la mise à jour à gérer
|
220 |
* prise en chage des checkbox, reste la mise à jour à gérer
|
218 |
*
|
221 |
*
|