Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 48 → Rev 49

/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.3 2004-06-28 10:18:48 alex Exp $
// CVS : $Id: identification.php,v 1.4 2004-09-23 10:53:44 jpm Exp $
/**
* Applette : identification
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $ $Date: 2004-06-28 10:18:48 $
*@version $Revision: 1.4 $ $Date: 2004-09-23 10:53:44 $
// +------------------------------------------------------------------------------------------------------+
*/
 
101,11 → 101,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" size="9" maxlength="80" tabindex="1" value="'.'courriel'.'" />'."\n";
$res .= str_repeat(' ', 24).'<input type="text" 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" size="9" maxlength="80" tabindex="2" value="'.'mot de passe'.'" />'."\n";
$res .= str_repeat(' ', 24).'<input type="password" 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";
141,6 → 141,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2004/06/28 10:18:48 alex
* suppression de balises <p>
*
* Revision 1.2 2004/06/21 07:37:30 alex
* Modification d'un label
*