Subversion Repositories Applications.bazar

Rev

Rev 56 | Rev 58 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 56 Rev 57
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.21 2005-12-01 15:31:30 florian Exp $
22
// CVS : $Id: bazar.fonct.php,v 1.22 2005-12-01 16:05:41 florian 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.21 $ $Date: 2005-12-01 15:31:30 $
33
*@version       $Revision: 1.22 $ $Date: 2005-12-01 16:05:41 $
34
// +------------------------------------------------------------------------------------------------------+
34
// +------------------------------------------------------------------------------------------------------+
35
*/
35
*/
Line 36... Line 36...
36
 
36
 
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
// |                                            ENTETE du PROGRAMME                                       |
38
// |                                            ENTETE du PROGRAMME                                       |
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
require_once PAP_CHEMIN_RACINE.'api/pear/HTML/QuickForm.php' ;
40
require_once 'HTML/QuickForm.php' ;
41
require_once PAP_CHEMIN_RACINE.'api/pear/HTML/QuickForm/checkbox.php' ;
41
require_once 'HTML/QuickForm/checkbox.php' ;
42
require_once PAP_CHEMIN_RACINE.'api/pear/HTML/QuickForm/textarea.php' ;
42
require_once 'HTML/QuickForm/textarea.php' ;
43
require_once PAP_CHEMIN_RACINE.'api/pear/HTML/Table.php' ;
43
require_once 'HTML/Table.php' ;
44
require_once 'bazar.fonct.formulaire.php';
44
require_once 'bazar.fonct.formulaire.php';
Line 45... Line 45...
45
require_once 'bazar.fonct.rss.php';
45
require_once 'bazar.fonct.rss.php';
46
 
46
 
Line 1341... Line 1341...
1341
}
1341
}
Line 1342... Line 1342...
1342
 
1342
 
1343
/* +--Fin du code ----------------------------------------------------------------------------------------+
1343
/* +--Fin du code ----------------------------------------------------------------------------------------+
1344
*
1344
*
-
 
1345
* $Log: not supported by cvs2svn $
-
 
1346
* Revision 1.21  2005/12/01 15:31:30  florian
-
 
1347
* correction bug modifs et saisies
1345
* $Log: not supported by cvs2svn $
1348
*
1346
* Revision 1.20  2005/11/30 13:58:45  florian
1349
* Revision 1.20  2005/11/30 13:58:45  florian
1347
* ajouts graphisme (logos, boutons), changement structure SQL bazar_fiche
1350
* ajouts graphisme (logos, boutons), changement structure SQL bazar_fiche
1348
*
1351
*
1349
* Revision 1.19  2005/11/24 16:17:13  florian
1352
* Revision 1.19  2005/11/24 16:17:13  florian