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 7
Line 32... Line 32...
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
34
// |                                            INCLUSION DE FICHIERS                                       |
34
// |                                            INCLUSION DE FICHIERS                                       |
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
include_once CHEMIN_CLASSES_METIER.'gtt_travail.class.php';
36
include_once CHEMIN_CLASSES_METIER.'gtt_travail.class.php';
-
 
37
include_once CHEMIN_CLASSES_METIER.'gtt_motif.class.php';
37
include_once CHEMIN_CLASSES_METIER.'gtt_projet.class.php';
38
include_once CHEMIN_CLASSES_METIER.'gtt_projet.class.php';
38
include_once CHEMIN_CLASSES_METIER.'gtt_absence.class.php';
39
include_once CHEMIN_CLASSES_METIER.'gtt_absence.class.php';
39
include_once CHEMIN_CALENDRIER.'gtt_calendrier.class.php';
40
include_once CHEMIN_CALENDRIER.'gtt_calendrier.class.php';
40
include_once CHEMIN_CONTROLEUR.'gtt_controleur_travail.php';
-
 
41
//fichier langues
-
 
42
include_once CHEMIN_LANGUES.'gtt_langue_fr.inc.php';
-
 
43
//inclusion des paquets de la librairie pear
-
 
44
include_once 'HTML/QuickForm.php';
-
 
-
 
41
 
Line 45... Line 42...
45
 
42
 
46
/**
43
/**
47
*fonction affichant le tableau des jours
44
*fonction affichant le tableau des jours
48
*et le menu travail
45
*et le menu travail