| 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.formulaire.php,v 1.21 2006-05-19 13:54:11 florian Exp $
|
22 |
// CVS : $Id: bazar.fonct.formulaire.php,v 1.22 2006-06-02 09:29:07 florian Exp $
|
| 23 |
/**
|
23 |
/**
|
| 24 |
* Formulaire
|
24 |
* Formulaire
|
| 25 |
*
|
25 |
*
|
| 26 |
* Les fonctions de mise en page des formulaire
|
26 |
* Les fonctions de mise en page des formulaire
|
| 27 |
*
|
27 |
*
|
| Line 29... |
Line 29... |
| 29 |
//Auteur original :
|
29 |
//Auteur original :
|
| 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 |
*@author Aleandre GRANIER <alexandre@tela-botanica.org>
|
32 |
*@author Aleandre GRANIER <alexandre@tela-botanica.org>
|
| 33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
| 34 |
*@version $Revision: 1.21 $ $Date: 2006-05-19 13:54:11 $
|
34 |
*@version $Revision: 1.22 $ $Date: 2006-06-02 09:29:07 $
|
| 35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
| 36 |
*/
|
36 |
*/
|
| Line 37... |
Line 37... |
| 37 |
|
37 |
|
| Line 404... |
Line 404... |
| 404 |
* @param string table source pour les valeurs du texte (inutile)
|
404 |
* @param string table source pour les valeurs du texte (inutile)
|
| 405 |
* @param string ce champs est il obligatoire? (required)
|
405 |
* @param string ce champs est il obligatoire? (required)
|
| 406 |
* @return void
|
406 |
* @return void
|
| 407 |
*/
|
407 |
*/
|
| 408 |
function wikini(&$formtemplate, $nom_bdd , $label, $limite1, $limite2, $defaut, $source, $obligatoire, $dans_moteur_de_recherche=0) {
|
408 |
function wikini(&$formtemplate, $nom_bdd , $label, $limite1, $limite2, $defaut, $source, $obligatoire, $dans_moteur_de_recherche=0) {
|
| 409 |
|
409 |
return;
|
| 410 |
}
|
410 |
}
|
| Line 411... |
Line 411... |
| 411 |
|
411 |
|
| 412 |
/** labelhtml() - Ajoute un élément de type textearea au formulaire
|
412 |
/** labelhtml() - Ajoute un élément de type textearea au formulaire
|
| 413 |
*
|
413 |
*
|
| Line 428... |
Line 428... |
| 428 |
}
|
428 |
}
|
| Line 429... |
Line 429... |
| 429 |
|
429 |
|
| 430 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
430 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| 431 |
*
|
431 |
*
|
| - |
|
432 |
* $Log: not supported by cvs2svn $
|
| - |
|
433 |
* Revision 1.21 2006/05/19 13:54:11 florian
|
| - |
|
434 |
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
|
| 432 |
* $Log: not supported by cvs2svn $
|
435 |
*
|
| 433 |
* Revision 1.20 2006/04/28 12:46:14 florian
|
436 |
* Revision 1.20 2006/04/28 12:46:14 florian
|
| 434 |
* integration des liens vers annuaire
|
437 |
* integration des liens vers annuaire
|
| 435 |
*
|
438 |
*
|
| 436 |
* Revision 1.19 2006/03/02 20:36:52 florian
|
439 |
* Revision 1.19 2006/03/02 20:36:52 florian
|