Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 53 → Rev 54

/trunk/bazar.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: bazar.php,v 1.13 2005-11-14 16:04:54 florian Exp $
// CVS : $Id: bazar.php,v 1.14 2005-11-24 16:17:13 florian Exp $
/**
*
*@package bazar
28,7 → 28,7
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.13 $ $Date: 2005-11-14 16:04:54 $
*@version $Revision: 1.14 $ $Date: 2005-11-24 16:17:13 $
// +------------------------------------------------------------------------------------------------------+
*/
 
62,10 → 62,10
// +------------------------------------------------------------------------------------------------------+
 
error_reporting(E_ALL);
include_once 'DB.php' ;
include_once 'Auth.php' ;
include_once 'configuration/baz_config.inc.php'; //fichier de configuration de Bazar
include_once 'bibliotheque/bazar.fonct.php'; //fichier des fonctions de Bazar
require_once PAP_CHEMIN_RACINE.'api/pear/DB.php' ;
require_once PAP_CHEMIN_RACINE.'api/pear/Auth.php' ;
require_once 'configuration/baz_config.inc.php'; //fichier de configuration de Bazar
require_once 'bibliotheque/bazar.fonct.php'; //fichier des fonctions de Bazar
 
if (defined('PAP_VERSION')) { //si on est dans Papyrus
GEN_stockerStyleExterne( 'bazar_interne', 'client/bazar/bazar.interne.css');
80,6 → 80,9
$GLOBALS['id_user']=$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID);
$res = '';
$res .= '<pre>'.var_dump($_POST).'</pre>';
//---------------l'entête de l'appli-----------
$res.='<div id="BAZ_hautdepage">'."\n";
$res.='<h1>'.$GLOBALS['_GEN_commun']['info_menu']->gm_titre.'</h1>'."\n";
183,6 → 186,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.13 2005/11/14 16:04:54 florian
* maj bug affichage flux
*
* Revision 1.12 2005/11/07 17:05:46 florian
* amélioration validation conditions de saisie, ajout des règles spécifiques de saisie des formulaires
*