Subversion Repositories Applications.bazar

Rev

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

Rev 193 Rev 194
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.7 2007-03-05 10:28:03 alexandre_tb Exp $
22
// CVS : $Id: bazar.fonct.php,v 1.57.2.8 2007-03-05 14:33:44 jp_milcent 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.7 $ $Date: 2007-03-05 10:28:03 $
34
*@version       $Revision: 1.57.2.8 $ $Date: 2007-03-05 14:33:44 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 526... Line 526...
526
			
526
			
527
				//Bouton de validation du formulaire
527
				//Bouton de validation du formulaire
Line 528... Line 528...
528
				$formtemplate->addElement('submit', 'valider', BAZ_VALIDER);
528
				$formtemplate->addElement('submit', 'valider', BAZ_VALIDER);
529
			
529
			
530
				//Affichage a l'ecran
530
				//Affichage a l'ecran
531
				$res.= $formtemplate->toHTML()."\n".'<br />'."\n".mes_fiches(); ;	
531
				$res.= $formtemplate->toHTML()."\n";	
Line 532... Line 532...
532
			}
532
			}
533
		}
533
		}
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.7  2007/03/05 10:28:03  alexandre_tb
-
 
1259
* correction d un commentaire
1257
* $Log: not supported by cvs2svn $
1260
*
1258
* Revision 1.57.2.6  2007/02/15 13:42:16  jp_milcent
1261
* 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.
1262
* 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.
1263
* Permet d'utiliser la syntaxe 1,2,3 dans la configuration de categorie_nature.
1261
*
1264
*