Line -... |
Line 1... |
- |
|
1 |
|
1 |
<?php
|
2 |
<?php
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
3 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
4 |
// +------------------------------------------------------------------------------------------------------+
|
4 |
// | PHP version 4.1 |
|
5 |
// | PHP version 4.1 |
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
6 |
// +------------------------------------------------------------------------------------------------------+
|
Line 17... |
Line 18... |
17 |
// | |
|
18 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | 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 |
|
20 |
// | 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 |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: bazar.php,v 1.10 2005-10-12 17:20:33 ddelon Exp $
|
23 |
// CVS : $Id: bazar.php,v 1.11 2005-10-21 16:15:04 florian Exp $
|
23 |
/**
|
24 |
/**
|
24 |
*
|
25 |
*
|
25 |
*@package bazar
|
26 |
*@package bazar
|
26 |
//Auteur original :
|
27 |
//Auteur original :
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
28 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
28 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
29 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
29 |
//Autres auteurs :
|
30 |
//Autres auteurs :
|
30 |
*@copyright Tela-Botanica 2000-2004
|
31 |
*@copyright Tela-Botanica 2000-2004
|
31 |
*@version $Revision: 1.10 $ $Date: 2005-10-12 17:20:33 $
|
32 |
*@version $Revision: 1.11 $ $Date: 2005-10-21 16:15:04 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
34 |
*/
|
Line 34... |
Line 35... |
34 |
|
35 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
Line 205... |
Line 206... |
205 |
|
206 |
|
206 |
|
207 |
|
207 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
208 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
209 |
*
|
- |
|
210 |
* $Log: not supported by cvs2svn $
|
- |
|
211 |
* Revision 1.10 2005/10/12 17:20:33 ddelon
|
208 |
*
|
212 |
* Reorganisation calendrier + applette
|
209 |
* $Log: not supported by cvs2svn $
|
213 |
*
|
210 |
* Revision 1.9 2005/10/12 13:35:07 florian
|
214 |
* Revision 1.9 2005/10/12 13:35:07 florian
|
211 |
* amélioration de l'interface de bazar, de manière a simplifier les consultations, et à harmoniser par rapport aux Ressources
|
215 |
* amélioration de l'interface de bazar, de manière a simplifier les consultations, et à harmoniser par rapport aux Ressources
|
212 |
*
|
216 |
*
|