Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 19 → Rev 20

/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.2 2004-06-21 07:37:30 alex Exp $
// CVS : $Id: identification.php,v 1.3 2004-06-28 10:18:48 alex Exp $
/**
* Applette : identification
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2004-06-21 07:37:30 $
*@version $Revision: 1.3 $ $Date: 2004-06-28 10:18:48 $
// +------------------------------------------------------------------------------------------------------+
*/
 
99,17 → 99,17
$res = str_repeat(' ', 16).'<form id="form_connexion" action="'.$url.'" method="post">'."\n";
$res .= str_repeat(' ', 16).'<fieldset>'."\n";
$res .= str_repeat(' ', 20).'<legend>'.'Identification'.'</legend>'."\n";
$res .= str_repeat(' ', 20).'<p>'."\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(' ', 20).'</p>'."\n";
$res .= str_repeat(' ', 20).'<p>'."\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(' ', 20).'</p>'."\n";
$res .= str_repeat(' ', 20).'<p>'."\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";
$res .= str_repeat(' ', 20).'</p>'."\n";
$res .= str_repeat(' ', 20).''."\n";
$res .= str_repeat(' ', 16).'</fieldset>'."\n";
$res .= str_repeat(' ', 16).'</form>';
} else {
141,6 → 141,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2004/06/21 07:37:30 alex
* Modification d'un label
*
* Revision 1.1 2004/06/15 15:01:41 jpm
* Changement de nom et d'arborescence de Genesia en Papyrus.
*