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.menu.php,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
|
24 |
// CVS : $Id: hb_admin.menu.php,v 1.2 2006-10-31 10:31:36 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Herbier Administration : menu
|
26 |
* Herbier Administration : menu
|
27 |
*
|
27 |
*
|
28 |
* Ce fichier fournit le menu de l'application herbier.
|
28 |
* Ce fichier fournit le menu de l'application herbier.
|
29 |
*
|
29 |
*
|
Line 31... |
Line 31... |
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
32 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Aucun
|
34 |
*@author Aucun
|
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 |
|
46 |
// Appel du fichier de traduction des textes de l'application Administration de Herbier
|
46 |
// Appel du fichier de traduction des textes de l'application Administration de Herbier
|
47 |
if (file_exists(HBA_CHEMIN_LANGUES.'hba_langue_'.HB_I18N.'.inc.php')) {
|
47 |
if (file_exists(HBA_CHEMIN_LANGUES.'hba_langue_'.HB_I18N.'.inc.php')) {
|
Line 101... |
Line 101... |
101 |
|
101 |
|
102 |
|
102 |
|
103 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
103 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
104 |
*
|
- |
|
105 |
* $Log: not supported by cvs2svn $
|
- |
|
106 |
* Revision 1.1 2005/11/23 10:32:32 jp_milcent
|
- |
|
107 |
* Ajout au dépot de l'application Herbiers.
|
104 |
*
|
108 |
* Elle doit à terme migrer dans eFlore.
|
105 |
* $Log: not supported by cvs2svn $
|
109 |
*
|
106 |
* Revision 1.2 2005/05/19 13:22:04 jpm
|
110 |
* Revision 1.2 2005/05/19 13:22:04 jpm
|
107 |
* Vérification des droits de l'utilisateur avant d'afficher le menu.
|
111 |
* Vérification des droits de l'utilisateur avant d'afficher le menu.
|
108 |
*
|
112 |
*
|