Subversion Repositories Applications.bazar

Rev

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

Rev 51 Rev 54
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.13 2005-11-14 16:04:54 florian Exp $
22
// CVS : $Id: bazar.php,v 1.14 2005-11-24 16:17:13 florian 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.13 $ $Date: 2005-11-14 16:04:54 $
31
*@version       $Revision: 1.14 $ $Date: 2005-11-24 16:17:13 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 60... Line 60...
60
// +------------------------------------------------------------------------------------------------------+
60
// +------------------------------------------------------------------------------------------------------+
61
// |                                            ENTETE du PROGRAMME                                       |
61
// |                                            ENTETE du PROGRAMME                                       |
62
// +------------------------------------------------------------------------------------------------------+
62
// +------------------------------------------------------------------------------------------------------+
Line 63... Line 63...
63
 
63
 
64
error_reporting(E_ALL);
64
error_reporting(E_ALL);
65
include_once 'DB.php' ;
65
require_once PAP_CHEMIN_RACINE.'api/pear/DB.php' ;
66
include_once 'Auth.php' ;
66
require_once PAP_CHEMIN_RACINE.'api/pear/Auth.php' ;
67
include_once 'configuration/baz_config.inc.php'; //fichier de configuration de Bazar
67
require_once 'configuration/baz_config.inc.php'; //fichier de configuration de Bazar
Line 68... Line 68...
68
include_once 'bibliotheque/bazar.fonct.php'; //fichier des fonctions de Bazar
68
require_once 'bibliotheque/bazar.fonct.php'; //fichier des fonctions de Bazar
69
 
69
 
70
if (defined('PAP_VERSION')) { //si on est dans Papyrus
70
if (defined('PAP_VERSION')) { //si on est dans Papyrus
Line 78... Line 78...
78
function afficherContenuCorps() {
78
function afficherContenuCorps() {
Line 79... Line 79...
79
	
79
	
Line 80... Line 80...
80
	$GLOBALS['id_user']=$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID);
80
	$GLOBALS['id_user']=$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID);
-
 
81
	
-
 
82
	$res = '';
-
 
83
	
81
	
84
	$res .= '<pre>'.var_dump($_POST).'</pre>';
82
	$res = '';
85
	
83
	//---------------l'entête de l'appli-----------
86
	//---------------l'entête de l'appli-----------
84
	$res.='<div id="BAZ_hautdepage">'."\n";
87
	$res.='<div id="BAZ_hautdepage">'."\n";
Line 181... Line 184...
181
 
184
 
182
 
185
 
183
/* +--Fin du code ----------------------------------------------------------------------------------------+
186
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
187
*
-
 
188
* $Log: not supported by cvs2svn $
-
 
189
* Revision 1.13  2005/11/14 16:04:54  florian
184
*
190
* maj bug affichage flux
185
* $Log: not supported by cvs2svn $
191
*
186
* Revision 1.12  2005/11/07 17:05:46  florian
192
* Revision 1.12  2005/11/07 17:05:46  florian
187
* amélioration validation conditions de saisie, ajout des règles spécifiques de saisie des formulaires
193
* amélioration validation conditions de saisie, ajout des règles spécifiques de saisie des formulaires
188
*
194
*