Line 25... |
Line 25... |
25 |
if ($GLOBALS['_GTT_']['identification']->getAuth()) {
|
25 |
if ($GLOBALS['_GTT_']['identification']->getAuth()) {
|
26 |
require_once GTT_CHEMIN_METIER.'Utilisateur.class.php';
|
26 |
require_once GTT_CHEMIN_METIER.'Utilisateur.class.php';
|
27 |
$GLOBALS['_GTT_']['Utilisateur'] = new Utilisateur(Utilisateur::GU_MAIL, array($GLOBALS['_GTT_']['identification']->getUserName()));
|
27 |
$GLOBALS['_GTT_']['Utilisateur'] = new Utilisateur(Utilisateur::GU_MAIL, array($GLOBALS['_GTT_']['identification']->getUserName()));
|
28 |
$aso_identification['nom'] = $GLOBALS['_GTT_']['Utilisateur']->getNom();
|
28 |
$aso_identification['nom'] = $GLOBALS['_GTT_']['Utilisateur']->getNom();
|
29 |
$aso_identification['prenom'] = $GLOBALS['_GTT_']['Utilisateur']->getPrenom();
|
29 |
$aso_identification['prenom'] = $GLOBALS['_GTT_']['Utilisateur']->getPrenom();
|
- |
|
30 |
// Récupération des infos sur l'utilisateur
|
- |
|
31 |
$aso_identification['conges_payes'] = $GLOBALS['_GTT_']['Utilisateur']->getCongesPayes();
|
- |
|
32 |
$aso_identification['rtt'] = $GLOBALS['_GTT_']['Utilisateur']->getQuotaHeuresSupp();
|
- |
|
33 |
$aso_identification['tps_w'] = $GLOBALS['_GTT_']['Utilisateur']->getTempsDeTravailJour();
|
- |
|
34 |
|
30 |
$this->getRegistre()->ajouterSquelette('identification', 'identite.tpl.html');
|
35 |
$this->getRegistre()->ajouterSquelette('identification', 'identite.tpl.html');
|
31 |
//echo '<pre>'.print_r($aso_identification, true).'</pre>';
|
36 |
//echo '<pre>'.print_r($aso_identification, true).'</pre>';
|
32 |
$this->getRegistre()->ajouterDonnee('identification', $aso_identification);
|
37 |
$this->getRegistre()->ajouterDonnee('identification', $aso_identification);
|
33 |
} else {
|
38 |
} else {
|
34 |
$this->setSuivant('Deconnexion', 1);
|
39 |
$this->setSuivant('Deconnexion', 1);
|