Subversion Repositories Applications.gtt

Rev

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

Rev 103 Rev 122
Line 34... Line 34...
34
	 		$aso_identification['rtt'] = $GLOBALS['_GTT_']['Utilisateur']->getQuotaHeuresSupp();
34
	 		$aso_identification['rtt'] = $GLOBALS['_GTT_']['Utilisateur']->getQuotaHeuresSupp();
35
	 		$rtt = $aso_identification['rtt'] / $GLOBALS['_GTT_']['Utilisateur']->getTempsDeTravailJour();
35
	 		$rtt = $aso_identification['rtt'] / $GLOBALS['_GTT_']['Utilisateur']->getTempsDeTravailJour();
36
	 		$aso_identification['rtt_j'] = round($rtt, 1);
36
	 		$aso_identification['rtt_j'] = round($rtt, 1);
37
 			$aso_identification['tps_w'] = $GLOBALS['_GTT_']['Utilisateur']->getTempsDeTravailJour();
37
 			$aso_identification['tps_w'] = $GLOBALS['_GTT_']['Utilisateur']->getTempsDeTravailJour();
Line 38... Line 38...
38
 
38
 
39
			$this->getRegistre()->ajouterSquelette('identification', 'identite.tpl.html');
39
			$this->getRegistre()->ajouterSquelette('identification', 'identite');
40
    		//echo '<pre>'.print_r($aso_identification, true).'</pre>';
40
    		//echo '<pre>'.print_r($aso_identification, true).'</pre>';
41
			$this->getRegistre()->ajouterDonnee('identification', $aso_identification);
41
			$this->getRegistre()->ajouterDonnee('identification', $aso_identification);
42
    	} else {
42
    	} else {
43
    		$this->setSuivant('Deconnexion', 1);
43
    		$this->setSuivant('Deconnexion', 1);
Line 46... Line 46...
46
 
46
 
47
    public function executerDeconnexion()
47
    public function executerDeconnexion()
48
    {
48
    {
49
    	$aso_connexion = array();
49
    	$aso_connexion = array();
50
		$this->getRegistre()->setTitre('Bienvenue sur GTT!');
50
		$this->getRegistre()->setTitre('Bienvenue sur GTT!');
51
    	$this->getRegistre()->ajouterSquelette('identification', 'connexion.tpl.html');
51
    	$this->getRegistre()->ajouterSquelette('identification', 'connexion');
52
    	// Création de l'url de réponse du formulaire
52
    	// Création de l'url de réponse du formulaire
53
		$aso_connexion['url'] = 'index.php?action='.GTT_ACTION_CONNEXION;
53
		$aso_connexion['url'] = 'index.php?action='.GTT_ACTION_CONNEXION;
Line 54... Line 54...
54
    	$GLOBALS['_GTT_']['identification']->logout();
54
    	$GLOBALS['_GTT_']['identification']->logout();