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.64 2007-06-04 15:25:39 alexandre_tb Exp $
|
22 |
// CVS : $Id: bazar.fonct.php,v 1.65 2007-06-25 08:31:17 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
* Fonctions du module bazar
|
25 |
* Fonctions du module bazar
|
26 |
*
|
26 |
*
|
27 |
*
|
27 |
*
|
Line 29... |
Line 29... |
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
31 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
31 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.64 $ $Date: 2007-06-04 15:25:39 $
|
34 |
*@version $Revision: 1.65 $ $Date: 2007-06-25 08:31:17 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// | ENTETE du PROGRAMME |
|
39 |
// | ENTETE du PROGRAMME |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm.php' ;
|
41 |
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm.php' ;
|
42 |
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/checkbox.php' ;
|
42 |
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/checkbox.php' ;
|
43 |
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/textarea.php' ;
|
43 |
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/textarea.php' ;
|
44 |
require_once PAP_CHEMIN_API_PEAR.'HTML/Table.php' ;
|
44 |
require_once PAP_CHEMIN_API_PEAR.'HTML/Table.php' ;
|
45 |
require_once 'bazar.fonct.formulaire.php';
|
45 |
require_once GEN_CHEMIN_API.'formulaire/formulaire.fonct.inc.php';
|
Line 46... |
Line 46... |
46 |
require_once 'bazar.fonct.rss.php';
|
46 |
require_once 'bazar.fonct.rss.php';
|
47 |
|
47 |
|
48 |
// +------------------------------------------------------------------------------------------------------+
|
48 |
// +------------------------------------------------------------------------------------------------------+
|
Line 1304... |
Line 1304... |
1304 |
}
|
1304 |
}
|
Line 1305... |
Line 1305... |
1305 |
|
1305 |
|
1306 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1306 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1307 |
*
|
1307 |
*
|
- |
|
1308 |
* $Log: not supported by cvs2svn $
|
- |
|
1309 |
* Revision 1.64 2007-06-04 15:25:39 alexandre_tb
|
- |
|
1310 |
* ajout de la carto google
|
1308 |
* $Log: not supported by cvs2svn $
|
1311 |
*
|
1309 |
* Revision 1.63 2007/04/11 08:30:12 neiluj
|
1312 |
* Revision 1.63 2007/04/11 08:30:12 neiluj
|
1310 |
* remise en état du CVS...
|
1313 |
* remise en état du CVS...
|
1311 |
*
|
1314 |
*
|
1312 |
* Revision 1.57.2.12 2007/03/16 14:49:24 alexandre_tb
|
1315 |
* Revision 1.57.2.12 2007/03/16 14:49:24 alexandre_tb
|