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.fonct.php,v 1.10 2005-10-12 15:14:06 florian Exp $
|
22 |
// CVS : $Id: bazar.fonct.php,v 1.11 2005-10-12 17:20:33 ddelon Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
* Fonctions du module bazar
|
25 |
* Fonctions du module bazar
|
26 |
*
|
26 |
*
|
27 |
*@package bazar
|
27 |
*@package bazar
|
28 |
//Auteur original :
|
28 |
//Auteur original :
|
29 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
29 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
30 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
30 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
31 |
//Autres auteurs :
|
31 |
//Autres auteurs :
|
32 |
*@copyright Tela-Botanica 2000-2004
|
32 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@version $Revision: 1.10 $ $Date: 2005-10-12 15:14:06 $
|
33 |
*@version $Revision: 1.11 $ $Date: 2005-10-12 17:20:33 $
|
34 |
// +------------------------------------------------------------------------------------------------------+
|
34 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
*/
|
35 |
*/
|
Line 36... |
Line 36... |
36 |
|
36 |
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// | ENTETE du PROGRAMME |
|
38 |
// | ENTETE du PROGRAMME |
|
Line -... |
Line 39... |
- |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
40 |
|
- |
|
41 |
// TODO : afficher evenement sur plusieur jours
|
- |
|
42 |
// TODO : traduction entete mois calendrier
|
- |
|
43 |
// Parametrage EVENEMENT : template
|
- |
|
44 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
|
40 |
|
46 |
|
41 |
require_once 'HTML/QuickForm.php' ;
|
47 |
require_once 'HTML/QuickForm.php' ;
|
42 |
require_once 'HTML/QuickForm/checkbox.php' ;
|
48 |
require_once 'HTML/QuickForm/checkbox.php' ;
|
43 |
require_once 'HTML/QuickForm/textarea.php' ;
|
49 |
require_once 'HTML/QuickForm/textarea.php' ;
|
Line 1360... |
Line 1366... |
1360 |
}
|
1366 |
}
|
Line 1361... |
Line 1367... |
1361 |
|
1367 |
|
1362 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1368 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1363 |
*
|
1369 |
*
|
- |
|
1370 |
* $Log: not supported by cvs2svn $
|
- |
|
1371 |
* Revision 1.10 2005/10/12 15:14:06 florian
|
- |
|
1372 |
* amélioration de l'interface de bazar, de manière a simplifier les consultations, et à harmoniser par rapport aux Ressources
|
1364 |
* $Log: not supported by cvs2svn $
|
1373 |
*
|
1365 |
* Revision 1.9 2005/10/10 16:22:52 alexandre_tb
|
1374 |
* Revision 1.9 2005/10/10 16:22:52 alexandre_tb
|
1366 |
* Correction de bug. Lorsqu'on revient en arrière après avoir validé un formulaire.
|
1375 |
* Correction de bug. Lorsqu'on revient en arrière après avoir validé un formulaire.
|
1367 |
*
|
1376 |
*
|
1368 |
* Revision 1.8 2005/09/30 13:50:07 alexandre_tb
|
1377 |
* Revision 1.8 2005/09/30 13:50:07 alexandre_tb
|