Subversion Repositories eFlore/Archives.herbiers

Compare Revisions

Ignore whitespace Rev 18 → Rev 19

/trunk/applications/hb_admin/bibliotheque/hba_manipulation.fonct.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: hba_manipulation.fonct.php,v 1.3 2006-10-31 15:06:44 jp_milcent Exp $
// CVS : $Id: hba_manipulation.fonct.php,v 1.4 2007-02-02 14:59:16 jp_milcent Exp $
/**
* Fonctions de manipulation de la base de données Herbier.
*
34,7 → 34,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@clapas.org>
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.3 $ $Date: 2006-10-31 15:06:44 $
*@version $Revision: 1.4 $ $Date: 2007-02-02 14:59:16 $
// +------------------------------------------------------------------------------------------------------+
*/
 
651,10 → 651,10
$form->addCommentaire('Laisser en blanc la date de fin si la collection est encore alimentée');
// Les dates de début et fin de récolte
$form->addChamps('DATE_DEBUT', 'Date extrême de récolte des spécimens (début) : ', '', 'text', MEME_LIGNE);
$form->addChamps('DATE_FIN', '(fin) : ');
$form->radioFromTable('DATE_DEBUT_CARAC par HERBIERS_DATE_DEBUT_CARAC', '', 'Caractériser les dates : ', MEME_LIGNE);
$form->radioFromTable('DATE_FIN_CARAC par HERBIERS_DATE_FIN_CARAC', '', 'Caractériser les dates : ');
$form->addChamps('DATE_DEBUT', 'Date extrême de récolte des spécimens (début) : ', '', 'text');
$form->radioFromTable('DATE_DEBUT_CARAC par HERBIERS_DATE_DEBUT_CARAC', '', 'Caractériser la date de début : ');
$form->addChamps('DATE_FIN', 'Date extrême de récolte des spécimens (fin) : ');
$form->radioFromTable('DATE_FIN_CARAC par HERBIERS_DATE_FIN_CARAC', '', 'Caractériser la date de fin : ');
// L'url de la collection
$form->addChamps('URL', 'URL vers le site de la collection (optionnel) : ');
1416,6 → 1416,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2006/10/31 15:06:44 jp_milcent
* Fin de gestion des flux rss.
*
* Revision 1.2 2006/10/30 18:57:46 jp_milcent
* Ajout de champs pour les flux rss.
*
/trunk/applications/hb_admin/presentations/styles/hb_admin.css
15,7 → 15,7
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to |
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
+---------------------------------------------------------------------------------------------------------+
CVS : $Id: hb_admin.css,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
CVS : $Id: hb_admin.css,v 1.2 2007-02-02 14:59:16 jp_milcent Exp $
===========================================================================================================
DESCRIPTION : Fichier des styles CSS de Herbier - Administration.
===========================================================================================================
23,7 → 23,7
Autres auteurs : Aucun
===========================================================================================================
AUTEUR : $Author: jp_milcent $
VERSION : $Revision: 1.1 $ $Date: 2005-11-23 10:32:32 $
VERSION : $Revision: 1.2 $ $Date: 2007-02-02 14:59:16 $
======================================================================================================= */
 
/* +----------------------------------------------------------------------------------------------------+
132,6 → 132,10
font-weight: bold;
background-color: #ffffcc;
}
/* Le champ collecteur contenant plus d'imformation est aggrandit.*/
#COLLECTEURS {
width:100%;
height: 200px;}
/* +----------------------------------------------------------------------------------------------------+
| DESIGN |
+----------------------------------------------------------------------------------------------------+*/
149,6 → 153,10
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
* Ajout au dépot de l'application Herbiers.
* Elle doit à terme migrer dans eFlore.
*
* Revision 1.2 2005/05/18 07:30:13 jpm
* Correction des bogues et derniers réglages avant mise en ligne du site v4.
*