Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 16 → Rev 17

/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.1 2004-06-15 15:01:41 jpm Exp $
// CVS : $Id: identification.php,v 1.2 2004-06-21 07:37:30 alex Exp $
/**
* Applette : identification
*
28,6 → 28,8
* - Variable globale de Génésia.
* - Pear Auth
* - Pear Net_URL
*
* A faire : remplacer le formulaire par un QuickForm
*
*@package Applette
*@subpackage Identification
36,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-06-15 15:01:41 $
*@version $Revision: 1.2 $ $Date: 2004-06-21 07:37:30 $
// +------------------------------------------------------------------------------------------------------+
*/
 
99,14 → 101,14
$res .= str_repeat(' ', 20).'<legend>'.'Identification'.'</legend>'."\n";
$res .= str_repeat(' ', 20).'<p>'."\n";
$res .= str_repeat(' ', 24).'<label for="username">'.'Courriel :'.'</label>'."\n";
$res .= str_repeat(' ', 24).'<input type="text" id="username" name="username" size="15" tabindex="1" value="'.'courriel'.'" />'."\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(' ', 24).'<label for="password">'.'Mot de passe :'.'</label>'."\n";
$res .= str_repeat(' ', 24).'<input type="password" id="password" name="password" size="15" tabindex="2" value="'.'mot de passe'.'" />'."\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(' ', 24).'<input type="submit" id="connexion" name="connexion" tabindex="3" value="'.'s\'identifier'.'" />'."\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(' ', 16).'</fieldset>'."\n";
$res .= str_repeat(' ', 16).'</form>';
122,7 → 124,7
// de l'annuaire utilisé, si on veut les afficher après le message de bienvenue.
$res .= str_repeat(' ', 20).'<p>'.'Bienvenue!'.'</p>'."\n";
$res .= str_repeat(' ', 20).'<p>'."\n";
$res .= str_repeat(' ', 24).'<input type="submit" id="deconnexion" name="deconnexion" tabindex="1" value="'.'se déconnecter'.'" />'."\n";
$res .= str_repeat(' ', 24).'<input type="submit" id="deconnexion" name="deconnexion" tabindex="1" value="'.'d&eacute;connexion'.'" />'."\n";
$res .= str_repeat(' ', 20).'</p>'."\n";
$res .= str_repeat(' ', 16).'</fieldset>'."\n";
$res .= str_repeat(' ', 16).'</form>';
139,6 → 141,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2004/06/15 15:01:41 jpm
* Changement de nom et d'arborescence de Genesia en Papyrus.
*
* Revision 1.5 2004/05/05 06:44:15 jpm
* Complément des commentaires indiquant les paquetages nécessaire à l'applette.
*