Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 308 → Rev 309

/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.10 2005-03-15 14:47:14 jpm Exp $
// CVS : $Id: identification.php,v 1.11 2005-03-17 15:52:17 jpm Exp $
/**
* Applette : identification
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.10 $ $Date: 2005-03-15 14:47:14 $
*@version $Revision: 1.11 $ $Date: 2005-03-17 15:52:17 $
// +------------------------------------------------------------------------------------------------------+
*/
 
175,7 → 175,7
// Affichage du bouton de déconnexion
$retour .= str_repeat(' ', 16).'<p id="deconnexion">'."\n";
$retour .= str_repeat(' ', 20).'<a href="'.$url.'&amp;logout=1" />'.'Déconnexion'.'</a>'."\n";
$retour .= str_repeat(' ', 20).'<a href="'.$url.'&amp;logout=1">'.'Déconnexion'.'</a>'."\n";
$retour .= str_repeat(' ', 16).'</p>'."\n";
}
return $retour;
190,6 → 190,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.10 2005/03/15 14:47:14 jpm
* Utilisation d'un lien à la place d'un formulaire pour la déconnexion.
*
* Revision 1.9 2005/03/15 14:17:46 jpm
* Ajout d'un fichier de config et de traduction.
* Début gestion des constantes de langue.