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: hb_admin.php,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
|
24 |
// CVS : $Id: hb_admin.php,v 1.2 2006-10-31 10:31:36 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Herbier Administration
|
26 |
* Herbier Administration
|
27 |
*
|
27 |
*
|
28 |
* Interface d'administration des herbiers.
|
28 |
* Interface d'administration des herbiers.
|
29 |
*
|
29 |
*
|
Line 31... |
Line 31... |
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
32 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
34 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
35 |
*@copyright Tela-Botanica 2000-2005
|
35 |
*@copyright Tela-Botanica 2000-2005
|
36 |
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:32:32 $
|
36 |
*@version $Revision: 1.2 $ $Date: 2006-10-31 10:31:36 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// | ENTETE du PROGRAMME |
|
41 |
// | ENTETE du PROGRAMME |
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
/** Inclusion du fichier de configuration de l'application Herbier - Administration. */
|
43 |
/** Inclusion du fichier de configuration de l'application Herbier - Administration. */
|
Line 44... |
Line 44... |
44 |
require_once HB_CHEMIN_APPLI.'hb_admin'.GEN_SEP.'configuration'.GEN_SEP.'hba_config.inc.php';
|
44 |
require_once HB_CHEMIN_MODULE.'hb_admin'.GEN_SEP.'configuration'.GEN_SEP.'hba_config.inc.php';
|
45 |
|
45 |
|
Line 46... |
Line 46... |
46 |
// Stockage des styles de l'application Administration
|
46 |
// Stockage des styles de l'application Administration
|
Line 224... |
Line 224... |
224 |
|
224 |
|
225 |
|
225 |
|
226 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
226 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
227 |
*
|
- |
|
228 |
* $Log: not supported by cvs2svn $
|
- |
|
229 |
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
|
- |
|
230 |
* Ajout au dépot de l'application Herbiers.
|
227 |
*
|
231 |
* Elle doit à terme migrer dans eFlore.
|
228 |
* $Log: not supported by cvs2svn $
|
232 |
*
|
229 |
* Revision 1.2 2005/05/18 07:30:13 jpm
|
233 |
* Revision 1.2 2005/05/18 07:30:13 jpm
|
230 |
* Correction des bogues et derniers réglages avant mise en ligne du site v4.
|
234 |
* Correction des bogues et derniers réglages avant mise en ligne du site v4.
|
231 |
*
|
235 |
*
|