Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 440 → Rev 441

/trunk/papyrus/applettes/identification/identification.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: identification.php,v 1.16 2005-06-09 17:06:28 jpm Exp $
// CVS : $Id: identification.php,v 1.17 2005-09-12 09:17:17 alexandre_tb Exp $
/**
* Applette : identification
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.16 $ $Date: 2005-06-09 17:06:28 $
*@version $Revision: 1.17 $ $Date: 2005-09-12 09:17:17 $
// +------------------------------------------------------------------------------------------------------+
*/
 
124,6 → 124,7
$objet_pear_auth =& $GLOBALS['_GEN_commun']['pear_auth'];
$objet_pear_db =& $GLOBALS['_GEN_commun']['pear_db'];
$url = $GLOBALS['_GEN_commun']['url']->getURL();
$objet_url = $GLOBALS['_GEN_commun']['url'] ;
// Récupération des valeurs pour le login et le mot de passe
$mot_de_passe = (! isset($_POST['password'])) ? '' : $_POST['password'];
$login = (! isset($_POST['username'])) ? '' : $_POST['username'];
189,7 → 190,8
'</a>'."\n";
}
// Affichage du bouton de déconnexion
$retour .= str_repeat(' ', 20).'<a id="deconnexion" href="'.$url.'&amp;logout=1">'.IDEN_LG_DECONNEXION.'</a>'."\n";
$objet_url->addQueryString('logout', 1) ;
$retour .= str_repeat(' ', 20).'<a id="deconnexion" href="'.$objet_url->getURL().'">'.IDEN_LG_DECONNEXION.'</a>'."\n";
$retour .= str_repeat(' ', 16).'</p>'."\n";
}
return $retour;
204,6 → 206,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.16 2005/06/09 17:06:28 jpm
* Ajout de constantes de langue.
*
* Revision 1.15 2005/06/02 11:56:00 jpm
* Modification de l'affichage de l'identification.
*