Subversion Repositories Applications.bazar

Rev

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

Rev 183 Rev 193
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.57.2.6 2007-02-15 13:42:16 jp_milcent Exp $
22
// CVS : $Id: bazar.fonct.php,v 1.57.2.7 2007-03-05 10:28:03 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.57.2.6 $ $Date: 2007-02-15 13:42:16 $
34
*@version       $Revision: 1.57.2.7 $ $Date: 2007-03-05 10:28:03 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 657... Line 657...
657
	$res .= $formtemplate->toHTML()."\n";	
657
	$res .= $formtemplate->toHTML()."\n";	
658
	return $res;
658
	return $res;
659
}
659
}
Line 660... Line 660...
660
 
660
 
661
 
661
 
662
/** requete_bazar_fiche() - preparer la requete d'insertion ou de MAJ de la table bazar_fiche à partir du fichier de template
662
/** requete_bazar_fiche() - preparer la requete d'insertion ou de MAJ de la table bazar_fiche a partir du template
663
*
663
*
664
* @global   mixed L'objet contenant les valeurs issues de la saisie du formulaire
664
* @global   mixed L'objet contenant les valeurs issues de la saisie du formulaire
665
* @return   void
665
* @return   void
Line 1253... Line 1253...
1253
}
1253
}
Line 1254... Line 1254...
1254
 
1254
 
1255
/* +--Fin du code ----------------------------------------------------------------------------------------+
1255
/* +--Fin du code ----------------------------------------------------------------------------------------+
1256
*
1256
*
-
 
1257
* $Log: not supported by cvs2svn $
-
 
1258
* Revision 1.57.2.6  2007/02/15 13:42:16  jp_milcent
-
 
1259
* Utilisation de IN à la place du = dans les requêtes traitant les catégories de fiches.
-
 
1260
* Permet d'utiliser la syntaxe 1,2,3 dans la configuration de categorie_nature.
1257
* $Log: not supported by cvs2svn $
1261
*
1258
* Revision 1.57.2.5  2007/02/12 16:16:31  alexandre_tb
1262
* Revision 1.57.2.5  2007/02/12 16:16:31  alexandre_tb
1259
* suppression du style clear:both dans les attribut du formulaire d identification
1263
* suppression du style clear:both dans les attribut du formulaire d identification
1260
*
1264
*
1261
* Revision 1.57.2.4  2007/02/01 16:19:30  alexandre_tb
1265
* Revision 1.57.2.4  2007/02/01 16:19:30  alexandre_tb