Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 245 → Rev 246

/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.6 2004-12-13 18:07:09 alex Exp $
// CVS : $Id: identification.php,v 1.7 2005-01-07 12:43:03 alex Exp $
/**
* Applette : identification
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.6 $ $Date: 2004-12-13 18:07:09 $
*@version $Revision: 1.7 $ $Date: 2005-01-07 12:43:03 $
// +------------------------------------------------------------------------------------------------------+
*/
 
132,11 → 132,11
$res .= str_repeat(' ', 20).'<legend>'.'Identification'.'</legend>'."\n";
$res .= str_repeat(' ', 20).''."\n";
$res .= str_repeat(' ', 24).'<label for="username">'.'Courriel :'.'</label>'."\n";
$res .= str_repeat(' ', 24).'<input type="text" id="username" name="username" maxlength="80" tabindex="1" value="'.'courriel'.'" />'."\n";
$res .= str_repeat(' ', 24).'<input type="text" size="12" id="username" name="username" maxlength="80" tabindex="1" value="'.'courriel'.'" />'."\n";
$res .= str_repeat(' ', 20).''."\n";
$res .= str_repeat(' ', 20).''."\n";
$res .= str_repeat(' ', 24).'<label for="password">'.'Mot de passe :'.'</label>'."\n";
$res .= str_repeat(' ', 24).'<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="'.'mot de passe'.'" />'."\n";
$res .= str_repeat(' ', 24).'<input type="password" size="12" id="password" name="password" maxlength="80" tabindex="2" value="'.'mot de passe'.'" />'."\n";
$res .= str_repeat(' ', 20).''."\n";
$res .= str_repeat(' ', 20).''."\n";
$res .= str_repeat(' ', 24).'<input type="submit" id="connexion" name="connexion" tabindex="3" value="'.'ok'.'" />'."\n";
172,6 → 172,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.6 2004/12/13 18:07:09 alex
* désauthentification spip presque parfaite
*
* Revision 1.5 2004/09/23 14:31:12 jpm
* Correction bogue sur l'identification de l'annuaire_tela.
*