Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 121 → Rev 122

/trunk/actions/GttCtrlActionIdentification.class.php
36,7 → 36,7
$aso_identification['rtt_j'] = round($rtt, 1);
$aso_identification['tps_w'] = $GLOBALS['_GTT_']['Utilisateur']->getTempsDeTravailJour();
 
$this->getRegistre()->ajouterSquelette('identification', 'identite.tpl.html');
$this->getRegistre()->ajouterSquelette('identification', 'identite');
//echo '<pre>'.print_r($aso_identification, true).'</pre>';
$this->getRegistre()->ajouterDonnee('identification', $aso_identification);
} else {
48,7 → 48,7
{
$aso_connexion = array();
$this->getRegistre()->setTitre('Bienvenue sur GTT!');
$this->getRegistre()->ajouterSquelette('identification', 'connexion.tpl.html');
$this->getRegistre()->ajouterSquelette('identification', 'connexion');
// Création de l'url de réponse du formulaire
$aso_connexion['url'] = 'index.php?action='.GTT_ACTION_CONNEXION;
$GLOBALS['_GTT_']['identification']->logout();