Line 19... |
Line 19... |
19 |
// | |
|
19 |
// | |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// CVS : $Id: hba_manipulation.fonct.php,v 1.3 2006-10-31 15:06:44 jp_milcent Exp $
|
24 |
// CVS : $Id: hba_manipulation.fonct.php,v 1.4 2007-02-02 14:59:16 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Fonctions de manipulation de la base de données Herbier.
|
26 |
* Fonctions de manipulation de la base de données Herbier.
|
27 |
*
|
27 |
*
|
28 |
* Fonctions permettant d'ajouter, modifier ou supprimer des informations dans la base de données Herbier.
|
28 |
* Fonctions permettant d'ajouter, modifier ou supprimer des informations dans la base de données Herbier.
|
29 |
*
|
29 |
*
|
Line 32... |
Line 32... |
32 |
//Auteur original :
|
32 |
//Auteur original :
|
33 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
33 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
34 |
//Autres auteurs :
|
34 |
//Autres auteurs :
|
35 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
35 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
36 |
*@copyright Tela-Botanica 2000-2005
|
36 |
*@copyright Tela-Botanica 2000-2005
|
37 |
*@version $Revision: 1.3 $ $Date: 2006-10-31 15:06:44 $
|
37 |
*@version $Revision: 1.4 $ $Date: 2007-02-02 14:59:16 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 649... |
Line 649... |
649 |
$form->addCommentaire('<b>Dates extrêmes de récolte des spécimens</b>');
|
649 |
$form->addCommentaire('<b>Dates extrêmes de récolte des spécimens</b>');
|
650 |
$form->addCommentaire('Les dates doivent être saisies selon le format jj-mm-année, par ex: 05-06-1956');
|
650 |
$form->addCommentaire('Les dates doivent être saisies selon le format jj-mm-année, par ex: 05-06-1956');
|
651 |
$form->addCommentaire('Laisser en blanc la date de fin si la collection est encore alimentée');
|
651 |
$form->addCommentaire('Laisser en blanc la date de fin si la collection est encore alimentée');
|
Line 652... |
Line 652... |
652 |
|
652 |
|
653 |
// Les dates de début et fin de récolte
|
653 |
// Les dates de début et fin de récolte
|
654 |
$form->addChamps('DATE_DEBUT', 'Date extrême de récolte des spécimens (début) : ', '', 'text', MEME_LIGNE);
|
- |
|
655 |
$form->addChamps('DATE_FIN', '(fin) : ');
|
654 |
$form->addChamps('DATE_DEBUT', 'Date extrême de récolte des spécimens (début) : ', '', 'text');
|
- |
|
655 |
$form->radioFromTable('DATE_DEBUT_CARAC par HERBIERS_DATE_DEBUT_CARAC', '', 'Caractériser la date de début : ');
|
656 |
$form->radioFromTable('DATE_DEBUT_CARAC par HERBIERS_DATE_DEBUT_CARAC', '', 'Caractériser les dates : ', MEME_LIGNE);
|
656 |
$form->addChamps('DATE_FIN', 'Date extrême de récolte des spécimens (fin) : ');
|
Line 657... |
Line 657... |
657 |
$form->radioFromTable('DATE_FIN_CARAC par HERBIERS_DATE_FIN_CARAC', '', 'Caractériser les dates : ');
|
657 |
$form->radioFromTable('DATE_FIN_CARAC par HERBIERS_DATE_FIN_CARAC', '', 'Caractériser la date de fin : ');
|
658 |
|
658 |
|
Line 659... |
Line 659... |
659 |
// L'url de la collection
|
659 |
// L'url de la collection
|
Line 1414... |
Line 1414... |
1414 |
// +------------------------------------------------------------------------------------------------------+
|
1414 |
// +------------------------------------------------------------------------------------------------------+
|
Line 1415... |
Line 1415... |
1415 |
|
1415 |
|
1416 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1416 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1417 |
*
|
1417 |
*
|
- |
|
1418 |
* $Log: not supported by cvs2svn $
|
- |
|
1419 |
* Revision 1.3 2006/10/31 15:06:44 jp_milcent
|
- |
|
1420 |
* Fin de gestion des flux rss.
|
1418 |
* $Log: not supported by cvs2svn $
|
1421 |
*
|
1419 |
* Revision 1.2 2006/10/30 18:57:46 jp_milcent
|
1422 |
* Revision 1.2 2006/10/30 18:57:46 jp_milcent
|
1420 |
* Ajout de champs pour les flux rss.
|
1423 |
* Ajout de champs pour les flux rss.
|
1421 |
*
|
1424 |
*
|
1422 |
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
|
1425 |
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
|