Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 302 → Rev 303

/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.7 2005-01-07 12:43:03 alex Exp $
// CVS : $Id: identification.php,v 1.8 2005-03-10 12:50:44 alex Exp $
/**
* Applette : identification
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.7 $ $Date: 2005-01-07 12:43:03 $
*@version $Revision: 1.8 $ $Date: 2005-03-10 12:50:44 $
// +------------------------------------------------------------------------------------------------------+
*/
 
148,7 → 148,7
// Amélioré la récupération des informations sur l'utilisateur.
//$nom_utilisateur = $objet_pear_auth->getAuthData($champ_nom);
$res = str_repeat(' ', 16).'<form id="form_deconnexion" action="'.$url.'&logout=1" method="post">'."\n";
$res = str_repeat(' ', 16).'<form id="form_deconnexion" action="'.$url.'&amp;logout=1" method="post">'."\n";
$res .= str_repeat(' ', 16).'<fieldset>'."\n";
$res .= str_repeat(' ', 20).'<legend>'.'Identification'.'</legend>'."\n";
// Il faudrait mettre dans la base de données le prénom et le nom ou chercher comment définir ces champs en fonction
172,6 → 172,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7 2005/01/07 12:43:03 alex
* réauction de la taille des champs texte à 12
*
* Revision 1.6 2004/12/13 18:07:09 alex
* désauthentification spip presque parfaite
*