Subversion Repositories Applications.gtt

Rev

Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 9
Line 31... Line 31...
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@copyright     Copyright (C) 2003 Tela-Botanica
33
*@copyright     Copyright (C) 2003 Tela-Botanica
34
*/
34
*/
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
include_once CHEMIN_FN_GENERIQUE_AFFICHAGE;
-
 
37
include_once CHEMIN_MENU.'gtt_menu_travail.php';
36
include_once CHEMIN_MENU.'gtt_menu_travail.php';
38
include_once CHEMIN_CLASSES_METIER.'gtt_travail.class.php';
37
include_once CHEMIN_CLASSES_METIER.'gtt_travail.class.php';
39
include_once CHEMIN_CLASSES_METIER.'gtt_taches.class.php';
38
include_once CHEMIN_CLASSES_METIER.'gtt_taches.class.php';
40
include_once CHEMIN_CLASSES_METIER.'gtt_prevision_tache.class.php';
39
include_once CHEMIN_CLASSES_METIER.'gtt_prevision_tache.class.php';
41
/**
40
/**